| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2020-09-10 | |||
| 15:31:01 | bauzas | holy shit then | |
| 15:31:04 | bauzas | I'm confused | |
| 15:31:22 | dansmith | the rbd download thing is just letting nova download the image direct from rbd instead of streaming it through glance, if it has access to the rbd that backs glance | |
| 15:31:49 | bauzas | ok, that's what I understood, but then what's precaching ? | |
| 15:32:04 | bauzas | oh | |
| 15:32:11 | bauzas | pulling it to libvirt cache? | |
| 15:32:30 | bauzas | whether you pull it thru Glance or from the RBD directly | |
| 15:32:34 | bauzas | correct ? | |
| 15:32:52 | dansmith | yes, just triggering the image cache to download the image, separately from an actual instance boot | |
| 15:32:58 | bauzas | ok | |
| 15:33:06 | bauzas | so, what was merged in V ? | |
| 15:33:14 | bauzas | from the notes, I see precaching | |
| 15:33:20 | bauzas | ah na | |
| 15:33:22 | bauzas | nvm | |
| 15:33:25 | dansmith | all of that is separate from the glance multistore support in nova :) | |
| 15:33:30 | bauzas | it's RBD download | |
| 15:33:37 | bauzas | precaching was a U thing | |
| 15:33:45 | bauzas | correct ? | |
| 15:33:57 | bauzas | U or T, I don't remind exactly | |
| 15:34:32 | dansmith | I think precaching was T yeah | |
| 15:34:33 | dansmith | sorry, U | |
| 15:35:14 | sean-k-mooney | so the two new things in V are the rbd direct download and seperate the multi store support | |
| 15:35:41 | dansmith | yes, but I'm not sure the rbd download thing is worth a special callout in the release notes, if that's what we're discussing here | |
| 15:35:57 | sean-k-mooney | in the prelude ya | |
| 15:36:14 | bauzas | dansmith: kk, now I understand, thanks | |
| 15:36:22 | bauzas | yeah, for the prelude, we'll see | |
| 15:36:34 | bauzas | we don't have a shit ton of new stuff, even a single microversion to provide | |
| 15:36:51 | bauzas | but I agree, this sounds just a small improvement | |
| 15:37:01 | bauzas | not worth a prelude | |
| 15:37:12 | bauzas | (even if that went somehow to the cycle highlights :p ) | |
| 15:40:39 | openstackgerrit | Stephen Finucane proposed openstack/nova master: tox: Enable parallel docs build https://review.opendev.org/751034 | |
| 15:42:03 | sean-k-mooney | stephenfin: cool i basically only did the tox.ini part of that locally and didnt really know what to do for the extentions | |
| 15:42:30 | stephenfin | sean-k-mooney: it won't work though. oslo.config is borked | |
| 15:42:56 | stephenfin | I've pushed a patch for it but it could be a while before it lands. It's a bug but also not massively high priority | |
| 15:42:57 | sean-k-mooney | oh so they actully are not parralel safe | |
| 15:43:07 | stephenfin | afraid not | |
| 15:43:17 | sean-k-mooney | ah ok | |
| 15:43:34 | sean-k-mooney | well ya not super high priority the release notes job does seam to work properly | |
| 15:43:55 | sean-k-mooney | so maybe we coudl start with that and oter that work and do the rest later | |
| 15:44:05 | sean-k-mooney | but ya this is just a nice to have | |
| 15:48:20 | gibi | nova meeting will start in 12 minutes on openstack-meeting-3 | |
| 15:48:29 | lyarwood | bauzas / elod ; would you mind hitting this for artom please https://review.opendev.org/#/q/topic:bug/1879787+branch:stable/ussuri+status:open | |
| 15:49:12 | bauzas | lyarwood: I can, | |
| 15:49:29 | bauzas | but rushing up to finish the prelude before the meeting | |
| 15:54:42 | artom | I'm gonna have to skip the meeting, need lunch before running a time-sensitive errand | |
| 15:56:26 | gibi | artom: ack | |
| 15:56:32 | gibi | artom: enjoy | |
| 15:56:54 | elod | lyarwood: will do after the meeting, if I'm still needed there :) | |
| 15:58:28 | sean-k-mooney | what the env argument to get extra loging in func test | |
| 15:58:36 | sean-k-mooney | is it OS_DEBUG? | |
| 15:59:04 | artom | sean-k-mooney, yarp | |
| 15:59:19 | artom | But remember that if it passes, nothing is printed | |
| 15:59:35 | sean-k-mooney | its failing | |
| 15:59:43 | sean-k-mooney | also holy crap that a lot of logs | |
| 16:00:12 | artom | One might say it's a forrest :D | |
| 16:00:41 | bauzas | sean-k-mooney: OS_DEBUG=1 | |
| 16:00:50 | bauzas | and asserFalse | |
| 16:01:00 | bauzas | assertFalse(True) if you wanna get'em | |
| 16:01:05 | bauzas | or pdb | |
| 16:01:21 | sean-k-mooney | yep OS_DEBUG=True tox -e functional -- 1815153 works | |
| 16:01:29 | sean-k-mooney | but it pring all the db migration too | |
| 16:01:33 | bauzas | right | |
| 16:01:46 | bauzas | I generally pipe the output in a file | |
| 16:02:00 | bauzas | 2>&1 | tee myfile | |
| 16:02:03 | sean-k-mooney | ya i think ill send it to lnav or something | |
| 16:02:35 | bauzas | but most of the time, it's just for debugging purpose and in this case, I pdb directly | |
| 16:02:48 | bauzas | way faster | |
| 16:03:04 | sean-k-mooney | ya so the issue not really simple to pdb debug | |
| 16:03:38 | sean-k-mooney | i mean i can but if im going that far ill proaly just run it in a ide | |
| 16:04:22 | sean-k-mooney | for some reason changing form using the az filter to using placement for az is chaning the behviaor fo some tests | |
| 16:04:36 | sean-k-mooney | not in all cases but in like 8 tests | |
| 16:05:01 | sean-k-mooney | well also the compute status filter | |
| 16:05:43 | sean-k-mooney | this particalar case is not az related | |
| 16:13:28 | openstackgerrit | Stephen Finucane proposed openstack/nova master: WIP: Support old & new versions of svm and vmx traits https://review.opendev.org/660515 | |
| 16:17:37 | bauzas | stephenfin: can't see xenapi removal notes in https://docs.openstack.org/releasenotes/nova/unreleased.html | |
| 16:17:46 | bauzas | stephenfin: could you please point to me the patch itself ? | |
| 16:18:25 | stephenfin | bauzas: https://review.opendev.org/#/c/749304/ It was approved before I hit a merge conflict and lyarwood is waiting for a green gate before re-approving | |
| 16:18:45 | bauzas | stephenfin: k thanks, I'll proactively add this in the prelude section | |
| 16:19:35 | bauzas | actually, I'll hold on it | |
| 16:27:30 | openstackgerrit | Sylvain Bauza proposed openstack/nova master: Victoria 22.0.0 prelude section https://review.opendev.org/751045 | |
| 16:35:45 | openstackgerrit | Merged openstack/python-novaclient master: Update master for stable/victoria https://review.opendev.org/750935 | |
| 16:39:34 | bauzas | gibi: https://review.opendev.org/751045 | |
| 16:39:41 | bauzas | it's a start | |
| 16:39:54 | gibi | bauzas: thanks | |
| 16:40:05 | gibi | I will read it tomorrow | |
| 16:42:54 | lyarwood | \o | |
| 16:52:17 | sean-k-mooney | so ya there are races in these tests... | |
| 16:53:37 | sean-k-mooney | specificlaly looks like we are not waiting for the service to be forced_down before doing the evacuate | |
| 16:53:52 | sean-k-mooney | we are just calling the api then continuing | |
| 17:08:02 | lyarwood | sean-k-mooney: which tests are these? | |
| 17:08:59 | openstackgerrit | Merged openstack/nova master: docs: Remove resize, cold migration from vTPM limitations https://review.opendev.org/750675 | |
| 17:10:37 | lyarwood | oh gate/test_evacuate.sh doesn't wait until the service is down for the first round of evacuations | |
| 17:15:49 | openstackgerrit | Merged openstack/nova master: functional: Add 'start_compute' helper https://review.opendev.org/746943 | |
| 17:15:55 | openstackgerrit | Merged openstack/nova master: functional: Use tempdir for CONF.instances_path https://review.opendev.org/746944 | |
| 17:16:03 | openstackgerrit | Merged openstack/nova master: functional: Clean up PCI tests https://review.opendev.org/746945 | |
| 17:16:04 | openstackgerrit | Luyao Zhong proposed openstack/nova master: Rollback when reset running live migration https://review.opendev.org/747899 | |
| 17:16:04 | openstackgerrit | Luyao Zhong proposed openstack/nova master: Improve orphans tracking in resource tracker https://review.opendev.org/745282 | |
| 17:16:14 | openstackgerrit | Merged openstack/nova master: functional: Add cold migration tests for PCI servers https://review.opendev.org/746946 | |
| 17:21:16 | stephenfin | sean-k-mooney: did you get that patch reworked? | |
| 17:24:03 | sean-k-mooney | stephenfin: no | |