]> sourceware.org Git - lvm2.git/commitdiff
Fix "allocated" warning typo.
authorMilan Broz <mbroz@redhat.com>
Tue, 22 Jun 2010 21:10:53 +0000 (21:10 +0000)
committerMilan Broz <mbroz@redhat.com>
Tue, 22 Jun 2010 21:10:53 +0000 (21:10 +0000)
WHATS_NEW
lib/metadata/metadata.c

index 8377f99b74e0ceeeebbbf666191620b8f6ddf213..4d791558b783758fc76e4fedb1bffcac2bf3daa9 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.68 -
 ===============================
+  Fix typo in warning message about missing device with allocated data areas.
   Add device name and offset to output of error messages in raw_read_mda_header().
   Use flexible data[] in cmirrord request to prevent abort in runtime size checks.
   Honor log argument when down-converting stacked mirror.
index d76a9102448effa174cd36e05ba2f33fdcde9394..4c6fe9e5443fa766c8ad73fa87e212f4a9d19c0a 100644 (file)
@@ -2604,7 +2604,7 @@ static void check_reappeared_pv(struct volume_group *correct_vg,
                                pv->status &= ~MISSING_PV;
                                pvl->pv->status &= ~MISSING_PV;
                        } else
-                               log_warn("Device still marked missing because of alocated data "
+                               log_warn("Device still marked missing because of allocated data "
                                         "on it, remove volumes and consider vgreduce --removemissing.");
                }
 }
This page took 0.095809 seconds and 5 git commands to generate.