opendevreview | Danylo Vodopianov proposed openstack/nova master: Packed virtqueue support was added. https://review.opendev.org/c/openstack/nova/+/876075 | 07:28 |
---|---|---|
bauzas | elodilles: when you're around (it's lunch time), can you help me on https://review.opendev.org/c/openstack/releases/+/885365 ? | 10:31 |
bauzas | context : https://meetings.opendev.org/meetings/nova/2023/nova.2023-06-27-16.01.log.html#l-145 | 10:36 |
bauzas | when gibi said 'someone needs to handle the fallout' :) | 10:36 |
elodilles | bauzas: o/ | 10:59 |
elodilles | bauzas: so what is the question? :) | 10:59 |
elodilles | do you want to find the CI jobs that can be deleted OR do you want to prepare to the fallout in case we delete all nova deliverables in train? :) | 11:01 |
opendevreview | Elod Illes proposed openstack/nova stable/train: DNM: Experimental Fallout https://review.opendev.org/c/openstack/nova/+/887943 | 11:09 |
elodilles | bauzas: let's see if this shows something regarding the 'fallout' :) ^^^ | 11:09 |
bauzas | elodilles: ok, I'll look | 11:13 |
elodilles | bauzas: strangely zuul did not scream that some job definition is missing, so maybe this does not prove anything :/ | 11:18 |
elodilles | bauzas: anyway, for the 'CI jobs that can be deleted': i've compared .zuul.yaml in ussuri and in train, and the following jobs were removed in ussuri AND are not defined in nova's .zuul.yaml: https://paste.opendev.org/show/bGpxq2Ww1bqGWQ7wlSHa/ | 11:24 |
bauzas | ok, so should we cut stable/train ? | 11:25 |
elodilles | bauzas: some of the jobs are probably still used in other repos (of not all) ^^^ | 11:25 |
elodilles | bauzas: so we have to figure out where the definitions are and IFF not used anywhere else, then propose patches to delete them | 11:25 |
bauzas | elodilles: ok so I'll modify https://review.opendev.org/c/openstack/releases/+/885365 to EOL all our repos | 11:25 |
elodilles | bauzas: ACK | 11:25 |
elodilles | and thanks in advance | 11:26 |
sean-k-mooney | elodilles: i think as long as the jobs are still on the branch we wont get a warnign form zuul but i could be wrong | 11:51 |
sean-k-mooney | i think we will only get that after its merged unless you try to do a depend on patch | 11:51 |
sean-k-mooney | if you co t oa repo that is using a delete job and depend on that patch then it should give you an error | 11:52 |
sean-k-mooney | something along the lines of "unable to sablaise job graph" or similar | 11:52 |
elodilles | sean-k-mooney: yepp, apparently it works like that :S | 12:28 |
elodilles | at least this works: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/887950 | 12:29 |
elodilles | (the other way around) | 12:29 |
elodilles | bauzas: I've found only these 2 jobs that can be deleted after nova's stable/train goes to EOL ^^^ | 12:30 |
sean-k-mooney | hopefully the dvsm job is one fo them... | 12:36 |
sean-k-mooney | it would be nice to finally get rid of all the zuul legacy jobs | 12:36 |
elodilles | yes. though there are other repos that uses some. and of course until old stable branches are not deleted these are likely 'used' | 12:38 |
sean-k-mooney | elodilles: fun https://bugs.launchpad.net/nova/+bug/2025813 apprenatly that affect nova-ceph-multistore too | 12:40 |
sean-k-mooney | validations are not disabled in nova | 12:41 |
sean-k-mooney | so it must be disabeld in evstack-plugin-ceph-tempest-py3 or one of the parents | 12:41 |
sean-k-mooney | https://github.com/openstack/devstack-plugin-ceph/commit/bf4598d923bebe9ba31e6651a07596017208b37e need to be backported | 12:42 |
elodilles | sean-k-mooney: somehow i thought that the backport if this would solve the issue: https://review.opendev.org/c/openstack/devstack/+/887660 | 12:43 |
elodilles | or i guess both have to be backported to make the job passing :S | 12:44 |
sean-k-mooney | well validatiosn are disabled in the ceph multisotre job | 12:45 |
sean-k-mooney | and reimage requires it | 12:46 |
sean-k-mooney | so i just cherrypicked dansmith's patch vai the ui https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/887879 | 12:46 |
elodilles | cool, thanks! let's see if that helps :) this looks promising | 12:48 |
ozzzo_work | I have a hypervisor that was "temporarily" removed from the cluster by migrating off the VMs and then shutting it down. Now it's not coming back, so I need to remove it, but I'm getting "Unable to delete compute service that has in-progress migrations." | 12:48 |
ozzzo_work | How can I work around this error and delete the compute service? | 12:48 |
ozzzo_work | https://paste.openstack.org/show/bbVmkA9rYREg5f52fe8z/ | 12:48 |
sean-k-mooney | ozzzo_work: you likely miseed doing resize_confirm on the migrated instances | 12:49 |
sean-k-mooney | there is one in confirming | 12:49 |
elodilles | sean-k-mooney: should we add a Depends-On to https://review.opendev.org/c/openstack/nova/+/887674 ? | 12:49 |
ozzzo_work | probably, but the "Server UUID" is blank. How can I make it finish? | 12:49 |
sean-k-mooney | oh am yes only because we need both jobs to pass but otherwise there isnt a dep | 12:50 |
sean-k-mooney | ill do that now | 12:50 |
opendevreview | sean mooney proposed openstack/nova stable/2023.1: enable validations in nova-lvm https://review.opendev.org/c/openstack/nova/+/887674 | 12:50 |
sean-k-mooney | ya its balcnk on all fo those which is odd. | 12:52 |
sean-k-mooney | am you could just update the row to completed | 12:52 |
sean-k-mooney | you cant for this via the api you will have to look in the db | 12:52 |
sean-k-mooney | and update it directly | 12:53 |
sean-k-mooney | if its set to compelte or error i think it will allow the ocmpute service to be deleted | 12:53 |
ozzzo_work | ok. I was hoping to avoid spelunking in the DB but fortunately this is a dev cluster | 12:54 |
sean-k-mooney | well the other approch is to understadn why the compute service is not coming up | 12:55 |
sean-k-mooney | and fix that | 12:55 |
sean-k-mooney | and avoid redpeloying it | 12:55 |
bauzas | elodilles: you probably have seen it but I updated https://review.opendev.org/c/openstack/releases/+/885365 | 12:55 |
elodilles | bauzas: ACK, thanks! \o/ | 12:57 |
opendevreview | sean mooney proposed openstack/nova stable/2023.1: enable validations in nova-lvm https://review.opendev.org/c/openstack/nova/+/887674 | 13:31 |
opendevreview | Merged openstack/nova-specs master: Add support for Napatech LinkVirt SmartNICs https://review.opendev.org/c/openstack/nova-specs/+/859290 | 15:13 |
gouthamr | o/ sean-k-mooney Uggla_ bauzas : we've one last manila api spec relating to virtiods to close out on, you'd looked at it in the past, could you please look again? https://review.opendev.org/c/openstack/manila-specs/+/881934 | 16:20 |
sean-k-mooney | i tried to look at this yesteredsay but i was too tired. to dig into it. there are still refecne to thte nova service user that make me uncomfortable | 16:24 |
sean-k-mooney | i think Uggla_ and bauzas are best placed to review form the context of the nova mainal share feature | 16:43 |
sean-k-mooney | gouthamr: if ye have a spec freeze i would proceed with it and we can try and loop back to it | 16:43 |
sean-k-mooney | when its used | 16:44 |
gouthamr | sean-k-mooney++ ty; ack, we can surely work some details over the code reviews | 17:00 |
sean-k-mooney | what im expecting is when an access rules visablity restriciotn is create by nova | 17:02 |
sean-k-mooney | the rule use shoudl be defied using the proejct id and user id form the users token not nova's servife token | 17:03 |
sean-k-mooney | but we would record that the visabity restriction was create by a service not a user | 17:04 |
sean-k-mooney | nova may be talkign to manilla with an applciation credital or its user account could change over time so we shoudl not be recording hte userid or proejct id form the service token in manilla | 17:09 |
gouthamr | yeah we’d not be storing any information regarding nova in the Manila db | 17:18 |
gouthamr | nova user I mean :) | 17:18 |
gouthamr | the service user is validated, and we store a string to remember that a service user was used to create a lock… the api would only allow service users to remove the lock | 17:19 |
opendevreview | melanie witt proposed openstack/nova stable/2023.1: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887978 | 18:07 |
opendevreview | melanie witt proposed openstack/nova stable/2023.1: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887979 | 18:07 |
opendevreview | melanie witt proposed openstack/nova stable/zed: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887980 | 18:08 |
opendevreview | melanie witt proposed openstack/nova stable/zed: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887981 | 18:08 |
opendevreview | melanie witt proposed openstack/nova stable/yoga: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887982 | 18:16 |
opendevreview | melanie witt proposed openstack/nova stable/yoga: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887983 | 18:16 |
opendevreview | melanie witt proposed openstack/nova stable/xena: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887984 | 18:34 |
opendevreview | melanie witt proposed openstack/nova stable/xena: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887985 | 18:34 |
opendevreview | melanie witt proposed openstack/nova stable/wallaby: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887987 | 18:42 |
opendevreview | melanie witt proposed openstack/nova stable/wallaby: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887988 | 18:42 |
opendevreview | melanie witt proposed openstack/nova stable/wallaby: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887988 | 20:49 |
opendevreview | melanie witt proposed openstack/nova stable/victoria: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/887997 | 21:16 |
opendevreview | melanie witt proposed openstack/nova stable/victoria: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/887998 | 21:16 |
opendevreview | melanie witt proposed openstack/nova stable/ussuri: testing: Fix and robustify archive_deleted_rows test https://review.opendev.org/c/openstack/nova/+/888001 | 21:50 |
opendevreview | melanie witt proposed openstack/nova stable/ussuri: database: Archive parent and child rows "trees" one at a time https://review.opendev.org/c/openstack/nova/+/888002 | 21:50 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!