From 83cd8cb300c1e54219b39bddac2bbf642c337122 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Mon, 18 Oct 2021 10:37:52 +0530 Subject: [PATCH] csi: fix comment for the provisioner and clusterID fixed provisioner and clusterID comment to match the correct namespace. Signed-off-by: Madhu Rajanna --- Documentation/ceph-filesystem.md | 3 ++- .../examples/kubernetes/ceph/csi/cephfs/storageclass-ec.yaml | 4 +++- cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/ceph-filesystem.md b/Documentation/ceph-filesystem.md index 4841f86cc986..30f1fdce6a40 100644 --- a/Documentation/ceph-filesystem.md +++ b/Documentation/ceph-filesystem.md @@ -89,7 +89,8 @@ metadata: # Change "rook-ceph" provisioner prefix to match the operator namespace if needed provisioner: rook-ceph.cephfs.csi.ceph.com parameters: - # clusterID is the namespace where operator is deployed. + # clusterID is the namespace where the rook cluster is running + # If you change this namespace, also change the namespace below where the secret namespaces are defined clusterID: rook-ceph # CephFS filesystem name into which the volume shall be created diff --git a/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass-ec.yaml b/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass-ec.yaml index 92f1ca8b562e..6c792812921a 100644 --- a/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass-ec.yaml +++ b/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass-ec.yaml @@ -2,9 +2,11 @@ apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: rook-cephfs +# Change "rook-ceph" provisioner prefix to match the operator namespace if needed provisioner: rook-ceph.cephfs.csi.ceph.com # driver:namespace:operator parameters: - # clusterID is the namespace where operator is deployed. + # clusterID is the namespace where the rook cluster is running + # If you change this namespace, also change the namespace below where the secret namespaces are defined clusterID: rook-ceph # namespace:cluster # CephFS filesystem name into which the volume shall be created diff --git a/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml b/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml index fc8169b643dc..9b7c0ac7e62f 100644 --- a/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml +++ b/cluster/examples/kubernetes/ceph/csi/cephfs/storageclass.yaml @@ -2,9 +2,11 @@ apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: rook-cephfs +# Change "rook-ceph" provisioner prefix to match the operator namespace if needed provisioner: rook-ceph.cephfs.csi.ceph.com # driver:namespace:operator parameters: - # clusterID is the namespace where operator is deployed. + # clusterID is the namespace where the rook cluster is running + # If you change this namespace, also change the namespace below where the secret namespaces are defined clusterID: rook-ceph # namespace:cluster # CephFS filesystem name into which the volume shall be created