https://bugzilla.novell.com/show_bug.cgi?id=840413 https://bugzilla.novell.com/show_bug.cgi?id=840413#c1 --- Comment #1 from Martin Wilck <martin.wilck@ts.fujitsu.com> 2013-09-16 19:38:25 UTC --- I just reproduced the same problem on bare metal. The behavior is a bit different $ mdadm -C /dev/md/r5 -l5 -n5 /dev/loop{8,9,10,11,12} $ mke2fs -j /dev/md/r5 => works $ mdadm -C /dev/md/r5 -l5 -n5 /dev/loop{8,9,10,11,12} $ mke2fs -j /dev/md/r5 -E discard => Fails in just the same way as the test on the VM So the main difference appears to be that mke2fs uses "discard" by default in the VM but not in the bare metal case; the main problem is that mke2fs with "discard" fails and ruins the array. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.