summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2022-10-12 10:05:14 -0500
committerDavid Teigland <teigland@redhat.com>2022-10-12 10:05:14 -0500
commit04097d9f620b5e22ae8fe2884110249116f3dab5 (patch)
treea3882e8b80782d761f56221811dcd026fa0b4794 /lib
parent4f4554164b6fec7a92c21d1230b0abb6316db1b5 (diff)
downloadlvm2-04097d9f620b5e22ae8fe2884110249116f3dab5.tar.gz
lvreduce: change error message about --fs options
Diffstat (limited to 'lib')
-rw-r--r--lib/metadata/lv_manip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c
index db97a019c..4cdbc19a0 100644
--- a/lib/metadata/lv_manip.c
+++ b/lib/metadata/lv_manip.c
@@ -6874,7 +6874,7 @@ int lv_resize(struct cmd_context *cmd, struct logical_volume *lv,
if (is_reduce && !is_active && !strcmp(lp->fsopt, "checksize")) {
if (!lp->user_set_fs) {
- log_error("The LV must be active to safely reduce, or use --fs checksize.");
+ log_error("The LV must be active to safely reduce (see --fs options.)");
goto out;
}
lv_top->status |= LV_TEMPORARY;