chef-ruby-lvm-attrib 0.3.14 → 0.3.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -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/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module LVM
2
2
  module Attributes
3
- VERSION = "0.3.14".freeze
3
+ VERSION = "0.3.15".freeze
4
4
  end
5
5
  end
data/renovate.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:base"
3
+ "extends": ["config:base"],
4
+ "packageRules": [
5
+ {
6
+ "groupName": "Actions",
7
+ "matchUpdateTypes": ["minor", "patch", "pin"],
8
+ "automerge": true,
9
+ "addLabels": ["Release: Patch", "Skip: Announcements"]
10
+ },
11
+ {
12
+ "groupName": "Actions",
13
+ "matchUpdateTypes": ["major"],
14
+ "automerge": false,
15
+ "addLabels": ["Release: Patch", "Skip: Announcements"]
16
+ }
5
17
  ]
6
18
  }
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.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sous-Chefs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-24 00:00:00.000000000 Z
11
+ date: 2024-05-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A list of attributes for LVM objects
14
14
  email:
@@ -18,13 +18,18 @@ executables:
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - ".editorconfig"
22
+ - ".envrc"
23
+ - ".gitattributes"
21
24
  - ".github/CODEOWNERS"
22
25
  - ".github/workflows/ci.yml"
23
26
  - ".gitignore"
24
27
  - ".gitmodules"
25
28
  - ".markdownlint-cli2.yaml"
26
29
  - ".mdlrc"
30
+ - ".overcommit.yml"
27
31
  - ".rubocop.yml"
32
+ - ".yamllint"
28
33
  - CHANGELOG.md
29
34
  - CODE_OF_CONDUCT.md
30
35
  - CONTRIBUTING.md
@@ -32,9 +37,14 @@ files:
32
37
  - LICENSE
33
38
  - README.md
34
39
  - Rakefile
40
+ - TESTING.md
35
41
  - VERSION
36
42
  - bin/generate_field_data
37
43
  - chef-ruby-lvm-attrib.gemspec
44
+ - chefignore
45
+ - kitchen.dokken.yml
46
+ - kitchen.exec.yml
47
+ - kitchen.global.yml
38
48
  - lib/lvm/attributes.rb
39
49
  - lib/lvm/attributes/2.02.100(2)/lvs.yaml
40
50
  - lib/lvm/attributes/2.02.100(2)/lvsseg.yaml
@@ -641,6 +651,11 @@ files:
641
651
  - lib/lvm/attributes/2.03.21(2)/pvs.yaml
642
652
  - lib/lvm/attributes/2.03.21(2)/pvsseg.yaml
643
653
  - lib/lvm/attributes/2.03.21(2)/vgs.yaml
654
+ - lib/lvm/attributes/2.03.22(2)/lvs.yaml
655
+ - lib/lvm/attributes/2.03.22(2)/lvsseg.yaml
656
+ - lib/lvm/attributes/2.03.22(2)/pvs.yaml
657
+ - lib/lvm/attributes/2.03.22(2)/pvsseg.yaml
658
+ - lib/lvm/attributes/2.03.22(2)/vgs.yaml
644
659
  - lib/lvm/version.rb
645
660
  - renovate.json
646
661
  - test/test_ruby-lvm-attributes.rb