1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Fix bad error message for thinp validation

This commit is contained in:
Zdenek Kabelac 2011-09-29 09:03:36 +00:00
parent 643d3e8134
commit 38796c3d47

View File

@ -239,7 +239,7 @@ int check_lv_segments(struct logical_volume *lv, int complete_vg)
}
if (seg->device_id >= (1 << 24)) {
log_error("LV %s: thin volume segment %u pool LV to large device id %d",
log_error("LV %s: thin volume segment %u has too large device id %d",
lv->name, seg_count, seg->device_id);
inc_error_count;
}