doc: Add prefix for naming subvolumes and snapshots

Updated storageclass and snapshotclass
to include the name prefix for naming
subvolumes and snapshots.

Fixes: #1087

Signed-off-by: Yug Gupta <ygupta@redhat.com>
This commit is contained in:
Yug Gupta
2020-05-22 10:38:55 +05:30
committed by mergify[bot]
parent c2d4200bd8
commit 6cf7389d97
5 changed files with 15 additions and 2 deletions

View File

@ -14,6 +14,10 @@ parameters:
# represent the Ceph cluster in clusterID below
clusterID: <cluster-id>
# Prefix to use for naming RBD snapshots.
# If omitted, defaults to "csi-snap-".
# snapshotNamePrefix: "foo-bar-"
csi.storage.k8s.io/snapshotter-secret-name: csi-rbd-secret
csi.storage.k8s.io/snapshotter-secret-namespace: default
deletionPolicy: Delete