1
0
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:
Alasdair Kergon 2010-06-30 16:43:09 +00:00
parent efe75fd705
commit d67c40f9e8
2 changed files with 2 additions and 2 deletions

View File

@ -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
================================ ================================

View File

@ -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))