]> sourceware.org Git - lvm2.git/commitdiff
Update partial mode warning message.
authorAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 16:43:09 +0000 (16:43 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 16:43:09 +0000 (16:43 +0000)
WHATS_NEW
tools/lvmcmdline.c

index bb0ff8f45b8e21bf9fde3af521619d76928e54a3..d6bc976ad340dd56579fb7d807d9422f3005d698 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.70 - 
 ================================
+  Update partial mode warning message.
 
 Version 2.02.69 - 30th June 2010
 ================================
index 4652888d2847822f4117c3fdcac127c768789248..9cc65efb563a25f4263394fdfd0128937c4c825f 100644 (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))
This page took 0.059475 seconds and 5 git commands to generate.