Merge "LVM: Fix supports_full_pool_create"

changes/77/853777/5
Zuul 2023-04-17 20:48:04 +00:00 committed by Gerrit Code Review
commit 42cbce38c1
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ class LVM(executor.Executor):
# make sure volume group information is current
self.update_volume_group_info()
if LVM.supports_full_pool_create:
if self.supports_full_pool_create:
return ["-l", "100%FREE"]
# leave 5% free for metadata