PV grow workaround
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-11-28 19:08:21 +02:00
parent 439954e3ed
commit 6648d0070c
1 changed files with 1 additions and 1 deletions

View File

@ -109,6 +109,6 @@ def be_fs_expanded(dev, path):
elif fs == "btrfs":
run(f"btrfs filesystem resize max {path}")
elif fs == "xfs":
run(f"xfs_growfs -d {dev}")
run(f"xfs_growfs -d {path}")
else:
raise Exception(f"Unsupported fsType: {fs}")