mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Update partial mode warning message.
This commit is contained in:
parent
efe75fd705
commit
d67c40f9e8
@ -1,5 +1,6 @@
|
||||
Version 2.02.70 -
|
||||
================================
|
||||
Update partial mode warning message.
|
||||
|
||||
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)) {
|
||||
cmd->partial_activation = 1;
|
||||
log_print("Partial mode. Incomplete volume groups will "
|
||||
"be activated read-only.");
|
||||
log_print("Partial mode. Incomplete logical volumes will be processed.");
|
||||
}
|
||||
|
||||
if (arg_count(cmd, ignorelockingfailure_ARG) || arg_count(cmd, sysinit_ARG))
|
||||
|
Loading…
Reference in New Issue
Block a user