mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-05 11:39:29 +00:00
doc: correct typos in driver deployment scripts of external-storage test
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
fd9fee74de
commit
a688ec7bcf
@ -26,11 +26,11 @@ DriverInfo:
|
|||||||
rw: {}
|
rw: {}
|
||||||
|
|
||||||
# Optional list of access modes required for provisioning. Default is RWO
|
# Optional list of access modes required for provisioning. Default is RWO
|
||||||
# RequiredAcccessModes:
|
# RequiredAccessModes:
|
||||||
|
|
||||||
# Map that represents the capabilities the driver supports
|
# Map that represents the capabilities the driver supports
|
||||||
Capabilities:
|
Capabilities:
|
||||||
# Data is persistest across pod restarts
|
# Data is persisted across pod restarts
|
||||||
persistence: true
|
persistence: true
|
||||||
|
|
||||||
# Volume ownership via fsGroup
|
# Volume ownership via fsGroup
|
||||||
@ -51,7 +51,7 @@ DriverInfo:
|
|||||||
# Support for volume expansion in nodes
|
# Support for volume expansion in nodes
|
||||||
nodeExpansion: false
|
nodeExpansion: false
|
||||||
|
|
||||||
# Support volume that an run on single node only (like hostpath)
|
# Support volume that can run on single node only (like hostpath)
|
||||||
singleNodeVolume: false
|
singleNodeVolume: false
|
||||||
|
|
||||||
# Support ReadWriteMany access modes
|
# Support ReadWriteMany access modes
|
||||||
|
@ -31,11 +31,11 @@ DriverInfo:
|
|||||||
rw: {}
|
rw: {}
|
||||||
|
|
||||||
# Optional list of access modes required for provisioning. Default is RWO
|
# Optional list of access modes required for provisioning. Default is RWO
|
||||||
# RequiredAcccessModes:
|
# RequiredAccessModes:
|
||||||
|
|
||||||
# Map that represents the capabilities the driver supports
|
# Map that represents the capabilities the driver supports
|
||||||
Capabilities:
|
Capabilities:
|
||||||
# Data is persistest across pod restarts
|
# Data is persisted across pod restarts
|
||||||
persistence: true
|
persistence: true
|
||||||
|
|
||||||
# Volume ownership via fsGroup
|
# Volume ownership via fsGroup
|
||||||
@ -56,7 +56,7 @@ DriverInfo:
|
|||||||
# Support for volume expansion in nodes
|
# Support for volume expansion in nodes
|
||||||
nodeExpansion: true
|
nodeExpansion: true
|
||||||
|
|
||||||
# Support volume that an run on single node only (like hostpath)
|
# Support volume that can run on single node only (like hostpath)
|
||||||
singleNodeVolume: false
|
singleNodeVolume: false
|
||||||
|
|
||||||
# Support ReadWriteMany access modes
|
# Support ReadWriteMany access modes
|
||||||
|
Loading…
Reference in New Issue
Block a user