]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph_volume: support overriding bind-mounts
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Nov 2021 08:52:59 +0000 (09:52 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Nov 2021 20:04:31 +0000 (21:04 +0100)
commite3b2514e2bee5dad125be4b7fcabe0088129a683
tree5690ea056c66f23c3678ae5f52ef597c30e60384
parent16283472533719cb764e14d81206ff340e7e5ba7
ceph_volume: support overriding bind-mounts

This makes it possible to call `podman run` with custom bind-mounts.

cephadm-adopt.yml playbook needs it for a very specific use case:

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2027411
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit b02d71c3076de181fab98b1afc0858314414d0f4)
library/ceph_volume.py
tests/library/test_ceph_volume.py