[lvm-devel] master - raid_manip: fix typo warning message

David Teigland teigland at sourceware.org
Tue Apr 11 19:19:31 UTC 2017


Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=69c3543855a98fcbb644bec0c7816913369c3892
Commit:        69c3543855a98fcbb644bec0c7816913369c3892
Parent:        1dfb4a2dae05679d0e5f1de1f2f7ded53606b7ec
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Tue Apr 11 14:18:57 2017 -0500
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Tue Apr 11 14:18:57 2017 -0500

raid_manip: fix typo warning message

---
 lib/metadata/raid_manip.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/metadata/raid_manip.c b/lib/metadata/raid_manip.c
index 93c3c30..06a92b3 100644
--- a/lib/metadata/raid_manip.c
+++ b/lib/metadata/raid_manip.c
@@ -1891,7 +1891,7 @@ static int _raid_reshape_remove_images(struct logical_volume *lv,
 		log_print_unless_silent("If that leaves the logical volume larger than %llu extents due to stripe rounding,",
 					(unsigned long long) extend_le_count);
 		log_print_unless_silent("you may want to grow the content afterwards (filesystem etc.)");
-		log_warn("WARNING: too remove freed stripes after the conversion has finished, you have to run \"lvconvert --stripes %u %s\"",
+		log_warn("WARNING: to remove freed stripes after the conversion has finished, you have to run \"lvconvert --stripes %u %s\"",
 			 new_stripes, display_lvname(lv));
 
 		if (!force) {




More information about the lvm-devel mailing list