public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* Possible regression in e2fsprogs-1.43.4
@ 2017-06-10 14:00 Felipe A Rodriguez
  2017-06-23 19:53 ` Theodore Ts'o
  0 siblings, 1 reply; 10+ messages in thread
From: Felipe A Rodriguez @ 2017-06-10 14:00 UTC (permalink / raw)
  To: linux-ext4

[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]

Upgrading from e2fsprogs-1.42.13 to e2fsprogs-1.43.4 causes the boot loader to fail (unknown filesystem error) on the x86_64 VM I use for initial testing.  I traced the problem to changes in the e2fsprogs configuration file which now sets 64 bit flags.  I tried upgrading to GRUB 2.02 but that did not resolve the problem.  Reverting the changes per the patch below fixes the problem.  


Kernel: 3.16.42, x86_64
Bootloader:  GRUB 2.00
Filesystem:  Ext4



diff -ruN e2fsprogs-1.43.4/misc/mke2fs.conf.in e2fsprogs-1.43.4-patched/misc/mke2fs.conf.in
--- e2fsprogs-1.43.4/misc/mke2fs.conf.in	Wed Feb  1 01:56:32 2017
+++ e2fsprogs-1.43.4-patched/misc/mke2fs.conf.in	Sat Jun  3 23:21:39 2017
@@ -11,11 +11,12 @@
 		features = has_journal
 	}
 	ext4 = {
-		features = has_journal,extent,huge_file,flex_bg,uninit_bg,64bit,dir_nlink,extra_isize
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
+		auto_64-bit_support = 1
 		inode_size = 256
 	}
 	ext4dev = {
-		features = has_journal,extent,huge_file,flex_bg,uninit_bg,inline_data,64bit,dir_nlink,extra_isize
+		features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
 		inode_size = 256
 		options = test_fs=1
 	}



Regards,

Felipe A. Rodriguez


illumenos LLC
________________________






[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 1086 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-27 11:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-10 14:00 Possible regression in e2fsprogs-1.43.4 Felipe A Rodriguez
2017-06-23 19:53 ` Theodore Ts'o
2017-06-23 21:29   ` Christian Hesse
2017-06-24 19:08     ` Felipe A Rodriguez
2017-06-24 21:31       ` Vladimir 'phcoder' Serbinenko
2017-06-25 18:16       ` Possible regression in e2fsprogs-1.43.4 [RESOLVED] Felipe A Rodriguez
2017-06-26  2:40         ` Theodore Ts'o
2017-06-26  6:46           ` Felipe A Rodriguez
2017-06-27  1:53             ` Theodore Ts'o
2017-06-27 11:58               ` Felipe A Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox