summaryrefslogtreecommitdiffstats
path: root/daemon/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/lvm.c')
-rw-r--r--daemon/lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/lvm.c b/daemon/lvm.c
index e44f4c26..18d6519f 100644
--- a/daemon/lvm.c
+++ b/daemon/lvm.c
@@ -267,7 +267,7 @@ do_lvresize (const char *logvol, int mbytes)
r = command (NULL, &err,
"lvm", "lvresize",
- "-L", size, logvol, NULL);
+ "--force", "-L", size, logvol, NULL);
if (r == -1) {
reply_with_error ("%s", err);
free (err);