]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/nfs: add --sectype flag to nfs export create functions
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 2 Sep 2022 15:36:53 +0000 (11:36 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Oct 2022 14:25:06 +0000 (10:25 -0400)
commit11affedea600360afd1ee7e3bb62c51f7b423a67
treef9f6a2bad3051ae4486dc160974e804f12e1665a
parent439d502cd260eee25052f8b6caa911462548dcc7
mgr/nfs: add --sectype flag to nfs export create functions

Fixes: https://tracker.ceph.com/issues/57404
Add the sectype argument, also for use as a CLI option, to the functions
that create nfs exports. NFS Ganesha can use the sectype configuration
option to decide what kind of security will be applied/required for
connection to an export.

NOTE: This option is only useful when Ganesha is configured along with
LDAP/Kerberos integration. Configuration of that integration is outside
the scope of these patches.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/nfs/module.py