chef-ruby-lvm-attrib 0.6.1 → 0.7.2
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/publish.yaml +36 -11
- data/.gitmodules +1 -1
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +28 -0
- data/Gemfile +1 -0
- data/README.md +9 -4
- data/bin/generate_field_data +2 -0
- data/lib/lvm/attributes/2.03.34(2)/lvs.yaml +384 -0
- data/lib/lvm/attributes/2.03.34(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.34(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.34(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.34(2)/vgs.yaml +148 -0
- data/lib/lvm/attributes/2.03.35(2)/lvs.yaml +384 -0
- data/lib/lvm/attributes/2.03.35(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.35(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.35(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.35(2)/vgs.yaml +148 -0
- data/lib/lvm/attributes/2.03.36(2)/lvs.yaml +392 -0
- data/lib/lvm/attributes/2.03.36(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.36(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.36(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.36(2)/vgs.yaml +148 -0
- data/lib/lvm/attributes/2.03.37(2)/lvs.yaml +392 -0
- data/lib/lvm/attributes/2.03.37(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.37(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.37(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.37(2)/vgs.yaml +152 -0
- data/lib/lvm/attributes/2.03.38(2)/lvs.yaml +392 -0
- data/lib/lvm/attributes/2.03.38(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.38(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.38(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.38(2)/vgs.yaml +152 -0
- data/lib/lvm/attributes/2.03.39(2)/lvs.yaml +396 -0
- data/lib/lvm/attributes/2.03.39(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.39(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.39(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.39(2)/vgs.yaml +152 -0
- data/lib/lvm/attributes/2.03.40(2)/lvs.yaml +396 -0
- data/lib/lvm/attributes/2.03.40(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.40(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.40(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.40(2)/vgs.yaml +152 -0
- data/lib/lvm/attributes/2.03.41(2)/lvs.yaml +396 -0
- data/lib/lvm/attributes/2.03.41(2)/lvsseg.yaml +218 -0
- data/lib/lvm/attributes/2.03.41(2)/pvs.yaml +121 -0
- data/lib/lvm/attributes/2.03.41(2)/pvsseg.yaml +16 -0
- data/lib/lvm/attributes/2.03.41(2)/vgs.yaml +152 -0
- data/lib/lvm/version.rb +1 -1
- data/renovate.json +1 -1
- data/update-lvm.sh +59 -11
- metadata +43 -3
|
@@ -0,0 +1,121 @@
|
|
|
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: dev_size
|
|
6
|
+
:column: dev_size
|
|
7
|
+
:type_hint: Integer
|
|
8
|
+
:description: Size of underlying device in current units.
|
|
9
|
+
- :method: pe_start
|
|
10
|
+
:column: pe_start
|
|
11
|
+
:type_hint: Integer
|
|
12
|
+
:description: Offset to the start of data on the underlying device.
|
|
13
|
+
- :method: allocatable
|
|
14
|
+
:column: pv_allocatable
|
|
15
|
+
:type_hint: String
|
|
16
|
+
:description: Set if this device can be used for allocation.
|
|
17
|
+
- :method: attr
|
|
18
|
+
:column: pv_attr
|
|
19
|
+
:type_hint: String
|
|
20
|
+
:description: Various attributes - see man page.
|
|
21
|
+
- :method: ba_size
|
|
22
|
+
:column: pv_ba_size
|
|
23
|
+
:type_hint: Integer
|
|
24
|
+
:description: Size of PV Bootloader Area in current units.
|
|
25
|
+
- :method: ba_start
|
|
26
|
+
:column: pv_ba_start
|
|
27
|
+
:type_hint: Integer
|
|
28
|
+
:description: Offset to the start of PV Bootloader Area on the underlying device
|
|
29
|
+
in current units.
|
|
30
|
+
- :method: device_id
|
|
31
|
+
:column: pv_device_id
|
|
32
|
+
:type_hint: String
|
|
33
|
+
:description: Device ID such as the WWID.
|
|
34
|
+
- :method: device_id_type
|
|
35
|
+
:column: pv_device_id_type
|
|
36
|
+
:type_hint: String
|
|
37
|
+
:description: Type of device ID such as WWID.
|
|
38
|
+
- :method: duplicate
|
|
39
|
+
:column: pv_duplicate
|
|
40
|
+
:type_hint: String
|
|
41
|
+
:description: Set if PV is an unchosen duplicate.
|
|
42
|
+
- :method: exported
|
|
43
|
+
:column: pv_exported
|
|
44
|
+
:type_hint: String
|
|
45
|
+
:description: Set if this device is exported.
|
|
46
|
+
- :method: ext_vsn
|
|
47
|
+
:column: pv_ext_vsn
|
|
48
|
+
:type_hint: Integer
|
|
49
|
+
:description: PV header extension version.
|
|
50
|
+
- :method: fmt
|
|
51
|
+
:column: pv_fmt
|
|
52
|
+
:type_hint: String
|
|
53
|
+
:description: Type of metadata.
|
|
54
|
+
- :method: free
|
|
55
|
+
:column: pv_free
|
|
56
|
+
:type_hint: Integer
|
|
57
|
+
:description: Total amount of unallocated space in current units.
|
|
58
|
+
- :method: in_use
|
|
59
|
+
:column: pv_in_use
|
|
60
|
+
:type_hint: String
|
|
61
|
+
:description: Set if PV is used.
|
|
62
|
+
- :method: major
|
|
63
|
+
:column: pv_major
|
|
64
|
+
:type_hint: String
|
|
65
|
+
:description: Device major number.
|
|
66
|
+
- :method: mda_count
|
|
67
|
+
:column: pv_mda_count
|
|
68
|
+
:type_hint: Integer
|
|
69
|
+
:description: Number of metadata areas on this device.
|
|
70
|
+
- :method: mda_free
|
|
71
|
+
:column: pv_mda_free
|
|
72
|
+
:type_hint: Integer
|
|
73
|
+
:description: Free metadata area space on this device in current units.
|
|
74
|
+
- :method: mda_size
|
|
75
|
+
:column: pv_mda_size
|
|
76
|
+
:type_hint: Integer
|
|
77
|
+
:description: Size of smallest metadata area on this device in current units.
|
|
78
|
+
- :method: mda_used_count
|
|
79
|
+
:column: pv_mda_used_count
|
|
80
|
+
:type_hint: Integer
|
|
81
|
+
:description: Number of metadata areas in use on this device.
|
|
82
|
+
- :method: minor
|
|
83
|
+
:column: pv_minor
|
|
84
|
+
:type_hint: String
|
|
85
|
+
:description: Device minor number.
|
|
86
|
+
- :method: missing
|
|
87
|
+
:column: pv_missing
|
|
88
|
+
:type_hint: String
|
|
89
|
+
:description: Set if this device is missing in system.
|
|
90
|
+
- :method: name
|
|
91
|
+
:column: pv_name
|
|
92
|
+
:type_hint: String
|
|
93
|
+
:description: Name.
|
|
94
|
+
- :method: pe_alloc_count
|
|
95
|
+
:column: pv_pe_alloc_count
|
|
96
|
+
:type_hint: Integer
|
|
97
|
+
:description: Total number of allocated Physical Extents.
|
|
98
|
+
- :method: pe_count
|
|
99
|
+
:column: pv_pe_count
|
|
100
|
+
:type_hint: Integer
|
|
101
|
+
:description: Total number of Physical Extents.
|
|
102
|
+
- :method: size
|
|
103
|
+
:column: pv_size
|
|
104
|
+
:type_hint: Integer
|
|
105
|
+
:description: Size of PV in current units.
|
|
106
|
+
- :method: tags
|
|
107
|
+
:column: pv_tags
|
|
108
|
+
:type_hint: String
|
|
109
|
+
:description: Tags
|
|
110
|
+
- :method: used
|
|
111
|
+
:column: pv_used
|
|
112
|
+
:type_hint: Integer
|
|
113
|
+
:description: Total amount of allocated space in current units.
|
|
114
|
+
- :method: uuid
|
|
115
|
+
:column: pv_uuid
|
|
116
|
+
:type_hint: String
|
|
117
|
+
:description: Unique identifier.
|
|
118
|
+
- :method: vg_uuid
|
|
119
|
+
:column: vg_uuid
|
|
120
|
+
:type_hint: String
|
|
121
|
+
:description: For VolumeGroup to PhysicalVolume relationship.
|
|
@@ -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,152 @@
|
|
|
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: persist
|
|
114
|
+
:column: vg_persist
|
|
115
|
+
:type_hint: String
|
|
116
|
+
:description: Persistent Reservation setting.
|
|
117
|
+
- :method: pr
|
|
118
|
+
:column: vg_pr
|
|
119
|
+
:type_hint: String
|
|
120
|
+
:description: Persistent Reservation status.
|
|
121
|
+
- :method: profile
|
|
122
|
+
:column: vg_profile
|
|
123
|
+
:type_hint: String
|
|
124
|
+
:description: Configuration profile attached to this VG.
|
|
125
|
+
- :method: seqno
|
|
126
|
+
:column: vg_seqno
|
|
127
|
+
:type_hint: Integer
|
|
128
|
+
:description: Revision number of internal metadata. Incremented whenever it changes.
|
|
129
|
+
- :method: shared
|
|
130
|
+
:column: vg_shared
|
|
131
|
+
:type_hint: String
|
|
132
|
+
:description: Set if VG is shared.
|
|
133
|
+
- :method: size
|
|
134
|
+
:column: vg_size
|
|
135
|
+
:type_hint: Integer
|
|
136
|
+
:description: Total size of VG in current units.
|
|
137
|
+
- :method: sysid
|
|
138
|
+
:column: vg_sysid
|
|
139
|
+
:type_hint: String
|
|
140
|
+
:description: System ID of the VG indicating which host owns it.
|
|
141
|
+
- :method: systemid
|
|
142
|
+
:column: vg_systemid
|
|
143
|
+
:type_hint: String
|
|
144
|
+
:description: System ID of the VG indicating which host owns it.
|
|
145
|
+
- :method: tags
|
|
146
|
+
:column: vg_tags
|
|
147
|
+
:type_hint: String
|
|
148
|
+
:description: Tags
|
|
149
|
+
- :method: uuid
|
|
150
|
+
:column: vg_uuid
|
|
151
|
+
:type_hint: String
|
|
152
|
+
:description: Unique identifier.
|
data/lib/lvm/version.rb
CHANGED
data/renovate.json
CHANGED
data/update-lvm.sh
CHANGED
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
refs=refs/heads/main:refs/remotes/origin/main
|
|
25
25
|
pattern=v2_0[23]_*
|
|
26
26
|
git_dir=lvm2/.git
|
|
27
|
+
no_branch=0
|
|
28
|
+
lvm2_start_branch=
|
|
29
|
+
lvm2_start_sha=
|
|
27
30
|
|
|
28
31
|
set -e
|
|
29
32
|
|
|
@@ -33,13 +36,31 @@ msg() {
|
|
|
33
36
|
|
|
34
37
|
# do initial clone or update LVM2 repository
|
|
35
38
|
update_lvm2_repo() {
|
|
39
|
+
git config -f .gitmodules submodule.lvm2.url https://sourceware.org/git/lvm2.git
|
|
40
|
+
git submodule sync -- lvm2 >/dev/null 2>&1 || true
|
|
41
|
+
|
|
36
42
|
if [ ! -e lvm2/.git ]; then
|
|
37
43
|
msg "Checkout LVM2 repository"
|
|
38
44
|
git submodule update --init --recursive
|
|
39
45
|
fi
|
|
40
46
|
|
|
47
|
+
if [ -e lvm2/.git ]; then
|
|
48
|
+
GIT_DIR=$git_dir git remote set-url origin https://sourceware.org/git/lvm2.git
|
|
49
|
+
fi
|
|
50
|
+
|
|
41
51
|
msg "Update LVM2 repository"
|
|
42
52
|
GIT_DIR=$git_dir git fetch origin $refs --tags
|
|
53
|
+
|
|
54
|
+
lvm2_start_branch=$(GIT_DIR=$git_dir git symbolic-ref -q --short HEAD || true)
|
|
55
|
+
lvm2_start_sha=$(GIT_DIR=$git_dir git rev-parse --verify HEAD)
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
restore_lvm2_repo_ref() {
|
|
59
|
+
if [ -n "$lvm2_start_branch" ]; then
|
|
60
|
+
GIT_DIR=$git_dir git checkout -q "$lvm2_start_branch" || GIT_DIR=$git_dir git checkout -q "$lvm2_start_sha"
|
|
61
|
+
else
|
|
62
|
+
GIT_DIR=$git_dir git checkout -q "$lvm2_start_sha"
|
|
63
|
+
fi
|
|
43
64
|
}
|
|
44
65
|
|
|
45
66
|
process_lvm2_version() {
|
|
@@ -78,10 +99,12 @@ process_lvm2_version() {
|
|
|
78
99
|
|
|
79
100
|
git_branch=LVM-${version}
|
|
80
101
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
102
|
+
if [ "$no_branch" -eq 0 ]; then
|
|
103
|
+
# check that local branch isn't already created
|
|
104
|
+
if git show-ref --verify --quiet refs/heads/$git_branch; then
|
|
105
|
+
msg "Git branch '$git_branch' already exists; skip"
|
|
106
|
+
return 1
|
|
107
|
+
fi
|
|
85
108
|
fi
|
|
86
109
|
|
|
87
110
|
./bin/generate_field_data lvm2
|
|
@@ -90,21 +113,46 @@ process_lvm2_version() {
|
|
|
90
113
|
return 1
|
|
91
114
|
fi
|
|
92
115
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
116
|
+
if [ "$no_branch" -eq 1 ]; then
|
|
117
|
+
msg "Generated $attr_dir (--no-branch mode: no git branch or commit created)"
|
|
118
|
+
else
|
|
119
|
+
git add -A $attr_dir
|
|
120
|
+
git checkout -b $git_branch main
|
|
121
|
+
cat > .git/commit-msg <<-EOF
|
|
96
122
|
Added $tag attributes
|
|
97
123
|
|
|
98
124
|
$(git diff --stat HEAD $attr_dir)
|
|
99
125
|
EOF
|
|
100
|
-
|
|
126
|
+
git commit -s -F .git/commit-msg $attr_dir
|
|
127
|
+
fi
|
|
101
128
|
|
|
102
129
|
return 0
|
|
103
130
|
}
|
|
104
131
|
|
|
105
132
|
update_lvm2_repo
|
|
106
133
|
|
|
107
|
-
|
|
134
|
+
tags=""
|
|
135
|
+
while [ "$#" -gt 0 ]; do
|
|
136
|
+
case "$1" in
|
|
137
|
+
-a)
|
|
138
|
+
tags="$tags __ALL__"
|
|
139
|
+
;;
|
|
140
|
+
--no-branch)
|
|
141
|
+
no_branch=1
|
|
142
|
+
;;
|
|
143
|
+
-h|--help)
|
|
144
|
+
echo "Usage: $0 [-a] [--no-branch] [v2_03_34 ...]"
|
|
145
|
+
exit 0
|
|
146
|
+
;;
|
|
147
|
+
*)
|
|
148
|
+
tags="$tags $1"
|
|
149
|
+
;;
|
|
150
|
+
esac
|
|
151
|
+
shift
|
|
152
|
+
done
|
|
153
|
+
|
|
154
|
+
set -- $tags
|
|
155
|
+
if [ "$1" = "__ALL__" ]; then
|
|
108
156
|
# obtain all versions
|
|
109
157
|
set -- $(GIT_DIR=lvm2/.git git tag -l $pattern)
|
|
110
158
|
fi
|
|
@@ -116,8 +164,8 @@ for tag in "$@"; do
|
|
|
116
164
|
updated=1
|
|
117
165
|
done
|
|
118
166
|
|
|
119
|
-
# keep the pointer to
|
|
120
|
-
|
|
167
|
+
# keep the pointer to whatever lvm2 ref was checked out when script started
|
|
168
|
+
restore_lvm2_repo_ref
|
|
121
169
|
|
|
122
170
|
if [ -z "$updated" ]; then
|
|
123
171
|
echo >&2 "Nothing updated"
|
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.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sous-Chefs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: A list of attributes for LVM objects
|
|
14
14
|
email:
|
|
@@ -697,6 +697,46 @@ files:
|
|
|
697
697
|
- lib/lvm/attributes/2.03.33(2)/pvs.yaml
|
|
698
698
|
- lib/lvm/attributes/2.03.33(2)/pvsseg.yaml
|
|
699
699
|
- lib/lvm/attributes/2.03.33(2)/vgs.yaml
|
|
700
|
+
- lib/lvm/attributes/2.03.34(2)/lvs.yaml
|
|
701
|
+
- lib/lvm/attributes/2.03.34(2)/lvsseg.yaml
|
|
702
|
+
- lib/lvm/attributes/2.03.34(2)/pvs.yaml
|
|
703
|
+
- lib/lvm/attributes/2.03.34(2)/pvsseg.yaml
|
|
704
|
+
- lib/lvm/attributes/2.03.34(2)/vgs.yaml
|
|
705
|
+
- lib/lvm/attributes/2.03.35(2)/lvs.yaml
|
|
706
|
+
- lib/lvm/attributes/2.03.35(2)/lvsseg.yaml
|
|
707
|
+
- lib/lvm/attributes/2.03.35(2)/pvs.yaml
|
|
708
|
+
- lib/lvm/attributes/2.03.35(2)/pvsseg.yaml
|
|
709
|
+
- lib/lvm/attributes/2.03.35(2)/vgs.yaml
|
|
710
|
+
- lib/lvm/attributes/2.03.36(2)/lvs.yaml
|
|
711
|
+
- lib/lvm/attributes/2.03.36(2)/lvsseg.yaml
|
|
712
|
+
- lib/lvm/attributes/2.03.36(2)/pvs.yaml
|
|
713
|
+
- lib/lvm/attributes/2.03.36(2)/pvsseg.yaml
|
|
714
|
+
- lib/lvm/attributes/2.03.36(2)/vgs.yaml
|
|
715
|
+
- lib/lvm/attributes/2.03.37(2)/lvs.yaml
|
|
716
|
+
- lib/lvm/attributes/2.03.37(2)/lvsseg.yaml
|
|
717
|
+
- lib/lvm/attributes/2.03.37(2)/pvs.yaml
|
|
718
|
+
- lib/lvm/attributes/2.03.37(2)/pvsseg.yaml
|
|
719
|
+
- lib/lvm/attributes/2.03.37(2)/vgs.yaml
|
|
720
|
+
- lib/lvm/attributes/2.03.38(2)/lvs.yaml
|
|
721
|
+
- lib/lvm/attributes/2.03.38(2)/lvsseg.yaml
|
|
722
|
+
- lib/lvm/attributes/2.03.38(2)/pvs.yaml
|
|
723
|
+
- lib/lvm/attributes/2.03.38(2)/pvsseg.yaml
|
|
724
|
+
- lib/lvm/attributes/2.03.38(2)/vgs.yaml
|
|
725
|
+
- lib/lvm/attributes/2.03.39(2)/lvs.yaml
|
|
726
|
+
- lib/lvm/attributes/2.03.39(2)/lvsseg.yaml
|
|
727
|
+
- lib/lvm/attributes/2.03.39(2)/pvs.yaml
|
|
728
|
+
- lib/lvm/attributes/2.03.39(2)/pvsseg.yaml
|
|
729
|
+
- lib/lvm/attributes/2.03.39(2)/vgs.yaml
|
|
730
|
+
- lib/lvm/attributes/2.03.40(2)/lvs.yaml
|
|
731
|
+
- lib/lvm/attributes/2.03.40(2)/lvsseg.yaml
|
|
732
|
+
- lib/lvm/attributes/2.03.40(2)/pvs.yaml
|
|
733
|
+
- lib/lvm/attributes/2.03.40(2)/pvsseg.yaml
|
|
734
|
+
- lib/lvm/attributes/2.03.40(2)/vgs.yaml
|
|
735
|
+
- lib/lvm/attributes/2.03.41(2)/lvs.yaml
|
|
736
|
+
- lib/lvm/attributes/2.03.41(2)/lvsseg.yaml
|
|
737
|
+
- lib/lvm/attributes/2.03.41(2)/pvs.yaml
|
|
738
|
+
- lib/lvm/attributes/2.03.41(2)/pvsseg.yaml
|
|
739
|
+
- lib/lvm/attributes/2.03.41(2)/vgs.yaml
|
|
700
740
|
- lib/lvm/version.rb
|
|
701
741
|
- release-please-config.json
|
|
702
742
|
- renovate.json
|
|
@@ -721,7 +761,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
721
761
|
- !ruby/object:Gem::Version
|
|
722
762
|
version: '0'
|
|
723
763
|
requirements: []
|
|
724
|
-
rubygems_version: 3.5.
|
|
764
|
+
rubygems_version: 3.5.22
|
|
725
765
|
signing_key:
|
|
726
766
|
specification_version: 4
|
|
727
767
|
summary: A list of attributes for LVM objects
|