From 87f5fc527d688a36abc1db7d636fbddd433f3e5b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:20 -0400 Subject: [PATCH] Enable storage support --- roles/pvc/templates/pvc/pvcd.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pvc/templates/pvc/pvcd.yaml.j2 b/roles/pvc/templates/pvc/pvcd.yaml.j2 index 961b8e9..b7ed3c3 100644 --- a/roles/pvc/templates/pvc/pvcd.yaml.j2 +++ b/roles/pvc/templates/pvc/pvcd.yaml.j2 @@ -7,7 +7,7 @@ pvc: functions: enable_hypervisor: True enable_networking: True - enable_storage: False + enable_storage: True cluster: coordinators: {% for node in pvc_nodes if node.is_coordinator %}