-
Notifications
You must be signed in to change notification settings - Fork 50
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
Enable CPU power management by default for libvirt compute #597
Enable CPU power management by default for libvirt compute #597
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8b6fd928792e4e1da85e7ee48b3f8e78 ✔️ nova-operator-content-provider SUCCESS in 1h 41m 48s |
The nova-compute service fails to start :/
|
this is a bug in nova which we should fix. |
Filed an upstream nova bug to relax the startup config check https://bugs.launchpad.net/nova/+bug/2043707 |
Waiting for the upstream fix land in Antelope |
The upstream nova fix merged in 2023.1[1] we just need to wait for the tcib image to be built. (need a newer tcib than 03a7b1adc9a02f73bcd7593e55c1d943) |
We have a fresh nova-compute image to try https://quay.io/repository/podified-antelope-centos9/openstack-nova-compute/manifest/sha256:53728912e768f56b124c39955e322e61fa54fc5aa2f701535ae13108a11ade2b |
we need a dataplane-operator bump to pick up the new container image as a default. Bumping in openstack-k8s-operators/openstack-operator#591 |
95726f9
to
d526ba1
Compare
Also visible in CI https://review.rdoproject.org/zuul/build/41b8ad4d2bdf42c2a2fc35361ea4d092/log/controller/ci-framework-data/logs/192.168.122.100/log/containers/nova/nova-compute.log#2164 |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e0e8b8f3eff241da966c7aecc9d61380 ✔️ nova-operator-content-provider SUCCESS in 2h 26m 24s |
recheck
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/65da5c3479a94c44b59b85ae4f11d5a9 ✔️ nova-operator-content-provider SUCCESS in 2h 15m 01s |
recheck
Spot on tempest. The 3rd compute cannot connect to the message bus:
This is a new type of instability that two out of three computes can connect but not the third. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/5c3fcbea01df4af58b452198ed442ba0 ✔️ nova-operator-content-provider SUCCESS in 2h 12m 50s |
recheck |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/e940d80a99854fc0afea73235c8ba237 ✔️ nova-operator-content-provider SUCCESS in 2h 10m 52s |
d526ba1
to
3786c38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, mrkisaolamb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
3d19fcc
into
openstack-k8s-operators:main
Depends-On: openstack-k8s-operators/openstack-operator#591 (to pick up a new tcib) (merged)
Implementes: https://issues.redhat.com/browse/OSPRH-83