summaryrefslogtreecommitdiff
path: root/tools/toollib.h
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2016-05-03 11:46:28 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2016-06-20 11:33:42 +0200
commit8cfc385491484e71d66e5991e09c3d0a47570a13 (patch)
treedcdfe6d9c87669289a8ac2f334eaf566353018bf /tools/toollib.h
parent31aaa3be71597ec53262177bea76365605e9199f (diff)
downloadlvm2-8cfc385491484e71d66e5991e09c3d0a47570a13.tar.gz
toollib: make it possible to also process internal VGs, add 'include_internal' switch to process_each_vg fn
The lvm fullreport works per VG and as such, the vg, lv, pv, seg and pvseg subreport is done for each VG. However, if the PV is not part of any VG yet, we still want to display pv and pvseg subreports for these "orphan" PVs - so enable this for lvm fullreport's process_each_vg call.
Diffstat (limited to 'tools/toollib.h')
-rw-r--r--tools/toollib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/toollib.h b/tools/toollib.h
index 8cd9087e6..179efe551 100644
--- a/tools/toollib.h
+++ b/tools/toollib.h
@@ -106,6 +106,7 @@ int process_each_vg(struct cmd_context *cmd,
const char *one_vgname,
struct dm_list *use_vgnames,
uint32_t flags,
+ int include_internal,
struct processing_handle *handle,
process_single_vg_fn_t process_single_vg);