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");
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
2 matches
Mail list logo