]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move bind mounts assignment to a variable
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 20 Oct 2023 17:49:50 +0000 (13:49 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 9 Nov 2023 19:50:46 +0000 (14:50 -0500)
commit9dd73e4de0d16aaa6cb308b04f654a089ac147f8
tree4ba10b2d30d1b1d07ebf1789f803c0a92c5f5a18
parent93ad2993bdd4a6701badc729b3e52e93f6ca384a
cephadm: move bind mounts assignment to a variable

Move the call to get_container_binds out of the function call.
This will aid with the next refactoring steps, so that the uses
of get_container_binds can be brought into the get_container call
directly.

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