mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
deploy: allow mkfsOptions
Signed-off-by: Domonkos Cinke <seayou@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
d753eaa016
commit
d0fea3baed
@ -341,6 +341,17 @@ storageClass:
|
||||
# should work with any mounter type.
|
||||
# tryOtherMounters: false
|
||||
|
||||
# (optional) Options to pass to the `mkfs` command while creating the
|
||||
# filesystem on the RBD device. Check the man-page for the `mkfs` command
|
||||
# for the filesystem for more details. When `mkfsOptions` is set here, the
|
||||
# defaults will not be used, consider including them in this parameter.
|
||||
#
|
||||
# The default options depend on the csi.storage.k8s.io/fstype setting:
|
||||
# - ext4: "-m0 -Enodiscard,lazy_itable_init=1,lazy_journal_init=1"
|
||||
# - xfs: "-K"
|
||||
#
|
||||
# mkfsOptions: "-m0 -Ediscard -i1024"
|
||||
|
||||
# (optional) uncomment the following to use rbd-nbd as mounter
|
||||
# on supported nodes
|
||||
# mounter: rbd-nbd
|
||||
|
Reference in New Issue
Block a user