summaryrefslogtreecommitdiffstats
path: root/roles/pve-storage/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-06 01:10:20 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-06 01:10:20 +0200
commit0e7e66f00da0b37ef68cca0d13a1588a30cb9235 (patch)
treeeb3579b7860cf7f5b1d971d0b2059d9156b82acc /roles/pve-storage/meta
parentca4adf483fffc127729c2dcb06877b412eee6118 (diff)
Use conventional storage name
Diffstat (limited to 'roles/pve-storage/meta')
-rw-r--r--roles/pve-storage/meta/argument_specs.yml2
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"