summaryrefslogtreecommitdiffstats
path: root/setup/configs/volumes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup/configs/volumes.yml')
-rw-r--r--setup/configs/volumes.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/configs/volumes.yml b/setup/configs/volumes.yml
index 020c7d2..e03002c 100644
--- a/setup/configs/volumes.yml
+++ b/setup/configs/volumes.yml
@@ -23,7 +23,7 @@ ands_storage_domains:
volumes:
provision: { type: "cfg", mount: "{{ ands_paths.provision }}" }
- servers: "ands_storage_servers"
- clients: [ "masters", "new_masters" ]
+ clients: [ "storage_nodes", "new_storage_nodes" ]
volumes:
openshift: { type: "cfg", mount: "{{ ands_paths.openshift }}", nfs_clients: "{{ ands_nfs_clients }}" }
databases: { type: "db", mount: "{{ ands_paths.databases }}", access: "ReadOnlyMany" }
@@ -43,7 +43,7 @@ ands_storage_domains:
# - pdv:
ands_local_storage_domains:
- - servers: [ "ands_storage_servers" ]
+ - servers: "ands_storage_servers"
volumes:
hostraid: { type: "host", path: "/mnt/ands/hostmount", mount: "{{ ands_paths.hostraid }}" }