]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/orch: remove inbuf logic during daemon add (rgw/iscsi)
authorMichael Fritch <mfritch@suse.com>
Thu, 30 Apr 2020 00:40:53 +0000 (18:40 -0600)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 21 May 2020 21:33:18 +0000 (23:33 +0200)
commit7a7169086b35378ad1768480a3e9c08e8d1ef29c
tree13d13c84b4f7177ecdfa25f66d7132dd38eb8897
parent5766c458890d6a2ed5fc1e803802e18a1ffeee89
mgr/orch: remove inbuf logic during daemon add (rgw/iscsi)

Simplifies logic for handling the ServiceSpec

Allows for a ServiceSpec:
$ ceph orch daemon add -i iscsi.yaml

But not when combined with a service_type:
$ ceph orch daemon add iscsi <poolname> -i iscsi.yaml

Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 601ca2710e871012dbbe3eba6328c9c71e62be3b)
src/pybind/mgr/orchestrator/module.py