mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
Update partial mode warning message.
This commit is contained in:
parent
efe75fd705
commit
d67c40f9e8
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.70 -
|
Version 2.02.70 -
|
||||||
================================
|
================================
|
||||||
|
Update partial mode warning message.
|
||||||
|
|
||||||
Version 2.02.69 - 30th June 2010
|
Version 2.02.69 - 30th June 2010
|
||||||
================================
|
================================
|
||||||
|
@ -817,8 +817,7 @@ static int _get_settings(struct cmd_context *cmd)
|
|||||||
|
|
||||||
if (arg_count(cmd, partial_ARG)) {
|
if (arg_count(cmd, partial_ARG)) {
|
||||||
cmd->partial_activation = 1;
|
cmd->partial_activation = 1;
|
||||||
log_print("Partial mode. Incomplete volume groups will "
|
log_print("Partial mode. Incomplete logical volumes will be processed.");
|
||||||
"be activated read-only.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (arg_count(cmd, ignorelockingfailure_ARG) || arg_count(cmd, sysinit_ARG))
|
if (arg_count(cmd, ignorelockingfailure_ARG) || arg_count(cmd, sysinit_ARG))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user