]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: fix mistaken call to get_container_mounts_for_type
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 19 Oct 2023 20:33:57 +0000 (16:33 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Sat, 4 Nov 2023 18:53:06 +0000 (14:53 -0400)
commite0974395e0030dcfdf31c27e92255ebbb8d43d00
tree58b6c7a3a6ecbe13999436a916a58aad283341ae
parenta4561f8cb82a6eb0d4d631b02e5bff075c45348a
cephadm: fix mistaken call to get_container_mounts_for_type

When this function was refactored two variants were created:
get_container_mounts_for_type and _get_container_mounts_for_type.  The
latter doesn't append podman specific mounts so that it can be called
from other functions that do append podman specific mounts.
Unfortunately, I didn't call the correct function from
get_container_mounts and therefore it was redundantly doing the podman
mounts update. This corrects that error.

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