mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: fix cut&paste bug
Use proper external_lv. (In release fix)
This commit is contained in:
parent
24f8daa13d
commit
78a42bac15
@ -595,7 +595,7 @@ int lvdisplay_full(struct cmd_context *cmd,
|
||||
seg->origin->name);
|
||||
if (seg->external_lv)
|
||||
log_print("LV External origin name %s",
|
||||
seg->origin->name);
|
||||
seg->external_lv->name);
|
||||
if (inkernel)
|
||||
thin_active = lv_thin_percent(lv, 0, &thin_percent);
|
||||
} else if (lv_is_thin_pool(lv)) {
|
||||
|
Loading…
Reference in New Issue
Block a user