Open
Conversation
The pyo3 issue in ceph-mgr that broke on Python 3.12 (Noble) has been fixed in Squid 19.2.3. Revert to building from Noble natively instead of cross-building from Jammy with UCA Caracal packages. Changes: - rockcraft.yaml: base ubuntu@22.04 -> ubuntu@24.04, remove UCA package-repositories (Noble ships Squid natively), fix python-setuptools -> python3-setuptools for Noble - scripts/deploy-helper.sh: fix undefined $img variable in deploy_cluster, update Ceph image version regex for Squid, fix sudo pip -> pip --user - test/scripts/cephadm_helper.sh: fix missing space in bash conditionals, add quotes around variables, fix parameter expansion typo Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Utkarsh Bhatt <utkarsh.bhatt@canonical.com>
Cephadm in Squid (19.2.x) filters images by the ceph=True label. Without it, the custom rock image is rejected and OSDs fail to deploy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Utkarsh Bhatt <utkarsh.bhatt@canonical.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
caracalpackage-repositories — Noble ships Squid natively innoble-updates/mainpython-setuptools→python3-setuptoolsfor Noble compatibilitydeploy-helper.sh,cephadm_helper.sh)Test plan
rockcraft packbuilds successfully with Noble base (ceph-common 19.2.3-0ubuntu0.24.04.2)🤖 Generated with Claude Code