1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmlockd: update error message

refer specifically to the "use_lvmlockd" setting in lvm.conf
This commit is contained in:
David Teigland 2021-09-24 15:39:36 -05:00
parent a1cb33b633
commit e62a71f3dd

View File

@ -677,7 +677,7 @@ int vgcreate_params_set_from_args(struct cmd_context *cmd,
} }
} else { } else {
log_error("Using a shared lock type requires lvmlockd."); log_error("Using a shared lock type requires lvmlockd (lvm.conf use_lvmlockd.)");
return 0; return 0;
} }