mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rbd: make pool optional in rbd sc if topologyconstraints are present
if rbd storage class is created with topologyconstraintspools replicated pool was still mandatory, making the pool optional if the topologyconstraintspools is requested Closes: https://github.com/ceph/ceph-csi/issues/4380 Signed-off-by: parth-gr <partharora1010@gmail.com>
This commit is contained in:
@ -26,6 +26,7 @@ parameters:
|
||||
# dataPool: <ec-data-pool>
|
||||
|
||||
# (required) Ceph pool into which the RBD image shall be created
|
||||
# (optional) If the topologyConstrainedPools is provided
|
||||
# eg: pool: rbdpool
|
||||
pool: <rbd-pool-name>
|
||||
|
||||
|
Reference in New Issue
Block a user