Back to resource list
Manages LVM thin pool metadata size.
Action |
Description |
:resize |
Resize an existing thin pool metadata volume (resizing only handles extending existing, this action will not shrink volumes due to the lvextend command being passed |
Name |
Type |
Default |
Description |
name |
String |
name property |
Name of the thin pool metadata volume |
group |
String |
|
(required) Name of volume group in which thin pool metadata volume exist |
pool |
String |
|
(required) Name of thin pool volume in which thin pool metadata volume exist |
size |
String |
|
(required) Size of the thin pool metadata volume, including units (k, K, m, M, g, G, t, T) |
lvm_thin_pool_meta_data 'lv-thin-pool_tmeta' do
group 'vg00'
pool 'lv-thin-pool'
size '2M'
action :resize
end