Skip to content

Commit

Permalink
fix: Add spec "lvmconfig" back (#3474)
Browse files Browse the repository at this point in the history
* the spec is used in rules, so add it back

Signed-off-by: Huanhuan Li <[email protected]>
(cherry picked from commit d301c74)
  • Loading branch information
huali027 authored and Sachin Patil committed Jul 21, 2022
1 parent d7b3c5b commit 48d9523
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions insights/specs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ class DefaultSpecs(Specs):
lsscsi = simple_command("/usr/bin/lsscsi")
lsvmbus = simple_command("/usr/sbin/lsvmbus -vv")
lvm_conf = simple_file("/etc/lvm/lvm.conf")
lvmconfig = first_of([
simple_command("/usr/sbin/lvmconfig --type full"),
simple_command("/usr/sbin/lvm dumpconfig --type full"),
])
lvm_system_devices = simple_file("/etc/lvm/devices/system.devices")
lvs_noheadings = simple_command("/sbin/lvs --nameprefixes --noheadings --separator='|' -a -o lv_name,lv_size,lv_attr,mirror_log,vg_name,devices,region_size,data_percent,metadata_percent,segtype,seg_monitor,lv_kernel_major,lv_kernel_minor --config=\"global{locking_type=0}\"")
mac_addresses = glob_file("/sys/class/net/*/address")
Expand Down

0 comments on commit 48d9523

Please sign in to comment.