Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cephadm: bootstrap fails if no container engine installed #56175

Merged
merged 1 commit into from Mar 19, 2024

Conversation

asm0deuz
Copy link
Contributor

@asm0deuz asm0deuz commented Mar 13, 2024

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

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>
@adk3798
Copy link
Contributor

adk3798 commented Mar 15, 2024

jenkins test make check

@adk3798
Copy link
Contributor

adk3798 commented Mar 18, 2024

https://pulpito.ceph.com/adking-2024-03-16_05:03:17-orch:cephadm-wip-adk-testing-2024-03-15-1513-distro-default-smithi/

mostly cluster log stuff + mds_upgrade_sequence. Other failures were either known or not reproducible.

@adk3798
Copy link
Contributor

adk3798 commented Mar 19, 2024

https://pulpito.ceph.com/adking-2024-03-16_05:03:17-orch:cephadm-wip-adk-testing-2024-03-15-1513-distro-default-smithi/

Tons of cluster log failures, not a problem for now. Other than that, it was just the mds_upgrade_sequence, staggered upgrade with agent (both of which are known problems), some failures installing things at the beginning of tests (known to happen occasionally), and a failure in the test_cephadm test related to idmap overrides for nfs, which I missed when we tested that PR originally ERROR: required file missing from config-json: idmap.conf but is not being caused by any PRs in this run.

Nothing to block merging PRs from this run.

@adk3798 adk3798 merged commit 3df7d76 into ceph:main Mar 19, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants