]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: only call get_container_binds on types that have binds
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Oct 2023 17:56:31 +0000 (13:56 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Nov 2023 19:50:46 +0000 (14:50 -0500)
commit451305dc8d2719628e402f06750480165e82f751
tree4b05761463fb3482e19bb59dabcfd249fbe41f28
parent9dd73e4de0d16aaa6cb308b04f654a089ac147f8
cephadm: only call get_container_binds on types that have binds

This is a step towards not calling get_container_binds in get_container.
A future commit will replace uses of get_container_binds with direct
uses of common class methods.

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