chef-ruby-lvm-attrib 0.3.15 → 0.4.1
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.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +3 -3
- data/.github/workflows/publish.yaml +32 -0
- data/.release-please-manifest.json +3 -0
- data/CHANGELOG.md +27 -1
- data/lib/lvm/attributes/2.03.24(2)/lvs.yaml +384 -0
- data/lib/lvm/attributes/2.03.24(2)/lvsseg.yaml +214 -0
- data/lib/lvm/attributes/2.03.24(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.24(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.24(2)/vgs.yaml +144 -0
- data/lib/lvm/attributes/2.03.25(2)/lvs.yaml +384 -0
- data/lib/lvm/attributes/2.03.25(2)/lvsseg.yaml +214 -0
- data/lib/lvm/attributes/2.03.25(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.25(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.25(2)/vgs.yaml +144 -0
- data/lib/lvm/attributes/2.03.27(2)/lvs.yaml +384 -0
- data/lib/lvm/attributes/2.03.27(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.27(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.27(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.27(2)/vgs.yaml +144 -0
- data/lib/lvm/attributes.rb +2 -0
- data/lib/lvm/version.rb +1 -1
- data/release-please-config.json +11 -0
- metadata +21 -4
- data/VERSION +0 -1
@@ -0,0 +1,16 @@
|
|
1
|
+
# These are column to object attribute mappings
|
2
|
+
# generated by ./bin/generate_field_data based on
|
3
|
+
# lvm2/lib/report/columns.h
|
4
|
+
---
|
5
|
+
- :method: pv_uuid
|
6
|
+
:column: pv_uuid
|
7
|
+
:type_hint: String
|
8
|
+
:description: For PhysicalVolume to PhysicalVolumeSegment relationship.
|
9
|
+
- :method: size
|
10
|
+
:column: pvseg_size
|
11
|
+
:type_hint: Integer
|
12
|
+
:description: Number of extents in segment.
|
13
|
+
- :method: start
|
14
|
+
:column: pvseg_start
|
15
|
+
:type_hint: Integer
|
16
|
+
:description: Physical Extent number of start of segment.
|
@@ -0,0 +1,144 @@
|
|
1
|
+
# These are column to object attribute mappings
|
2
|
+
# generated by ./bin/generate_field_data based on
|
3
|
+
# lvm2/lib/report/columns.h
|
4
|
+
---
|
5
|
+
- :method: lv_count
|
6
|
+
:column: lv_count
|
7
|
+
:type_hint: Integer
|
8
|
+
:description: Number of LVs.
|
9
|
+
- :method: max_lv
|
10
|
+
:column: max_lv
|
11
|
+
:type_hint: Integer
|
12
|
+
:description: Maximum number of LVs allowed in VG or 0 if unlimited.
|
13
|
+
- :method: max_pv
|
14
|
+
:column: max_pv
|
15
|
+
:type_hint: Integer
|
16
|
+
:description: Maximum number of PVs allowed in VG or 0 if unlimited.
|
17
|
+
- :method: pv_count
|
18
|
+
:column: pv_count
|
19
|
+
:type_hint: Integer
|
20
|
+
:description: Number of PVs in VG.
|
21
|
+
- :method: snap_count
|
22
|
+
:column: snap_count
|
23
|
+
:type_hint: Integer
|
24
|
+
:description: Number of snapshots.
|
25
|
+
- :method: allocation_policy
|
26
|
+
:column: vg_allocation_policy
|
27
|
+
:type_hint: String
|
28
|
+
:description: VG allocation policy.
|
29
|
+
- :method: attr
|
30
|
+
:column: vg_attr
|
31
|
+
:type_hint: String
|
32
|
+
:description: Various attributes - see man page.
|
33
|
+
- :method: autoactivation
|
34
|
+
:column: vg_autoactivation
|
35
|
+
:type_hint: String
|
36
|
+
:description: Set if VG autoactivation is enabled.
|
37
|
+
- :method: clustered
|
38
|
+
:column: vg_clustered
|
39
|
+
:type_hint: String
|
40
|
+
:description: Set if VG is clustered.
|
41
|
+
- :method: exported
|
42
|
+
:column: vg_exported
|
43
|
+
:type_hint: String
|
44
|
+
:description: Set if VG is exported.
|
45
|
+
- :method: extendable
|
46
|
+
:column: vg_extendable
|
47
|
+
:type_hint: String
|
48
|
+
:description: Set if VG is extendable.
|
49
|
+
- :method: extent_count
|
50
|
+
:column: vg_extent_count
|
51
|
+
:type_hint: Integer
|
52
|
+
:description: Total number of Physical Extents.
|
53
|
+
- :method: extent_size
|
54
|
+
:column: vg_extent_size
|
55
|
+
:type_hint: Integer
|
56
|
+
:description: Size of Physical Extents in current units.
|
57
|
+
- :method: fmt
|
58
|
+
:column: vg_fmt
|
59
|
+
:type_hint: String
|
60
|
+
:description: Type of metadata.
|
61
|
+
- :method: free
|
62
|
+
:column: vg_free
|
63
|
+
:type_hint: Integer
|
64
|
+
:description: Total amount of free space in current units.
|
65
|
+
- :method: free_count
|
66
|
+
:column: vg_free_count
|
67
|
+
:type_hint: Integer
|
68
|
+
:description: Total number of unallocated Physical Extents.
|
69
|
+
- :method: lock_args
|
70
|
+
:column: vg_lock_args
|
71
|
+
:type_hint: String
|
72
|
+
:description: Lock args of the VG used by lvmlockd.
|
73
|
+
- :method: lock_type
|
74
|
+
:column: vg_lock_type
|
75
|
+
:type_hint: String
|
76
|
+
:description: Lock type of the VG used by lvmlockd.
|
77
|
+
- :method: mda_copies
|
78
|
+
:column: vg_mda_copies
|
79
|
+
:type_hint: Integer
|
80
|
+
:description: Target number of in use metadata areas in the VG.
|
81
|
+
- :method: mda_count
|
82
|
+
:column: vg_mda_count
|
83
|
+
:type_hint: Integer
|
84
|
+
:description: Number of metadata areas on this VG.
|
85
|
+
- :method: mda_free
|
86
|
+
:column: vg_mda_free
|
87
|
+
:type_hint: Integer
|
88
|
+
:description: Free metadata area space for this VG in current units.
|
89
|
+
- :method: mda_size
|
90
|
+
:column: vg_mda_size
|
91
|
+
:type_hint: Integer
|
92
|
+
:description: Size of smallest metadata area for this VG in current units.
|
93
|
+
- :method: mda_used_count
|
94
|
+
:column: vg_mda_used_count
|
95
|
+
:type_hint: Integer
|
96
|
+
:description: Number of metadata areas in use on this VG.
|
97
|
+
- :method: missing_pv_count
|
98
|
+
:column: vg_missing_pv_count
|
99
|
+
:type_hint: Integer
|
100
|
+
:description: Number of PVs in VG which are missing.
|
101
|
+
- :method: name
|
102
|
+
:column: vg_name
|
103
|
+
:type_hint: String
|
104
|
+
:description: Name.
|
105
|
+
- :method: partial
|
106
|
+
:column: vg_partial
|
107
|
+
:type_hint: String
|
108
|
+
:description: Set if VG is partial.
|
109
|
+
- :method: permissions
|
110
|
+
:column: vg_permissions
|
111
|
+
:type_hint: String
|
112
|
+
:description: VG permissions.
|
113
|
+
- :method: profile
|
114
|
+
:column: vg_profile
|
115
|
+
:type_hint: String
|
116
|
+
:description: Configuration profile attached to this VG.
|
117
|
+
- :method: seqno
|
118
|
+
:column: vg_seqno
|
119
|
+
:type_hint: Integer
|
120
|
+
:description: Revision number of internal metadata. Incremented whenever it changes.
|
121
|
+
- :method: shared
|
122
|
+
:column: vg_shared
|
123
|
+
:type_hint: String
|
124
|
+
:description: Set if VG is shared.
|
125
|
+
- :method: size
|
126
|
+
:column: vg_size
|
127
|
+
:type_hint: Integer
|
128
|
+
:description: Total size of VG in current units.
|
129
|
+
- :method: sysid
|
130
|
+
:column: vg_sysid
|
131
|
+
:type_hint: String
|
132
|
+
:description: System ID of the VG indicating which host owns it.
|
133
|
+
- :method: systemid
|
134
|
+
:column: vg_systemid
|
135
|
+
:type_hint: String
|
136
|
+
:description: System ID of the VG indicating which host owns it.
|
137
|
+
- :method: tags
|
138
|
+
:column: vg_tags
|
139
|
+
:type_hint: String
|
140
|
+
:description: Tags
|
141
|
+
- :method: uuid
|
142
|
+
:column: vg_uuid
|
143
|
+
:type_hint: String
|
144
|
+
:description: Unique identifier.
|
data/lib/lvm/attributes.rb
CHANGED
data/lib/lvm/version.rb
CHANGED
@@ -0,0 +1,11 @@
|
|
1
|
+
{
|
2
|
+
"packages": {
|
3
|
+
".": {
|
4
|
+
"changelog-path": "CHANGELOG.md",
|
5
|
+
"release-type": "ruby",
|
6
|
+
"include-component-in-tag": false,
|
7
|
+
"version-file": "lib/lvm/version.rb"
|
8
|
+
}
|
9
|
+
},
|
10
|
+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
11
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-ruby-lvm-attrib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sous-Chefs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A list of attributes for LVM objects
|
14
14
|
email:
|
@@ -23,11 +23,13 @@ files:
|
|
23
23
|
- ".gitattributes"
|
24
24
|
- ".github/CODEOWNERS"
|
25
25
|
- ".github/workflows/ci.yml"
|
26
|
+
- ".github/workflows/publish.yaml"
|
26
27
|
- ".gitignore"
|
27
28
|
- ".gitmodules"
|
28
29
|
- ".markdownlint-cli2.yaml"
|
29
30
|
- ".mdlrc"
|
30
31
|
- ".overcommit.yml"
|
32
|
+
- ".release-please-manifest.json"
|
31
33
|
- ".rubocop.yml"
|
32
34
|
- ".yamllint"
|
33
35
|
- CHANGELOG.md
|
@@ -38,7 +40,6 @@ files:
|
|
38
40
|
- README.md
|
39
41
|
- Rakefile
|
40
42
|
- TESTING.md
|
41
|
-
- VERSION
|
42
43
|
- bin/generate_field_data
|
43
44
|
- chef-ruby-lvm-attrib.gemspec
|
44
45
|
- chefignore
|
@@ -656,7 +657,23 @@ files:
|
|
656
657
|
- lib/lvm/attributes/2.03.22(2)/pvs.yaml
|
657
658
|
- lib/lvm/attributes/2.03.22(2)/pvsseg.yaml
|
658
659
|
- lib/lvm/attributes/2.03.22(2)/vgs.yaml
|
660
|
+
- lib/lvm/attributes/2.03.24(2)/lvs.yaml
|
661
|
+
- lib/lvm/attributes/2.03.24(2)/lvsseg.yaml
|
662
|
+
- lib/lvm/attributes/2.03.24(2)/pvs.yaml
|
663
|
+
- lib/lvm/attributes/2.03.24(2)/pvsseg.yaml
|
664
|
+
- lib/lvm/attributes/2.03.24(2)/vgs.yaml
|
665
|
+
- lib/lvm/attributes/2.03.25(2)/lvs.yaml
|
666
|
+
- lib/lvm/attributes/2.03.25(2)/lvsseg.yaml
|
667
|
+
- lib/lvm/attributes/2.03.25(2)/pvs.yaml
|
668
|
+
- lib/lvm/attributes/2.03.25(2)/pvsseg.yaml
|
669
|
+
- lib/lvm/attributes/2.03.25(2)/vgs.yaml
|
670
|
+
- lib/lvm/attributes/2.03.27(2)/lvs.yaml
|
671
|
+
- lib/lvm/attributes/2.03.27(2)/lvsseg.yaml
|
672
|
+
- lib/lvm/attributes/2.03.27(2)/pvs.yaml
|
673
|
+
- lib/lvm/attributes/2.03.27(2)/pvsseg.yaml
|
674
|
+
- lib/lvm/attributes/2.03.27(2)/vgs.yaml
|
659
675
|
- lib/lvm/version.rb
|
676
|
+
- release-please-config.json
|
660
677
|
- renovate.json
|
661
678
|
- test/test_ruby-lvm-attributes.rb
|
662
679
|
- update-lvm.sh
|
@@ -679,7 +696,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
679
696
|
- !ruby/object:Gem::Version
|
680
697
|
version: '0'
|
681
698
|
requirements: []
|
682
|
-
rubygems_version: 3.
|
699
|
+
rubygems_version: 3.5.9
|
683
700
|
signing_key:
|
684
701
|
specification_version: 4
|
685
702
|
summary: A list of attributes for LVM objects
|
data/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
0.3.15
|