opendevreview | Takashi Kajinami proposed openstack/nova master: Fix typo in Caracal prelude https://review.opendev.org/c/openstack/nova/+/915036 | 00:36 |
---|---|---|
zigo | Hi team! | 06:37 |
zigo | I'm getting this when rebuilding novaclient in unstable: | 06:37 |
zigo | https://paste.opendev.org/show/bgTMwQq8mymT6fuuCEcP/ | 06:37 |
zigo | Any clue what's going on? | 06:37 |
opendevreview | Dr. Jens Harbott proposed openstack/python-novaclient master: DNM: Testing jobs https://review.opendev.org/c/openstack/python-novaclient/+/915047 | 07:47 |
frickler | zigo: testing ^^ did this work earlier for you with py312? | 07:47 |
zigo | Yeah, it built fine a few weeks ago when I uploaded it to Experimental. | 07:47 |
frickler | zigo: no issue in our CI, so I guess you get to compare reqs versions for differences https://zuul.opendev.org/t/openstack/build/9470c943e5e74e20bd25f5784596c12c | 07:59 |
zigo | frickler: pip freeze output when failing: https://paste.opendev.org/show/bNCRWFrSoPvdScp41v2E/ | 08:01 |
bauzas | wait a sec, the shell is deprecated | 08:15 |
bauzas | but I guess you're getting this due to a test | 08:15 |
frickler | bauzas: yes. checking the unit test code, this very much looks like a bug in debian py312's argparse | 08:32 |
frickler | zigo: could you test this on your build env, please? https://paste.opendev.org/show/b6iHcmmzLHFuF9bt7v8v/ | 08:36 |
zigo | Ok, hang on. | 08:37 |
frickler | oh, wait, nova patches that, disregard the above | 08:37 |
frickler | the bug would be in here https://opendev.org/openstack/python-novaclient/src/branch/master/novaclient/shell.py#L224-L239 , but not sure what is different about our CI version of python3.12 | 08:39 |
frickler | o.k., this is the breaking commit https://github.com/python/cpython/commit/cffb4c78d3b2a8a724301e59fb39b73b20e544de . that's what you get for patching internal functions I guess | 08:45 |
frickler | bauzas: zigo: ^^ | 08:45 |
bauzas | humpf | 08:46 |
zigo | :/ | 08:46 |
frickler | also need to check how to get newer python3.12 in our CI I guess | 08:47 |
zigo | frickler: You're good! Thanks for investigating. | 08:47 |
frickler | zigo: double checking python versions, our CI is using the latest released version 3.12.2, it seems you are using some newer, unreleased python for unstable? | 08:54 |
zigo | My version is 3.12.2-5 | 08:54 |
zigo | d/changelog has: | 08:56 |
zigo | * Update to the 3.12 branch 2024-02-02. | 08:56 |
zigo | - Make C API compatible with ISO C90 (GH-116950). Closes: #1064028. | 08:56 |
zigo | - Upstream patch for GH-115874. | 08:56 |
zigo | - Still identify as "3.12.2", because "3.12.2+" is mis-treated by some | 08:56 |
zigo | third-party packages. | 08:56 |
zigo | So it's not really 3.12.2, it's something newer from the 3.12 branch. | 08:56 |
frickler | not sure if that's a good idea really, but at least it made us find this issue early | 08:57 |
frickler | since the whole nova CLI part is deprecated anyway, likely just skipping those two tests in your build might be good enough | 08:58 |
zigo | Well, deprecated ok, but there's sill some missing stuff in the openstack cli, no? | 08:58 |
frickler | not for nova I'd think | 08:58 |
zigo | Like, how do you get the live-migration ID so I can watch the ongoing migration ? | 08:58 |
zigo | I could never do the equivalent of "nova server-migration-show" with the openstack cli, maybe I'm missing something? | 08:59 |
zigo | But yeah, I can attempt to ignore the 2 tests... | 08:59 |
frickler | not sure about the details, but there is "openstack server migration show" in my osc help output | 09:00 |
frickler | feel free to create a bug report if something nova-related doesn't work with osc | 09:01 |
opendevreview | Christian Rohmann proposed openstack/nova stable/2024.1: Always delete NVRAM files when deleting instances https://review.opendev.org/c/openstack/nova/+/915051 | 09:08 |
zigo | frickler: How do you get the migration ID with the openstackclient, is what I don't know. | 09:22 |
frickler | zigo: how do you get it with nova CLI? | 09:38 |
*** mklejn_ is now known as mklejn | 09:38 | |
zigo | nova server-migration-list <server-id> | 09:38 |
zigo | Though there's such a list with openstackclient, it doesn't show the IDs ... | 09:38 |
frickler | zigo: it does show them for me. it may depend on the microversion you are using? | 09:42 |
zigo | Oh... interesting, thanks, trying ! | 09:42 |
zigo | Indeed, thanks for the tip. | 09:47 |
frickler | fyi adding debug for me shows "openstack-api-version: compute 2.80" | 09:47 |
*** sfinucan is now known as stephenfin | 12:25 | |
greatgatsby_ | Hi. We've upgraded from yoga to zed in our kolla-ansible deployment. New VMs don't seem to be picking up an IP, and the only thing I've found so far is the new ports being created don't have `os-vif-delegation: true` while our older/existing VMs do. Not sure if this is the cause, or where to look for further troubleshooting. | 16:08 |
opendevreview | Merged openstack/nova master: Always delete NVRAM files when deleting instances https://review.opendev.org/c/openstack/nova/+/906380 | 22:14 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!