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:
parent
a1cb33b633
commit
e62a71f3dd
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user