-
Notifications
You must be signed in to change notification settings - Fork 26
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
ceph-mon charm runs into error when using focal-ussuri #104
Comments
Full backtrace:
Here's simple bundle that, when
|
Hello, juju config ceph-mon source=distro It works but I'm not sure how this impact other components in big environments (openstack + ceph). Do you have any other workaround for it? Thanks, |
This could be a regression in the generate script. But the underlying problem seems to be that the ceph packages don't exist in the focal Ussuri UCA. |
Ceph appears to exist in UCA (Ussuri):
Downloading confirms it:
|
Isn't that in Bionic though? I think the focal package should come from the standard repositories. |
Correct, Focal distro packages are Octopus/Ussuri. The charm needs a fix to not try a non-existent cloud archive. |
Opened https://bugs.launchpad.net/charm-ceph-mon/+bug/2045430 on the ceph-mon charm |
Reproducer:
And
ceph-mon
will end up in error state. Log says:Changing the
source
option todistro
"fixes" it.The text was updated successfully, but these errors were encountered: