mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
e2e: update cephfs data pool name
cephfs data pool name is changed from filesystem-data0 to filesystem-replicated in Rook 1.8. updating the cephcsi helper functions also to use new pool names. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
8a479d3865
commit
e08084fbb6
@ -75,7 +75,7 @@ func createCephfsStorageClass(
|
||||
sc.Parameters["csi.storage.k8s.io/node-stage-secret-name"] = cephFSNodePluginSecretName
|
||||
|
||||
if enablePool {
|
||||
sc.Parameters["pool"] = "myfs-data0"
|
||||
sc.Parameters["pool"] = "myfs-replicated"
|
||||
}
|
||||
|
||||
// overload any parameters that were passed
|
||||
|
Reference in New Issue
Block a user