]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/cephadm/utils.py
import 15.2.2 octopus source
[ceph.git] / ceph / src / pybind / mgr / cephadm / utils.py
index 3ecbb60d9ea5af46e7711b360e37ceb84a4dcf9f..3cc6d6e1a74ab17fe5e422f7fec6a61dc3c52514 100644 (file)
@@ -7,7 +7,7 @@ def name_to_config_section(name):
     Map from daemon names to ceph entity names (as seen in config)
     """
     daemon_type = name.split('.', 1)[0]
-    if daemon_type in ['rgw', 'rbd-mirror', 'nfs', 'crash']:
+    if daemon_type in ['rgw', 'rbd-mirror', 'nfs', 'crash', 'iscsi']:
         return 'client.' + name
     elif daemon_type in ['mon', 'osd', 'mds', 'mgr', 'client']:
         return name