di-ruby-lvm-attrib 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/di-ruby-lvm-attrib.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
- :method: chunk_size
|
|
6
6
|
:column: chunk_size
|
|
7
7
|
:description: For snapshots
|
|
8
|
-
:type_hint:
|
|
8
|
+
:type_hint: Integer
|
|
9
9
|
- :method: chunksize
|
|
10
10
|
:column: chunksize
|
|
11
11
|
:description: For snapshots
|
|
12
|
-
:type_hint:
|
|
12
|
+
:type_hint: Integer
|
|
13
13
|
- :method: devices
|
|
14
14
|
:column: devices
|
|
15
15
|
:description: Underlying devices used with starting extent numbers.
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
- :method: region_size
|
|
26
26
|
:column: region_size
|
|
27
27
|
:description: For mirrors
|
|
28
|
-
:type_hint:
|
|
28
|
+
:type_hint: Integer
|
|
29
29
|
- :method: regionsize
|
|
30
30
|
:column: regionsize
|
|
31
31
|
:description: For mirrors
|
|
32
|
-
:type_hint:
|
|
32
|
+
:type_hint: Integer
|
|
33
33
|
- :method: monitor
|
|
34
34
|
:column: seg_monitor
|
|
35
35
|
:description: Dmeventd monitoring status of the segment.
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
- :method: size
|
|
42
42
|
:column: seg_size
|
|
43
43
|
:description: Size of segment in current units.
|
|
44
|
-
:type_hint:
|
|
44
|
+
:type_hint: Integer
|
|
45
45
|
- :method: size_pe
|
|
46
46
|
:column: seg_size_pe
|
|
47
47
|
:description: Size of segment in physical extents.
|
|
48
|
-
:type_hint:
|
|
48
|
+
:type_hint: Integer
|
|
49
49
|
- :method: start
|
|
50
50
|
:column: seg_start
|
|
51
51
|
:description: Offset within the LV to the start of the segment in current units.
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
- :method: stripe_size
|
|
66
66
|
:column: stripe_size
|
|
67
67
|
:description: For stripes
|
|
68
|
-
:type_hint:
|
|
68
|
+
:type_hint: Integer
|
|
69
69
|
- :method: stripes
|
|
70
70
|
:column: stripes
|
|
71
71
|
:description: Number of stripes or mirror legs.
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
- :method: stripesize
|
|
74
74
|
:column: stripesize
|
|
75
75
|
:description: For stripes
|
|
76
|
-
:type_hint:
|
|
76
|
+
:type_hint: Integer
|
|
77
77
|
- :method: thin_count
|
|
78
78
|
:column: thin_count
|
|
79
79
|
:description: For thin pools
|
|
@@ -89,4 +89,4 @@
|
|
|
89
89
|
- :method: zero
|
|
90
90
|
:column: zero
|
|
91
91
|
:description: For thin pools
|
|
92
|
-
:type_hint:
|
|
92
|
+
:type_hint: Integer
|
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.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-10-
|
|
13
|
+
date: 2014-10-29 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: A list of attributes for LVM objects
|
|
16
16
|
email:
|