Skip to content

Commit

Permalink
external: remove replicated 3 pool for the rbd sc
Browse files Browse the repository at this point in the history
csi pr get merged ceph/ceph-csi#4459
so, This reverts commit 812a9c0.
The csi PR removes the dependency of the pool parameter from the
rbd storage class if the topology pools are passed,
so removing them in the examples and making it optional

Signed-off-by: parth-gr <[email protected]>
  • Loading branch information
parth-gr committed Mar 27, 2024
1 parent b3b6775 commit 647ccc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ metadata:
parameters:
...
...
pool: replicapool
topologyConstrainedPools: |
[
{"poolName":"pool-a",
Expand Down
1 change: 0 additions & 1 deletion deploy/examples/import-external-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ metadata:
provisioner: $RBD_PROVISIONER
parameters:
clusterID: $CLUSTER_ID_RBD
pool: $RBD_POOL_NAME
imageFormat: "2"
imageFeatures: $ROOK_RBD_FEATURES
topologyConstrainedPools: |
Expand Down

0 comments on commit 647ccc7

Please sign in to comment.