di-ruby-lvm-attrib 0.0.24 → 0.0.25

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13ea38d277c91664a3715294929de44a6b1b0bf0
4
- data.tar.gz: c0b9121338bb280e2294b77d0590dd7cd22ee6ca
3
+ metadata.gz: 3cfbbcc1e842d46981842c1261c2af52af7879f8
4
+ data.tar.gz: 8f5128f9f3980260f7a5a651f6e72da002bd4d97
5
5
  SHA512:
6
- metadata.gz: 988be0e441cbc934f9edaf80c375ec421a11b7f1736e63af4a33be5f9488c06838ad3886f9958d7afb787a219f874f138a5cdf483965406c9b3afcedf38b9e35
7
- data.tar.gz: 56eedd2b21a85e27d88d90ee1e4eee328857ed9d76c6e571a30934a330353577a9cf1500dee769cc36481ea5767bb7316b2acba37ce09cf7ffed55e24bf4048c
6
+ metadata.gz: c58639a0ba1dec49d06a90f1bb985e918350beef4170b21cdd693be0d228fbd124b0fd2235932295812e696e274cbf14645d43283695b5c72639d4364cc71c5b
7
+ data.tar.gz: 93ec3b5d472d633971c270d1ed78d121ab3fdf0912ff6e73078c487e03a7e13cefc8f577f5c61933b1ccb0a948acd38a2ef0aaba56a7e9d7b189f5a8456c4456
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
- # 0.0.24 (2016-2-25)
1
+ # 0.0.25 (2016-03-08)
2
+ - Added LVM attributes for version 2.02.122(2)
3
+
4
+ # 0.0.24 (2016-02-25)
2
5
  - Added LVM attributes for version 2.0.2.120
3
6
  - Added a CHANGELOG
4
7
 
@@ -2,7 +2,7 @@ require 'yaml'
2
2
 
3
3
  module LVM
4
4
  module Attributes
5
- VERSION = '0.0.24'
5
+ VERSION = '0.0.25'
6
6
 
7
7
  def load(version, name)
8
8
  cwd = File.dirname(__FILE__)
@@ -1,6 +1,6 @@
1
1
  # These are column to object attribute mappings
2
- # generated by di-ruby-lvm-attrib/bin/generate_field_data based on
3
- # lvm2-2_02_111/lib/report/columns.h
2
+ # generated by bin/generate_field_data based on
3
+ # ../lvm2-2_02_122/lib/report/columns.h
4
4
  ---
5
5
  - :method: convert_lv
6
6
  :column: convert_lv
@@ -13,7 +13,7 @@
13
13
  - :method: data_lv
14
14
  :column: data_lv
15
15
  :type_hint: String
16
- :description: For thin pools
16
+ :description: For thin and cache pools
17
17
  - :method: data_percent
18
18
  :column: data_percent
19
19
  :type_hint: String
@@ -42,6 +42,10 @@
42
42
  :column: lv_allocation_policy
43
43
  :type_hint: String
44
44
  :description: LV allocation policy.
45
+ - :method: ancestors
46
+ :column: lv_ancestors
47
+ :type_hint: String
48
+ :description: Ancestors of this LV.
45
49
  - :method: attr
46
50
  :column: lv_attr
47
51
  :type_hint: String
@@ -50,6 +54,10 @@
50
54
  :column: lv_converting
51
55
  :type_hint: String
52
56
  :description: Set if LV is being converted.
57
+ - :method: descendants
58
+ :column: lv_descendants
59
+ :type_hint: String
60
+ :description: Descendants of this LV.
53
61
  - :method: dm_path
54
62
  :column: lv_dm_path
55
63
  :type_hint: String
@@ -62,10 +70,6 @@
62
70
  :column: lv_full_name
63
71
  :type_hint: String
64
72
  :description: Full name of LV including its VG
65
- - :method: health_status
66
- :column: lv_health_status
67
- :type_hint: String
68
- :description: LV health status.
69
73
  - :method: host
70
74
  :column: lv_host
71
75
  :type_hint: String
@@ -84,7 +88,7 @@
84
88
  :description: LV layout.
85
89
  - :method: major
86
90
  :column: lv_major
87
- :type_hint: Integer
91
+ :type_hint: String
88
92
  :description: Persistent major number or -1 if not persistent.
89
93
  - :method: merge_failed
90
94
  :column: lv_merge_failed
@@ -97,10 +101,10 @@
97
101
  - :method: metadata_size
98
102
  :column: lv_metadata_size
99
103
  :type_hint: Integer
100
- :description: For thin pools
104
+ :description: For thin and cache pools
101
105
  - :method: minor
102
106
  :column: lv_minor
103
- :type_hint: Integer
107
+ :type_hint: String
104
108
  :description: Persistent minor number or -1 if not persistent.
105
109
  - :method: modules
106
110
  :column: lv_modules
@@ -154,10 +158,14 @@
154
158
  :column: lv_uuid
155
159
  :type_hint: String
156
160
  :description: Unique identifier.
161
+ - :method: when_full
162
+ :column: lv_when_full
163
+ :type_hint: String
164
+ :description: For thin pools
157
165
  - :method: metadata_lv
158
166
  :column: metadata_lv
159
167
  :type_hint: String
160
- :description: For thin pools
168
+ :description: For thin and cache pools
161
169
  - :method: metadata_percent
162
170
  :column: metadata_percent
163
171
  :type_hint: String
@@ -1,7 +1,19 @@
1
1
  # These are column to object attribute mappings
2
- # generated by di-ruby-lvm-attrib/bin/generate_field_data based on
3
- # lvm2-2_02_111/lib/report/columns.h
2
+ # generated by bin/generate_field_data based on
3
+ # ../lvm2-2_02_122/lib/report/columns.h
4
4
  ---
5
+ - :method: cache_policy
6
+ :column: cache_policy
7
+ :type_hint: String
8
+ :description: The cache policy (cached segments only).
9
+ - :method: cache_settings
10
+ :column: cache_settings
11
+ :type_hint: String
12
+ :description: Cache settings/parameters (cached segments only).
13
+ - :method: cachemode
14
+ :column: cachemode
15
+ :type_hint: String
16
+ :description: For cache pools
5
17
  - :method: chunk_size
6
18
  :column: chunk_size
7
19
  :type_hint: Integer
@@ -1,6 +1,6 @@
1
1
  # These are column to object attribute mappings
2
- # generated by di-ruby-lvm-attrib/bin/generate_field_data based on
3
- # lvm2-2_02_111/lib/report/columns.h
2
+ # generated by bin/generate_field_data based on
3
+ # ../lvm2-2_02_122/lib/report/columns.h
4
4
  ---
5
5
  - :method: dev_size
6
6
  :column: dev_size
@@ -1,6 +1,6 @@
1
1
  # These are column to object attribute mappings
2
- # generated by di-ruby-lvm-attrib/bin/generate_field_data based on
3
- # lvm2-2_02_111/lib/report/columns.h
2
+ # generated by bin/generate_field_data based on
3
+ # ../lvm2-2_02_122/lib/report/columns.h
4
4
  ---
5
5
  - :method: pv_uuid
6
6
  :column: pv_uuid
@@ -1,6 +1,6 @@
1
1
  # These are column to object attribute mappings
2
- # generated by di-ruby-lvm-attrib/bin/generate_field_data based on
3
- # lvm2-2_02_111/lib/report/columns.h
2
+ # generated by bin/generate_field_data based on
3
+ # ../lvm2-2_02_122/lib/report/columns.h
4
4
  ---
5
5
  - :method: lv_count
6
6
  :column: lv_count
@@ -109,7 +109,11 @@
109
109
  - :method: sysid
110
110
  :column: vg_sysid
111
111
  :type_hint: String
112
- :description: System ID indicating when and where it was created.
112
+ :description: System ID of the VG indicating which host owns it.
113
+ - :method: systemid
114
+ :column: vg_systemid
115
+ :type_hint: String
116
+ :description: System ID of the VG indicating which host owns it.
113
117
  - :method: tags
114
118
  :column: vg_tags
115
119
  :type_hint: String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: di-ruby-lvm-attrib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Symons
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-02-25 00:00:00.000000000 Z
13
+ date: 2016-03-08 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: A list of attributes for LVM objects
16
16
  email:
@@ -48,11 +48,6 @@ files:
48
48
  - lib/lvm/attributes/2.02.106(2)/pvs.yaml
49
49
  - lib/lvm/attributes/2.02.106(2)/pvsseg.yaml
50
50
  - lib/lvm/attributes/2.02.106(2)/vgs.yaml
51
- - lib/lvm/attributes/2.02.111(2)/2.02.111(2)-git/lvs.yaml
52
- - lib/lvm/attributes/2.02.111(2)/2.02.111(2)-git/lvsseg.yaml
53
- - lib/lvm/attributes/2.02.111(2)/2.02.111(2)-git/pvs.yaml
54
- - lib/lvm/attributes/2.02.111(2)/2.02.111(2)-git/pvsseg.yaml
55
- - lib/lvm/attributes/2.02.111(2)/2.02.111(2)-git/vgs.yaml
56
51
  - lib/lvm/attributes/2.02.111(2)/lvs.yaml
57
52
  - lib/lvm/attributes/2.02.111(2)/lvsseg.yaml
58
53
  - lib/lvm/attributes/2.02.111(2)/pvs.yaml
@@ -88,6 +83,11 @@ files:
88
83
  - lib/lvm/attributes/2.02.120(2)/pvs.yaml
89
84
  - lib/lvm/attributes/2.02.120(2)/pvsseg.yaml
90
85
  - lib/lvm/attributes/2.02.120(2)/vgs.yaml
86
+ - lib/lvm/attributes/2.02.122(2)/lvs.yaml
87
+ - lib/lvm/attributes/2.02.122(2)/lvsseg.yaml
88
+ - lib/lvm/attributes/2.02.122(2)/pvs.yaml
89
+ - lib/lvm/attributes/2.02.122(2)/pvsseg.yaml
90
+ - lib/lvm/attributes/2.02.122(2)/vgs.yaml
91
91
  - lib/lvm/attributes/2.02.130(2)/lvs.yaml
92
92
  - lib/lvm/attributes/2.02.130(2)/lvsseg.yaml
93
93
  - lib/lvm/attributes/2.02.130(2)/pvs.yaml