diff options
Diffstat (limited to 'src/pybind/mgr/cephadm/services/nfs.py')
-rw-r--r-- | src/pybind/mgr/cephadm/services/nfs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pybind/mgr/cephadm/services/nfs.py b/src/pybind/mgr/cephadm/services/nfs.py index a0d7da9bb7e..89a977c4624 100644 --- a/src/pybind/mgr/cephadm/services/nfs.py +++ b/src/pybind/mgr/cephadm/services/nfs.py @@ -22,6 +22,7 @@ logger = logging.getLogger(__name__) class NFSService(CephService): TYPE = 'nfs' + DEFAULT_EXPORTER_PORT = 9587 def ranked(self, spec: ServiceSpec) -> bool: return True |