diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-06 01:10:20 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-06 01:10:20 +0200 |
| commit | 0e7e66f00da0b37ef68cca0d13a1588a30cb9235 (patch) | |
| tree | eb3579b7860cf7f5b1d971d0b2059d9156b82acc /roles/pve-storage/meta | |
| parent | ca4adf483fffc127729c2dcb06877b412eee6118 (diff) | |
Use conventional storage name
Diffstat (limited to 'roles/pve-storage/meta')
| -rw-r--r-- | roles/pve-storage/meta/argument_specs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pve-storage/meta/argument_specs.yml b/roles/pve-storage/meta/argument_specs.yml index 7f502ef7..dbc6773d 100644 --- a/roles/pve-storage/meta/argument_specs.yml +++ b/roles/pve-storage/meta/argument_specs.yml @@ -9,7 +9,7 @@ argument_specs: pve_storage_name: type: "str" description: "LVM volume group name" - default: "pve" + default: "vmdata" pve_storage_pool: type: "str" description: "LVM thin pool name within the volume group" |
