]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: don't create a unique nfs daemon name
authorMichael Fritch <mfritch@suse.com>
Mon, 9 Mar 2020 18:38:25 +0000 (12:38 -0600)
committerMichael Fritch <mfritch@suse.com>
Wed, 25 Mar 2020 22:26:13 +0000 (16:26 -0600)
only one nfs daemon will be deployed per host

Signed-off-by: Michael Fritch <mfritch@suse.com>
src/pybind/mgr/cephadm/module.py

index ee623f41944c24c92a1e97bcb3d456e53fa47969..b6528f119e91bdf7bf925ebcd48b973feff478c3 100644 (file)
@@ -1239,7 +1239,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule):
         Generate a unique random service name
         """
         suffix = daemon_type not in [
-            'mon', 'crash',
+            'mon', 'crash', 'nfs',
             'prometheus', 'node-exporter', 'grafana', 'alertmanager',
         ]
         if forcename: