lib/lvm/attributes/2.02.140(2)/lvs.yaml in chef-ruby-lvm-attrib-0.2.0 vs lib/lvm/attributes/2.02.140(2)/lvs.yaml in chef-ruby-lvm-attrib-0.2.1

- old
+ new

@@ -1,9 +1,37 @@ # These are column to object attribute mappings # generated by ./bin/generate_field_data based on # lvm2/lib/report/columns.h --- +- :method: cache_dirty_blocks + :column: cache_dirty_blocks + :type_hint: Integer + :description: Dirty cache blocks. +- :method: cache_read_hits + :column: cache_read_hits + :type_hint: Integer + :description: Cache read hits. +- :method: cache_read_misses + :column: cache_read_misses + :type_hint: Integer + :description: Cache read misses. +- :method: cache_total_blocks + :column: cache_total_blocks + :type_hint: Integer + :description: Total cache blocks. +- :method: cache_used_blocks + :column: cache_used_blocks + :type_hint: Integer + :description: Used cache blocks. +- :method: cache_write_hits + :column: cache_write_hits + :type_hint: Integer + :description: Cache write hits. +- :method: cache_write_misses + :column: cache_write_misses + :type_hint: Integer + :description: Cache write misses. - :method: convert_lv :column: convert_lv :type_hint: String :description: For lvconvert - :method: convert_lv_uuid @@ -24,10 +52,14 @@ :description: For thin and cache pools - :method: data_percent :column: data_percent :type_hint: String :description: For snapshot and thin pools and volumes +- :method: kernel_discards + :column: kernel_discards + :type_hint: String + :description: For thin pools - :method: active :column: lv_active :type_hint: String :description: Active state of the LV. - :method: active_exclusively @@ -76,9 +108,13 @@ :description: Set if LV has fixed minor number assigned. - :method: full_name :column: lv_full_name :type_hint: String :description: Full name of LV including its VG +- :method: health_status + :column: lv_health_status + :type_hint: String + :description: LV health status. - :method: host :column: lv_host :type_hint: String :description: Creation host of the LV - :method: image_synced