mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: improve comments in StorageClass example
The comments of mkfsOptions and mountOptions are modified to match the real behavior of the code. Signed-off-by: Majid Garoosi <amoomajid99@gmail.com>
This commit is contained in:
parent
b54d7cb1ea
commit
edb065bdff
@ -44,7 +44,7 @@ parameters:
|
|||||||
#
|
#
|
||||||
# The default options depend on the csi.storage.k8s.io/fstype setting:
|
# The default options depend on the csi.storage.k8s.io/fstype setting:
|
||||||
# - ext4: "-m0 -Enodiscard,lazy_itable_init=1,lazy_journal_init=1"
|
# - ext4: "-m0 -Enodiscard,lazy_itable_init=1,lazy_journal_init=1"
|
||||||
# - xfs: "-onouuid -K"
|
# - xfs: "-K"
|
||||||
#
|
#
|
||||||
# mkfsOptions: "-m0 -Ediscard -i1024"
|
# mkfsOptions: "-m0 -Ediscard -i1024"
|
||||||
|
|
||||||
@ -163,5 +163,7 @@ parameters:
|
|||||||
# objectSize: <>
|
# objectSize: <>
|
||||||
reclaimPolicy: Delete
|
reclaimPolicy: Delete
|
||||||
allowVolumeExpansion: true
|
allowVolumeExpansion: true
|
||||||
|
|
||||||
|
# If filesystem is xfs, nouuid will be automatically added to mountOptions
|
||||||
mountOptions:
|
mountOptions:
|
||||||
- discard
|
- discard
|
||||||
|
Loading…
Reference in New Issue
Block a user