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:
Madhu Rajanna
2022-01-25 13:23:04 +05:30
committed by mergify[bot]
parent 8a479d3865
commit e08084fbb6
2 changed files with 3 additions and 3 deletions

View File

@ -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