]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: remove call to get_container from iscsi tcmu runner method 54424/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 8 Nov 2023 16:54:42 +0000 (11:54 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Fri, 17 Nov 2023 13:17:21 +0000 (08:17 -0500)
commita4e7f355fc16b2b88e8d72c16cb4d72f14f356fe
tree282832491d8defec5e15317787c1dda26d8e4121
parent5b8a37b561d117edcd850232dab24d597e9dd836
cephadm: remove call to get_container from iscsi tcmu runner method

Remove the call to get_container from the iscsi class's
get_tcmu_runner_container method, replacing it with a call to the
daemon_to_container function. While they're roughly equivalent -
we can consider get_container legacy and only for use in cephadm.py
where daemon_to_container is more general.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/cephadm.py