1
0
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:
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 -
================================
Update partial mode warning message.
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)) {
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))