Monday, 2022-11-07

UgglaGood morning nova08:30
sahido/ sean-k-mooney a gentle ping I should have fixed both patches based on the new spec that you were agree during ptg, https://review.opendev.org/c/openstack/nova/+/858383 https://review.opendev.org/c/openstack/nova/+/858384/08:44
sahidnot sure if you have noticed that :-)08:44
opendevreviewMerged openstack/nova stable/zed: Adds a repoducer for post live migration fail  https://review.opendev.org/c/openstack/nova/+/86185609:17
opendevreviewKirill proposed openstack/nova-specs master: new spec: support of vnc console for ironic  https://review.opendev.org/c/openstack/nova-specs/+/86377310:15
opendevreviewAmit Uniyal proposed openstack/nova stable/xena: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86379210:18
opendevreviewAmit Uniyal proposed openstack/nova stable/xena: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86379210:31
opendevreviewAmit Uniyal proposed openstack/nova stable/xena: Adds a repoducer for post live migration fail  https://review.opendev.org/c/openstack/nova/+/86386410:31
opendevreviewMerged openstack/nova stable/zed: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86185710:48
opendevreviewJohn Garbutt proposed openstack/nova-specs master: ronic shard_key to replace peer_list  https://review.opendev.org/c/openstack/nova-specs/+/86283312:24
opendevreviewJohn Garbutt proposed openstack/nova-specs master: Ironic shard_key to replace peer_list  https://review.opendev.org/c/openstack/nova-specs/+/86283312:25
opendevreviewJohn Garbutt proposed openstack/nova-specs master: Ironic shard_key to replace peer_list  https://review.opendev.org/c/openstack/nova-specs/+/86283312:32
ygk_12345Hi all13:48
ygk_12345can anyone help me with using pdb for tracing in the file  https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/servers.py   ?13:49
ygk_12345i am tryingto insert pdb at a place in this file. But while running the nova-api  command , it is not showing the pdb shell 13:50
*** dasm|off is now known as dasm14:11
opendevreviewJan Hartkopf proposed openstack/nova-specs master: Repropose spec for updating user data  https://review.opendev.org/c/openstack/nova-specs/+/86388415:11
opendevreviewArnaud Morin proposed openstack/nova master: Add os_vif in nova-config-generator  https://review.opendev.org/c/openstack/nova/+/86389115:35
amorinbauzas and sean-k-mooney ^15:35
amorinwe talked about that two weeks ago15:35
amorinI expect this change to also do the necessary change on docs.o.o (config reference_15:36
amorin)15:36
amorinam I correct?15:36
opendevreviewDan Smith proposed openstack/nova master: Test ceph-multistore with a real image  https://review.opendev.org/c/openstack/nova/+/86086415:43
opendevreviewRajat Dhasmana proposed openstack/nova-specs master: Clarify client changes in rebuild spec  https://review.opendev.org/c/openstack/nova-specs/+/85616415:50
bauzasamorin: should work15:54
amorinack15:55
*** sfinucan is now known as stephenfin16:10
opendevreviewAmit Uniyal proposed openstack/nova stable/xena: Adds a repoducer for post live migration fail  https://review.opendev.org/c/openstack/nova/+/86386416:53
opendevreviewAmit Uniyal proposed openstack/nova stable/xena: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86379216:53
opendevreviewAmit Uniyal proposed openstack/nova stable/wallaby: Adds a repoducer for post live migration fail  https://review.opendev.org/c/openstack/nova/+/86390016:57
opendevreviewAmit Uniyal proposed openstack/nova stable/wallaby: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86390116:57
opendevreviewAmit Uniyal proposed openstack/nova stable/victoria: Adds a repoducer for post live migration fail  https://review.opendev.org/c/openstack/nova/+/86390217:01
opendevreviewAmit Uniyal proposed openstack/nova stable/victoria: [compute] always set instance.host in post_livemigration  https://review.opendev.org/c/openstack/nova/+/86390317:01
opendevreviewDan Smith proposed openstack/nova master: Test ceph-multistore with a real image  https://review.opendev.org/c/openstack/nova/+/86086417:38
darkhorseHi team - is there a standard way or recommended way of debugging under-development nova component under devstack environment? 17:41
darkhorseI tried to kill nova service from devstack and start my under-development nova in debug mode so that requests can be forwarded to the under-development nova.17:42
opendevreviewStephen Finucane proposed openstack/nova master: hyperv: Mark driver as experimental  https://review.opendev.org/c/openstack/nova/+/86391017:44
opendevreviewStephen Finucane proposed openstack/nova master: vmwareapi: Mark driver as experimental  https://review.opendev.org/c/openstack/nova/+/86391117:44
stephenfinmelwitt: dansmith: sean-k-mooney: I think that's what was suggested at the PTG. We don't deprecate, we just mark it experimental and remove if it starts costing us? ^17:44
dansmithstephenfin: yes, although I thought we were using other words like "untested" (or at least I was)17:45
dansmithexperimental means "not yet ready for prime time, but soon" to me in most software features17:46
dansmithso I'd rather use something that implies it has degraded to the current state, not that it's working towards a better one17:46
dansmith(although it's not a huge deal of course)17:47
melwittstephenfin: pretty much. my understanding was/is no formal deprecation, no plan for removal, just a log message that warns the driver is untested. ppl will use the driver at their own risk. there was also mention of updating the driver matrix doc to mention something similar to the log message for the drivers in question17:51
melwitt*suggestion of updating driver matrix17:51
opendevreviewDan Smith proposed openstack/nova master: Test ceph-multistore with a real image  https://review.opendev.org/c/openstack/nova/+/86086418:19
opendevreviewDan Smith proposed openstack/nova master: Add virt/node module for stable uuids  https://review.opendev.org/c/openstack/nova/+/86391518:32
opendevreviewDan Smith proposed openstack/nova master: WIP: Pass service ref to init_host(), if exists  https://review.opendev.org/c/openstack/nova/+/86391618:32
opendevreviewDan Smith proposed openstack/nova master: WIP Add get_available_node_uuids() to virt driver  https://review.opendev.org/c/openstack/nova/+/86391718:32
opendevreviewDan Smith proposed openstack/nova master: WIP: Persist existing node uuids locally  https://review.opendev.org/c/openstack/nova/+/86391818:32
opendevreviewDan Smith proposed openstack/nova master: WIP: Make resource tracker use UUIDs instead of names  https://review.opendev.org/c/openstack/nova/+/86391918:32
opendevreviewDan Smith proposed openstack/nova master: WIP: Detect host renames and abort startup  https://review.opendev.org/c/openstack/nova/+/86392018:32
dansmithsean-k-mooney: all of this is marked WIP ^ because I haven't added more tests to cover any of the changes that aren't already covered (if any)18:32
dansmithand because I need to look at it in gerrit to break up my tunnel vision18:33
dansmiththere are two functionals still failing because they test things this set intends to prevent, which are re-creating a compute node on a service and getting a different uuid18:33
dansmithso I think the fix there is to make the services un-delete the compute nodes, but I left them failing to highlight and for discussion18:34
opendevreviewDan Smith proposed openstack/nova master: DNM: Testing cinder devstack change  https://review.opendev.org/c/openstack/nova/+/86392519:19
opendevreviewDan Smith proposed openstack/nova master: Test ceph-multistore with a real image  https://review.opendev.org/c/openstack/nova/+/86086419:57
*** dasm is now known as dasm|off22:27
opendevreviewDan Smith proposed openstack/nova master: Test ceph-multistore with a real image  https://review.opendev.org/c/openstack/nova/+/86086422:56

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