Re: Partition resizing fails

2019-12-27 Thread Roman Meier
That was the first thing I did. :) Didn't help me tho. :( > On Fri, Dec 27, 2019 at 04:18:23AM +0100, Roman Meier wrote: >> Sorry, I forgot to add that there should be plenty of space left of the >> device. >> >> vgdisplay show this: >> Free PE / Size 204547 / 799.01 GiB >> > /dev/mapper/vg_

Re: Partition resizing fails

2019-12-27 Thread Wolfgang Schweer
On Fri, Dec 27, 2019 at 10:25:14AM +0100, Roman Meier wrote: > That was the first thing I did. :) > > Didn't help me tho. :( > >> vgdisplay show this: > >> Free PE / Size 204547 / 799.01 GiB > >> > /dev/mapper/vg_system-root 2108840 2092452 0 100% / > >> > /dev/mapper/vg_sys

Re: Partition resizing fails

2019-12-27 Thread Roman Meier
Hi Wolfgang, I was finally able to fix it. Took me way too long to figure this one out. The issue was that a minimal amount of space is required to execute an lvextent of /dev/vg_system/root. In my case the space was just not big enough. I therefore temporarily moved some files out of /etc/debia

Re: Partition resizing fails

2019-12-27 Thread Lars Kruse
Hello, Am Fri, 27 Dec 2019 16:59:49 +0100 schrieb "Roman Meier" : > The issue was that a minimal amount of space is required to execute an > lvextent of /dev/vg_system/root. In my case the space was just not big > enough. I guess, the LVM tools tried to create a new meta backup below /etc/lvm/a

Re: Partition resizing fails

2019-12-27 Thread Roman Meier
Yep, this is exactly what happened. /etc/lvm/archive/.lvm_tjener.intern_6654_928137001: fclose failed: No space left on device :) > Hello, > > > Am Fri, 27 Dec 2019 16:59:49 +0100 > schrieb "Roman Meier" : > >> The issue was that a minimal amount of space is required to execute an >> lvextent of

Re: Partition resizing fails

2019-12-27 Thread Wolfgang Schweer
On Fri, Dec 27, 2019 at 05:48:35PM +0100, Roman Meier wrote: > Yep, this is exactly what happened. > > /etc/lvm/archive/.lvm_tjener.intern_6654_928137001: fclose failed: No > space left on device > > :) [Romam Meier] > >> The issue was that a minimal amount of space is required to execute an > >

Re: Partition resizing fails

2019-12-27 Thread Lars Kruse
Hello Wolfgang, Am Fri, 27 Dec 2019 18:46:12 +0100 schrieb Wolfgang Schweer : > According to 'man lvextent' the '-A n' option could be used. This seems > to be acceptable if running into such a rare issue on a test system. thus maybe a simple "lvextend ... || lvextend -A n ..." (both with the