Changed Typo in ThinProvisioned and ThickProvisioned (#6110)
Changed Typo in ThinProvisioned and ThickProvisioned
This commit is contained in:
committed by
Steve Perry
parent
48413e1669
commit
6827ba686b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user