Re: Partition resizing fails

2019-12-29 Thread Wolfgang Schweer
Hi Lars, On Sun, Dec 29, 2019 at 12:38:16AM +0100, Lars Kruse wrote: > My proposal would be the following change (see [1]): > > - return run("lvextend","-L${newsize}k", "$device"); > + return run("lvextend","-L${newsize}k", "$device") or run("lvextend", "-A", > "n", "-L${newsize}k", "$device");

Re: Partition resizing fails

2019-12-29 Thread Lars Kruse
Hello Wolfgang, Am Sun, 29 Dec 2019 11:42:50 +0100 schrieb Wolfgang Schweer : > On Sun, Dec 29, 2019 at 12:38:16AM +0100, Lars Kruse wrote: > > My proposal would be the following change (see [1]): > > > > - return run("lvextend","-L${newsize}k", "$device"); > > + return run("lvextend","-L${news