]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move logic to build pull command to container engines 54134/head
authorJohn Mulligan <jmulligan@redhat.com>
Sat, 21 Oct 2023 16:05:43 +0000 (12:05 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 6 Nov 2023 16:03:43 +0000 (11:03 -0500)
commit1dc1a0d1481e7e5d1ca5a9830e809b4bfd2bfd73
tree5413e9d111ac318411c1b3a9f491b2debf1923ab
parent69c7670b6c6c7f0df386b48ce30b2f25c705d8b5
cephadm: move logic to build pull command to container engines

Move the logic needed to build a pull command to a function in the
container_engines.py file. This continues the effort to improve the
locality of items with regards to specific options for container
engines. I had thought to move the whole pull function but the logging
and retry code made me change my mind. We can always move it later if it
makes sense.

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