aboutsummaryrefslogtreecommitdiff
path: root/src/property/disk.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/disk.lisp')
-rw-r--r--src/property/disk.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/disk.lisp b/src/property/disk.lisp
index cb45e9c..b6d306e 100644
--- a/src/property/disk.lisp
+++ b/src/property/disk.lisp
@@ -447,7 +447,7 @@ DISK:HAS-VOLUMES, rather than as the VOLUME-CONTENTS of another volume."))
(unless (member volume-label (all-vgs) :test #'string=)
(failed-change "Looks like no PVs for VG ~A?" volume-label))
(dolist (lv volume-contents)
- (mrun :inform "lvcreate"
+ (mrun :inform "lvcreate" "-Wn"
(if (and (slot-boundp lv 'volume-size)
(eql (volume-size lv) :remaining))
'("-l" "100%FREE")