]> sourceware.org Git - lvm2.git/commitdiff
s/flags/mda/
authorAlasdair Kergon <agk@redhat.com>
Tue, 6 Jul 2010 17:29:50 +0000 (17:29 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 6 Jul 2010 17:29:50 +0000 (17:29 +0000)
lib/metadata/metadata.c

index 06d1ed54d5047590e239a1f99716ece74b5d9056..17f0715f0c042f8984b8752fcc26e1df6e214b96 100644 (file)
@@ -1074,7 +1074,7 @@ static int _vg_ignore_mdas(struct volume_group *vg, uint32_t num_to_ignore)
        int r = 1;
 
        log_debug("Adjusting ignored mdas for %s: %" PRIu32 " of %" PRIu32 " mdas in use "
-                 "but %" PRIu32 " required.  Changing %" PRIu32 " flags.",
+                 "but %" PRIu32 " required.  Changing %" PRIu32 " mda.",
                  vg->name, mda_used_count, vg_mda_count(vg), vg_mda_copies(vg), num_to_ignore);
 
        if (!num_to_ignore)
@@ -1115,7 +1115,7 @@ static int _vg_unignore_mdas(struct volume_group *vg, uint32_t num_to_unignore)
                return 1;
 
        log_debug("Adjusting ignored mdas for %s: %" PRIu32 " of %" PRIu32 " mdas in use "
-                 "but %" PRIu32 " required.  Changing %" PRIu32 " flags.",
+                 "but %" PRIu32 " required.  Changing %" PRIu32 " mda.",
                  vg->name, mda_used_count, mda_count, vg_mda_copies(vg), num_to_unignore);
 
        if (!(mda_to_unignore_bs = _bitset_with_random_bits(vg->vgmem, mda_free_count,
This page took 0.036966 seconds and 5 git commands to generate.