Bug#428288: online resize a luks device

2008-04-25 Thread Enrico Zini
On Mon, Mar 17, 2008 at 04:31:45PM +0100, Jonas Meurer wrote: > and now the interesting part: > # mount /dev/mapper/test1 /mnt/ > # df -h /dev/mapper/test1 > FilesystemSize Used Avail Use% Mounted on > /dev/mapper/test1 291M 6.1M 270M 3% /mnt > # lvresize -L+100M /dev/vg00/te

Bug#428288: online resize a luks device

2008-03-18 Thread Jonas Meurer
Hey Enrico, cryptsetup reload indeed seems to trash luks devices. Thus the next cryptsetup release will have this option disabled for luks devices. But I don't understand why your attempt to use 'cryptsetup resize' didn't work. For me it works perfectly well: # lvcreate -L300M -n test vg00 # cry