mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
thin: display info when -tpool is running
For percentage display we need -tpool - so check for layered device presence here instead of plain pool device. Also update 'info' - so when pool is 'available' we display open count for -tpool device instead of mostly irrelevant pool. TODO: Maybe we should actually display this open info always? (even when just -tpool is available, but pool is not)
This commit is contained in:
parent
91a8e4a3d8
commit
71314a9905
@ -1,5 +1,6 @@
|
||||
Version 2.02.107 -
|
||||
==================================
|
||||
Display thin pool usage even when just thin volume is available.
|
||||
Display monitoring status for monitorable segments in 'lvdisplay --maps'.
|
||||
Display virtual extents for virtual LVs in 'lvdisplay --maps'.
|
||||
Make vgsplit fail cleanly when not all PVs are specified for RAID 4/5/6.
|
||||
|
@ -525,7 +525,7 @@ int lvdisplay_full(struct cmd_context *cmd,
|
||||
log_print("LV merged with %s",
|
||||
find_snapshot(lv)->lv->name);
|
||||
} else if (lv_is_thin_pool(lv)) {
|
||||
if (inkernel) {
|
||||
if (lv_info(cmd, lv, 1, &info, 1, 1) && info.exists) {
|
||||
thin_data_active = lv_thin_pool_percent(lv, 0, &thin_data_percent);
|
||||
thin_metadata_active = lv_thin_pool_percent(lv, 1, &thin_metadata_percent);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user