]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: change ceph & exporter to customize_container_mounts method
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 23:41:25 +0000 (19:41 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 11 Nov 2023 13:10:49 +0000 (08:10 -0500)
commit3411e10c5ca9b740cd25d02ff0c5c078bf7ce64f
tree407207a10734a325d79064880f43296791c3e6b1
parent44c8e55b5cb3b00bbb70ef780ba08ff97aee9076
cephadm: change ceph & exporter to customize_container_mounts method

Unlike the other types Ceph and CephExporter share the underlying
method. There was no other use of get_container_mounts on the class
so it could be converted to be customize_container_mounts.
Because there's an extra arg that passes from get_container_mounts
top-level function to Ceph.get_ceph_mounts, that function was not
changed.

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