cephfs: support omap data store in radosnamespace via cli argument

Signed-off-by: Andreas <zerotens@users.noreply.github.com>
This commit is contained in:
Andreas
2024-07-06 07:10:29 +02:00
committed by mergify[bot]
parent b185bfde4d
commit 89ccbc8fba
6 changed files with 17 additions and 7 deletions

View File

@ -100,6 +100,11 @@ func init() {
"kernelmountoptions",
"",
"Comma separated string of mount options accepted by cephfs kernel mounter")
flag.StringVar(
&conf.RadosNamespaceCephFS,
"radosnamespacecephfs",
"",
"CephFS RadosNamespace used to store CSI specific objects and keys.")
flag.StringVar(
&conf.FuseMountOptions,
"fusemountoptions",