Comment 4 for bug 1052529

Revision history for this message
no!chance (ralf-fehlau) wrote :

A new create LVM volume and a ext3 filesystem seeems to be ok. And online resizing is possible without problems.

$ sudo lvcreate -n tmp -L 1G system
$ sudo mkfs.ext3 /dev/mapper/system-tmp
$ sudo file -s /dev/mapper/system-tmp
/dev/mapper/system-tmp: symbolic link to `../dm-7'
$ sudo file -s /dev/dm-7
/dev/dm-7: Linux rev 1.0 ext3 filesystem data, UUID=f676c63e-81e6-4fc8-a78b-8247082af1f6 (large files)

No message from the file command about a need to journal recovery!

Regards,
Ralf