diff options
Diffstat (limited to 'src/pybind/mgr/nfs/module.py')
-rw-r--r-- | src/pybind/mgr/nfs/module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/mgr/nfs/module.py b/src/pybind/mgr/nfs/module.py index 8eef68f2369..280a61653ec 100644 --- a/src/pybind/mgr/nfs/module.py +++ b/src/pybind/mgr/nfs/module.py @@ -44,9 +44,9 @@ class Module(orchestrator.OrchestratorClientMixin, MgrModule): @CLICommand('nfs export create rgw', perm='rw') def _cmd_nfs_export_create_rgw( self, - bucket: str, cluster_id: str, pseudo_path: str, + bucket: str, readonly: Optional[bool] = False, client_addr: Optional[List[str]] = None, squash: str = 'none', |