Thursday, 2024-04-04

opendevreviewTakashi Kajinami proposed openstack/nova master: Fix typo in Caracal prelude  https://review.opendev.org/c/openstack/nova/+/91503600:36
zigoHi team!06:37
zigoI'm getting this when rebuilding novaclient in unstable:06:37
zigohttps://paste.opendev.org/show/bgTMwQq8mymT6fuuCEcP/06:37
zigoAny clue what's going on?06:37
opendevreviewDr. Jens Harbott proposed openstack/python-novaclient master: DNM: Testing jobs  https://review.opendev.org/c/openstack/python-novaclient/+/91504707:47
fricklerzigo: testing ^^ did this work earlier for you with py312?07:47
zigoYeah, it built fine a few weeks ago when I uploaded it to Experimental.07:47
fricklerzigo: no issue in our CI, so I guess you get to compare reqs versions for differences https://zuul.opendev.org/t/openstack/build/9470c943e5e74e20bd25f5784596c12c07:59
zigofrickler: pip freeze output when failing: https://paste.opendev.org/show/bNCRWFrSoPvdScp41v2E/08:01
bauzaswait a sec, the shell is deprecated08:15
bauzasbut I guess you're getting this due to a test08:15
fricklerbauzas: yes. checking the unit test code, this very much looks like a bug in debian py312's argparse08:32
fricklerzigo: could you test this on your build env, please? https://paste.opendev.org/show/b6iHcmmzLHFuF9bt7v8v/08:36
zigoOk, hang on.08:37
frickleroh, wait, nova patches that, disregard the above08:37
fricklerthe 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.1208:39
fricklero.k., this is the breaking commit https://github.com/python/cpython/commit/cffb4c78d3b2a8a724301e59fb39b73b20e544de . that's what you get for patching internal functions I guess08:45
fricklerbauzas: zigo: ^^08:45
bauzashumpf08:46
zigo:/08:46
frickleralso need to check how to get newer python3.12 in our CI I guess08:47
zigofrickler: You're good! Thanks for investigating.08:47
fricklerzigo: 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
zigoMy version is 3.12.2-508:54
zigod/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 some08:56
zigo      third-party packages.08:56
zigoSo it's not really 3.12.2, it's something newer from the 3.12 branch.08:56
fricklernot sure if that's a good idea really, but at least it made us find this issue early08:57
fricklersince the whole nova CLI part is deprecated anyway, likely just skipping those two tests in your build might be good enough08:58
zigoWell, deprecated ok, but there's sill some missing stuff in the openstack cli, no?08:58
fricklernot for nova I'd think08:58
zigoLike, how do you get the live-migration ID so I can watch the ongoing migration ?08:58
zigoI could never do the equivalent of "nova server-migration-show" with the openstack cli, maybe I'm missing something?08:59
zigoBut yeah, I can attempt to ignore the 2 tests...08:59
fricklernot sure about the details, but there is "openstack server migration show" in my osc help output09:00
fricklerfeel free to create a bug report if something nova-related doesn't work with osc09:01
opendevreviewChristian Rohmann proposed openstack/nova stable/2024.1: Always delete NVRAM files when deleting instances  https://review.opendev.org/c/openstack/nova/+/91505109:08
zigofrickler: How do you get the migration ID with the openstackclient, is what I don't know.09:22
fricklerzigo: how do you get it with nova CLI?09:38
*** mklejn_ is now known as mklejn09:38
zigonova server-migration-list <server-id>09:38
zigoThough there's such a list with openstackclient, it doesn't show the IDs ...09:38
fricklerzigo: it does show them for me. it may depend on the microversion you are using?09:42
zigoOh... interesting, thanks, trying !09:42
zigoIndeed, thanks for the tip.09:47
fricklerfyi adding debug for me shows "openstack-api-version: compute 2.80"09:47
*** sfinucan is now known as stephenfin12: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
opendevreviewMerged openstack/nova master: Always delete NVRAM files when deleting instances  https://review.opendev.org/c/openstack/nova/+/90638022:14

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!