mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
cephfs: Support mount option on nodeplugin
add mount options on nodeplugin side Signed-off-by: takeaki-matsumoto <takeaki.matsumoto@linecorp.com>
This commit is contained in:
committed by
mergify[bot]
parent
ceb88d6498
commit
1025871021
@ -88,6 +88,16 @@ func init() {
|
||||
"forcecephkernelclient",
|
||||
false,
|
||||
"enable Ceph Kernel clients on kernel < 4.17 which support quotas")
|
||||
flag.StringVar(
|
||||
&conf.KernelMountOptions,
|
||||
"kernelmountoptions",
|
||||
"",
|
||||
"Comma separated string of mount options accepted by cephfs kernel mounter")
|
||||
flag.StringVar(
|
||||
&conf.FuseMountOptions,
|
||||
"fusemountoptions",
|
||||
"",
|
||||
"Comma separated string of mount options accepted by ceph-fuse mounter")
|
||||
|
||||
// liveness/grpc metrics related flags
|
||||
flag.IntVar(&conf.MetricsPort, "metricsport", 8080, "TCP port for liveness/grpc metrics requests")
|
||||
|
Reference in New Issue
Block a user