From 2b2e14752882b202f0b42f70628aa1c614f837ef Mon Sep 17 00:00:00 2001 From: Ngairangbam Mili Date: Fri, 16 Feb 2024 03:39:56 +0000 Subject: [PATCH] ceph-csi review and update documentation (v3.10.1 for k8s v1.24-v.1.28) (dsr8MR3, r9) Story: 2010688 Task: 48895 Updated the output of system helm-override-show platform-integ-apps cephfs-provisioner kube-system Change-Id: Ic391f81d17b268f676c3d87353ff93f9c64c306d Signed-off-by: Ngairangbam Mili --- ...-readwritemany-pvc-support-in-additional-namespaces.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst b/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst index d1b1e2e8d..6450eedc2 100644 --- a/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst +++ b/doc/source/storage/kubernetes/enable-readwritemany-pvc-support-in-additional-namespaces.rst @@ -75,7 +75,9 @@ application-specific namespaces to access the **cephfs-provisioner** | | userSecretName: ceph-pool-kube-cephfs-data | | | volumeNamePrefix: pvc-volumes- | | | csiConfig: | - | | - clusterID: 6d273112-f2a6-4aec-8727-76b690274c60 | + | | - cephFS: | + | | subvolumeGroup: csi | + | | clusterID: 6d273112-f2a6-4aec-8727-76b690274c60 | | | monitors: | | | - 192.168.204.2:6789 | | | provisioner: | @@ -105,7 +107,8 @@ application-specific namespaces to access the **cephfs-provisioner** | | userSecretName: ceph-pool-kube-cephfs-data | | | volumeNamePrefix: pvc-volumes- | | | csiConfig: | - | | - clusterID: !!binary | | + | | - cephFS: {subvolumeGroup: csi} | + | | clusterID: !!binary | | | | NmQyNzMxMTItZjJhNi00YWVjLTg3MjctNzZiNjkwMjc0YzYw | | | monitors: ['192.168.204.2:6789'] | | | provisioner: {replicaCount: 1} |