diff --git a/services/ux-backend/handlers/expandstorage/handler.go b/services/ux-backend/handlers/expandstorage/handler.go index ca5716f808..c16e577f3e 100644 --- a/services/ux-backend/handlers/expandstorage/handler.go +++ b/services/ux-backend/handlers/expandstorage/handler.go @@ -269,7 +269,7 @@ func createCephFilesystemStorageClass(w http.ResponseWriter, r *http.Request, cl Parameters: map[string]string{ "clusterID": namespace, "fsName": filesystemName, - "pool": poolName, + "pool": fmt.Sprintf("%s-%s", filesystemName, poolName), "csi.storage.k8s.io/provisioner-secret-name": "rook-csi-cephfs-provisioner", "csi.storage.k8s.io/provisioner-secret-namespace": namespace, "csi.storage.k8s.io/node-stage-secret-name": "rook-csi-cephfs-node",