]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cephadm: bootstrap fails if no container engine installed
authorTeoman ONAY <tonay@ibm.com>
Wed, 13 Mar 2024 16:23:00 +0000 (17:23 +0100)
committerTeoman ONAY <tonay@ibm.com>
Wed, 13 Mar 2024 16:28:56 +0000 (17:28 +0100)
commitbb51d78efa68a3c5460d520e93b1da6e4c543253
tree53a464e35e505b3f3fa0bcb8f11cc57c61287196
parent6185d084fab59d208d3bfb1fbf5565b52edd85a6
cephadm: bootstrap fails if no container engine installed

When boostrapping a new cluster, if no container engine is present,
the process stops asking to install one. One of the bootstrap steps,
is to run command_prepare_host which takes care of installing the
missing dependencies but it didn't reach this step.

Fixes: https://tracker.ceph.com/issues/64899
Signed-off-by: Teoman ONAY <tonay@ibm.com>
src/cephadm/cephadm.py