]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move volume mounts assignment to a variable
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 22:39:07 +0000 (18:39 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 11 Nov 2023 13:10:48 +0000 (08:10 -0500)
commit77e45e5395c87b2f87ae7680e20d81de6c8cb9d2
treef421ad3893d49907f27d4274ca17bb0023ba6f16
parent31d66e26224560ff9535e96687c9ffe2f15989a1
cephadm: move volume mounts assignment to a variable

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

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