mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
metadata: Fix recent vg_validate message text.
This commit is contained in:
parent
038013cf42
commit
95fbbf4f40
@ -2576,7 +2576,7 @@ int vg_validate(struct volume_group *vg)
|
||||
|
||||
if (lvl->lv->status & LVM_WRITE_LOCKED) {
|
||||
log_error(INTERNAL_ERROR "LV %s has external flag LVM_WRITE_LOCKED set internally.",
|
||||
vg->name);
|
||||
lvl->lv->name);
|
||||
r = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user