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 authored and Nikhil-Ladha committed Mar 26, 2024
1 parent 1b46681 commit 8d6b3eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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/create-external-cluster-resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,6 @@ def gen_json_out(self):
"TOPOLOGY_FAILURE_DOMAIN_VALUES"
],
"topologyPools": self.out_map["TOPOLOGY_POOLS"],
"pool": self.out_map["RBD_POOL_NAME"],
"csi.storage.k8s.io/provisioner-secret-name": f"rook-{self.out_map['CSI_RBD_PROVISIONER_SECRET_NAME']}",
"csi.storage.k8s.io/controller-expand-secret-name": f"rook-{self.out_map['CSI_RBD_PROVISIONER_SECRET_NAME']}",
"csi.storage.k8s.io/node-stage-secret-name": f"rook-{self.out_map['CSI_RBD_NODE_SECRET_NAME']}",
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 8d6b3eb

Please sign in to comment.