From: Michael Fritch Date: Mon, 9 Mar 2020 18:38:25 +0000 (-0600) Subject: mgr/cephadm: don't create a unique nfs daemon name X-Git-Tag: v17.0.0~2825^2~13 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=81823176af101864524fc611fff346bf9798f0e0;p=ceph.git mgr/cephadm: don't create a unique nfs daemon name only one nfs daemon will be deployed per host Signed-off-by: Michael Fritch --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index ee623f41944c2..b6528f119e91b 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -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: