https://bugzilla.novell.com/show_bug.cgi?id=840413 https://bugzilla.novell.com/show_bug.cgi?id=840413#c7 --- Comment #7 from Shirish Pargaonkar <spargaonkar@suse.com> 2013-10-03 16:58:44 UTC --- I tried it again, this time without ramdisk devices. Created five using command like dd of=~/dd[1-5] bs=1k seek=100000 count=0 losetup /dev/loop[1-5] ~/dd[1-5] mdadm -C /dev/md0 -l5 -n5 /dev/loop{1,2,3,4,5} --auto=yes mke2fs -j -E discard /dev/md0 No errors or warnings during execution of any of the above commands. Everything ran successfully to completion. BLKDISCARD has something to do with the underlying block device. Need to figure out the relation between BLKDISCARD and virtio disks. I have do not idea how to create virtio disks, working on figuring out that too. -- 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.