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

@ -43,6 +43,10 @@ parameters:
# uncomment the following to use rbd-nbd as mounter on supported nodes
# mounter: rbd-nbd
# Prefix to use for naming RBD images.
# If omitted, defaults to "csi-vol-".
# volumeNamePrefix: "foo-bar-"
# Instruct the plugin it has to encrypt the volume
# By default it is disabled. Valid values are "true" or "false".
# A string is expected here, i.e. "true", not true.