Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsymons committed Mar 8, 2016
2 parents 514ca33 + 8a3869d commit 4ede2e4
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 22 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 0.0.24 (2016-2-25)
# 0.0.25 (2016-03-08)
- Added LVM attributes for version 2.02.122(2)

# 0.0.24 (2016-02-25)
- Added LVM attributes for version 2.0.2.120
- Added a CHANGELOG

Expand Down
2 changes: 1 addition & 1 deletion lib/lvm/attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module LVM
module Attributes
VERSION = '0.0.24'
VERSION = '0.0.25'

def load(version, name)
cwd = File.dirname(__FILE__)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are column to object attribute mappings
# generated by di-ruby-lvm-attrib/bin/generate_field_data based on
# lvm2-2_02_111/lib/report/columns.h
# generated by bin/generate_field_data based on
# ../lvm2-2_02_122/lib/report/columns.h
---
- :method: convert_lv
:column: convert_lv
Expand All @@ -13,7 +13,7 @@
- :method: data_lv
:column: data_lv
:type_hint: String
:description: For thin pools
:description: For thin and cache pools
- :method: data_percent
:column: data_percent
:type_hint: String
Expand Down Expand Up @@ -42,6 +42,10 @@
:column: lv_allocation_policy
:type_hint: String
:description: LV allocation policy.
- :method: ancestors
:column: lv_ancestors
:type_hint: String
:description: Ancestors of this LV.
- :method: attr
:column: lv_attr
:type_hint: String
Expand All @@ -50,6 +54,10 @@
:column: lv_converting
:type_hint: String
:description: Set if LV is being converted.
- :method: descendants
:column: lv_descendants
:type_hint: String
:description: Descendants of this LV.
- :method: dm_path
:column: lv_dm_path
:type_hint: String
Expand All @@ -62,10 +70,6 @@
: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
Expand All @@ -84,7 +88,7 @@
:description: LV layout.
- :method: major
:column: lv_major
:type_hint: Integer
:type_hint: String
:description: Persistent major number or -1 if not persistent.
- :method: merge_failed
:column: lv_merge_failed
Expand All @@ -97,10 +101,10 @@
- :method: metadata_size
:column: lv_metadata_size
:type_hint: Integer
:description: For thin pools
:description: For thin and cache pools
- :method: minor
:column: lv_minor
:type_hint: Integer
:type_hint: String
:description: Persistent minor number or -1 if not persistent.
- :method: modules
:column: lv_modules
Expand Down Expand Up @@ -154,10 +158,14 @@
:column: lv_uuid
:type_hint: String
:description: Unique identifier.
- :method: when_full
:column: lv_when_full
:type_hint: String
:description: For thin pools
- :method: metadata_lv
:column: metadata_lv
:type_hint: String
:description: For thin pools
:description: For thin and cache pools
- :method: metadata_percent
:column: metadata_percent
:type_hint: String
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# These are column to object attribute mappings
# generated by di-ruby-lvm-attrib/bin/generate_field_data based on
# lvm2-2_02_111/lib/report/columns.h
# generated by bin/generate_field_data based on
# ../lvm2-2_02_122/lib/report/columns.h
---
- :method: cache_policy
:column: cache_policy
:type_hint: String
:description: The cache policy (cached segments only).
- :method: cache_settings
:column: cache_settings
:type_hint: String
:description: Cache settings/parameters (cached segments only).
- :method: cachemode
:column: cachemode
:type_hint: String
:description: For cache pools
- :method: chunk_size
:column: chunk_size
:type_hint: Integer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are column to object attribute mappings
# generated by di-ruby-lvm-attrib/bin/generate_field_data based on
# lvm2-2_02_111/lib/report/columns.h
# generated by bin/generate_field_data based on
# ../lvm2-2_02_122/lib/report/columns.h
---
- :method: dev_size
:column: dev_size
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are column to object attribute mappings
# generated by di-ruby-lvm-attrib/bin/generate_field_data based on
# lvm2-2_02_111/lib/report/columns.h
# generated by bin/generate_field_data based on
# ../lvm2-2_02_122/lib/report/columns.h
---
- :method: pv_uuid
:column: pv_uuid
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are column to object attribute mappings
# generated by di-ruby-lvm-attrib/bin/generate_field_data based on
# lvm2-2_02_111/lib/report/columns.h
# generated by bin/generate_field_data based on
# ../lvm2-2_02_122/lib/report/columns.h
---
- :method: lv_count
:column: lv_count
Expand Down Expand Up @@ -109,7 +109,11 @@
- :method: sysid
:column: vg_sysid
:type_hint: String
:description: System ID indicating when and where it was created.
:description: System ID of the VG indicating which host owns it.
- :method: systemid
:column: vg_systemid
:type_hint: String
:description: System ID of the VG indicating which host owns it.
- :method: tags
:column: vg_tags
:type_hint: String
Expand Down

0 comments on commit 4ede2e4

Please sign in to comment.