From 42cc0c889fbaeb10d672a9584e9849d595fbba1f Mon Sep 17 00:00:00 2001 From: subhamkrai Date: Mon, 13 Dec 2021 10:00:58 +0530 Subject: [PATCH] pool: update the failure domain of pool-ec file to host Updating the failure domain of pool-ec file from osd to host. Signed-off-by: subhamkrai --- deploy/examples/pool-ec.yaml | 2 +- tests/scripts/github-action-helper.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/examples/pool-ec.yaml b/deploy/examples/pool-ec.yaml index d98f964e52a56..770c3a8be6651 100644 --- a/deploy/examples/pool-ec.yaml +++ b/deploy/examples/pool-ec.yaml @@ -10,7 +10,7 @@ metadata: namespace: rook-ceph # namespace:cluster spec: # The failure domain will spread the replicas of the data across different failure zones - failureDomain: osd + failureDomain: host # Make sure you have enough OSDs to support the replica size or sum of the erasure coding and data chunks. # This is the minimal example that requires only 3 OSDs. erasureCoded: diff --git a/tests/scripts/github-action-helper.sh b/tests/scripts/github-action-helper.sh index 25e8ede57fabc..2e5c50750d1ce 100755 --- a/tests/scripts/github-action-helper.sh +++ b/tests/scripts/github-action-helper.sh @@ -212,6 +212,7 @@ function deploy_cluster() { kubectl create -f cluster-test.yaml kubectl create -f object-test.yaml kubectl create -f pool-test.yaml + kubectl create -f pool-ec.yaml kubectl create -f filesystem-test.yaml kubectl create -f rbdmirror.yaml kubectl create -f filesystem-mirror.yaml