From 4c58addeadac085c5034aa73bffb26dbe6a4bce5 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 18 Feb 2020 14:42:32 -0500 Subject: [PATCH] Fix typo'd storage_host entry --- api-daemon/pvcapid.sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-daemon/pvcapid.sample.yaml b/api-daemon/pvcapid.sample.yaml index e1f2df89..174c9d0e 100644 --- a/api-daemon/pvcapid.sample.yaml +++ b/api-daemon/pvcapid.sample.yaml @@ -70,7 +70,7 @@ pvc: storage_hosts: - pvchv1 - pvchv2 - - pvchv2 + - pvchv3 # storage_domain: The storage domain name, concatenated with the coordinators list names # to form monitor access strings storage_domain: "pvc.storage"