diff --git a/src/pybind/mgr/nfs/module.py b/src/pybind/mgr/nfs/module.py index a3d4272c98b9fc..06342aae900a17 100644 --- a/src/pybind/mgr/nfs/module.py +++ b/src/pybind/mgr/nfs/module.py @@ -28,8 +28,8 @@ def _cmd_nfs_export_create_cephfs(self, fsname: str, clusterid: str, binding: str, - readonly: bool = False, - path: str = '/') -> Tuple[int, str, str]: + path: str = '/', + readonly: bool = False) -> Tuple[int, str, str]: """Create a cephfs export""" # TODO Extend export creation for rgw. return self.export_mgr.create_export(fsal_type='cephfs', fs_name=fsname,