Changed Typo in ThinProvisioned and ThickProvisioned (#6110)

Changed Typo in ThinProvisioned and ThickProvisioned
This commit is contained in:
Karsten Bott
2017-10-31 20:41:46 +01:00
committed by Steve Perry
parent 48413e1669
commit 6827ba686b
+2 -2
View File
@@ -820,7 +820,7 @@ parameters:
system: scaleio
protectionDomain: pd0
storagePool: sp1
storageMode: ThinProvisionned
storageMode: ThinProvisioned
secretRef: sio-secret
readOnly: false
fsType: xfs
@@ -831,7 +831,7 @@ parameters:
* `system`: the name of the ScaleIO system (required)
* `protectionDomain`: the name of the ScaleIO protection domain (required)
* `storagePool`: the name of the volume storage pool (required)
* `storageMode`: the storage provision mode: `ThinProvisionned` (default) or `ThickProvisionned`
* `storageMode`: the storage provision mode: `ThinProvisioned` (default) or `ThickProvisioned`
* `secretRef`: reference to a configured Secret object (required)
* `readOnly`: specifies the access mode to the mounted volume (default false)
* `fsType`: the file system to use for the volume (default ext4)