| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2021-09-08 | |||
| 09:20:31 | lyarwood | alexe9191: it's not a seperate set of tasks for Q to T but it's the same pattern, the same commands as a N to N+1 upgrade with the computes down | |
| 09:20:32 | alexe9191 | Thank you all! This is useful information | |
| 09:21:44 | lyarwood | alexe9191: np, good luck :) | |
| 09:22:55 | alexe9191 | One more question just to be sure :) which version do I need to create the cell database for when upgrading ? I understand that from mitaka I need to create an API database. It seems that only in newton I need to start creating the cell0 database and map it using the nova manage commands | |
| 09:22:57 | alexe9191 | correct? | |
| 09:34:31 | opendevreview | Merged openstack/python-novaclient stable/wallaby: When creating a client, pass the default logger https://review.opendev.org/c/openstack/python-novaclient/+/804440 | |
| 09:35:44 | lyarwood | alexe9191: I think TripleO did that during the Ocata upgrade | |
| 09:37:01 | alexe9191 | Ok so it's way more ahead than I though :) I am testing now | |
| 09:37:03 | alexe9191 | thank you all | |
| 09:37:36 | lyarwood | alexe9191: https://docs.openstack.org/releasenotes/nova/ocata.html#relnotes-15-0-0-origin-stable-ocata-prelude | |
| 09:37:52 | lyarwood | be confused with the first version of cells). In Newton, it was possible to deploy a single cell V2 and schedule on it but this was optional. Now in Ocata, single CellsV2 deployments are mandatory. More details to be found when reading the release notes below.` | |
| 09:37:52 | lyarwood | `Ocata contains a lot of new CellsV2 functions, but not all of it is fully ready for production. All deployments must set up their existing nodes as a cell, with database connection and MQ transport_url config items matching that cell. In a subsequent release, additional cells will be fully supported, as will a migration path for CellsV1 users. By default, an Ocata deployment now needs to configure at least one new “Cell V2” (not to | |
| 09:38:49 | slaweq | stephenfin: hi, I'm not sure if You have +2 powers on nova's stable branches, but if so, can You maybe check https://review.opendev.org/c/openstack/nova/+/791421 ? | |
| 09:38:53 | slaweq | thx in advance | |
| 09:41:02 | lyarwood | he doesn't but I do, looking now | |
| 10:04:17 | slaweq | lyarwood: thx a lot | |
| 11:51:13 | opendevreview | Lee Yarwood proposed openstack/nova stable/ussuri: Add regression test for bug #1899649 https://review.opendev.org/c/openstack/nova/+/764625 | |
| 11:51:21 | opendevreview | Lee Yarwood proposed openstack/nova stable/ussuri: compute: Don't detach volumes when RescheduledException raised without retry https://review.opendev.org/c/openstack/nova/+/764626 | |
| 12:00:46 | opendevreview | Balazs Gibizer proposed openstack/nova stable/wallaby: Parse alias from domain hostdev https://review.opendev.org/c/openstack/nova/+/807767 | |
| 13:36:02 | opendevreview | Elod Illes proposed openstack/nova stable/ussuri: Allow X-OpenStack-Nova-API-Version header in CORS https://review.opendev.org/c/openstack/nova/+/796862 | |
| 13:39:32 | opendevreview | Elod Illes proposed openstack/nova stable/train: Allow X-OpenStack-Nova-API-Version header in CORS https://review.opendev.org/c/openstack/nova/+/796863 | |
| 17:28:30 | fungi | sean-k-mooney: any idea what the wait is on https://review.opendev.org/806626 (victoria backport for the second ossa-2021-002 fix)? i'm in a holding pattern on publishing errata for the advisory until both that one and the ussuri backport merge | |
| 17:29:04 | fungi | just making sure it's not slipped through the cracks | |
| 17:30:55 | sean-k-mooney | i need to readd the conflcit lines | |
| 17:31:07 | sean-k-mooney | but i have been swapped with downstream issues | |
| 17:31:29 | sean-k-mooney | so i have not had time to work on it | |
| 17:32:30 | fungi | no worries, take your time, i simply didn't want an exploitable vulnerability hanging out there any longer than necessary | |
| 17:32:42 | sean-k-mooney | ya fair | |
| 17:32:53 | sean-k-mooney | ill see if i can get to it but that all that is holding it up | |
| 17:33:07 | sean-k-mooney | https://review.opendev.org/c/openstack/nova/+/806626/1//COMMIT_MSG#16 | |
| 17:33:09 | fungi | okay, cool. thanks again | |
| 19:03:37 | opendevreview | Elod Illes proposed openstack/nova stable/victoria: address open redirect with 3 forward slashes https://review.opendev.org/c/openstack/nova/+/806626 | |
| 19:06:49 | elodilles | sean-k-mooney: i've updated the commit message ^^^ please edit it if it is needed o:) | |
| 20:45:08 | mnaser | anyone by any chance the historical reasoning of instance_id_mappings table? | |
| 20:46:05 | mnaser | wait, they don't even match up | |
| 20:46:24 | mnaser | i mean, uuid = uuid, but id != id | |
| 21:38:22 | melwitt | mnaser: found this with git blame https://github.com/openstack/nova/commit/0dc32690fe158e4cb11c2c9bcc65acaf73b94a7a | |
| 21:39:11 | mnaser | melwitt: oooooooooh nice find | |
| 21:39:42 | melwitt | :) | |
| #openstack-nova - 2021-09-09 | |||
| 07:12:29 | gibi | good morning | |
| 07:56:48 | bauzas | gibi: good morning | |
| 07:57:12 | bauzas | was mostly off the grid yesterday due to a hell day with customer escalations | |
| 08:01:28 | gibi | not much happened upstream yestrday here either | |
| 08:10:30 | bauzas | gibi: in case you haven't seen it, i eventually found the problem with my prelude change | |
| 08:10:52 | bauzas | one single line was badly indented by one char | |
| 08:11:03 | bauzas | but not the one which was returning the error | |
| 08:11:08 | bauzas | ... | |
| 08:13:08 | gibi | yepp, I +2d the prelude yestearday. thank you for writing it | |
| 08:19:41 | kashyap | bauzas: Then how did you discover it? If it's not the line that caused the error :-) | |
| 08:20:10 | bauzas | kashyap: I still use my eyes in general | |
| 08:20:20 | kashyap | Hehe | |
| 08:20:29 | bauzas | automated coding isn't an option yet, I'm afraid | |
| 08:20:34 | bauzas | I should ask elon to propose it | |
| 08:23:27 | kashyap | bauzas: GitHUb has some ideas with their <clears-throat> "Copilot" | |
| 08:23:34 | kashyap | bauzas: But, look - https://www.techradar.com/news/github-autopilot-highly-likely-to-introduce-bugs-and-vulnerabilities-report-claims | |
| 08:23:57 | kashyap | "researchers discover that nearly 40% of the code suggestions by GitHub’s Copilot tool are erroneous, from a security point of view" | |
| 08:24:03 | kashyap | But LOL, as if that's a surprise! | |
| 08:24:50 | bauzas | kashyap: you get the same experience with Tesla Full Self Driving which was proposed since a while | |
| 08:25:12 | bauzas | the only difference being that a car bug leads to some injury :D | |
| 08:25:25 | kashyap | I don't drive; so ignore cars altogether :D I'm more interested in long-distance electric bikes :D | |
| 08:25:57 | bauzas | I switched 70% of my drives to be full electric, I'm chasing down the last 30% bits | |
| 08:26:15 | bauzas | but that will require hardware upgrade | |
| 08:26:53 | bauzas | kashyap: excellent choice, btw. do you have government incentives for this like in France ? | |
| 08:28:40 | kashyap | bauzas: I was told there are; but I need to dig in still | |
| 08:29:15 | kashyap | bauzas: I got more energized about it after my recent hiking in the Alps. | |
| 08:31:10 | bauzas | kashyap: sure, but mountain e-bikes are way different | |
| 08:31:18 | kashyap | bauzas: Oh, sure | |
| 08:31:46 | kashyap | I was not mixing them up. Just noticing how people were doing long-distance rides there w/ e-bikes made me think about it more | |
| 08:32:24 | bauzas | kashyap: https://mobilit.belgium.be/nl/mobiliteit/personenvervoer/fiets ;) | |
| 08:33:17 | kashyap | bauzas: Hehe, thank you. Yeah, NL and FR are treated as first-class citizens on most web pages | |
| 08:33:29 | kashyap | bauzas: I knew this existed, just didn't bother to investigate | |
| 08:36:14 | bauzas | kashyap: surprinsingly, most of the incentives seem to be only for the Brussels and the Wallony regions | |
| 08:36:28 | bauzas | afaicr, Ghent is in Flanders, right? | |
| 08:36:36 | kashyap | bauzas: Yes, it is | |
| 08:36:52 | kashyap | That's very odd, though. | |
| 08:36:58 | kashyap | bauzas: LOL, no, thank you | |
| 08:37:22 | bauzas | there is a fun fact here | |
| 08:37:54 | bauzas | if you want to buy an electric car, the gov gives you a discount of 7k€ if the car is below 45k€ | |
| 08:38:17 | kashyap | Nice, that's quite a chunky amount | |
| 08:38:39 | bauzas | but, if you live in the Marseille area, the local city gov gives you an extra 5k | |
| 08:39:34 | bauzas | so, lots of people are considering some way to address their primary location as some random Marseille place | |
| 08:40:50 | kashyap | Heh | |
| 08:40:58 | gibi | those are nice summs indeed | |
| 08:43:48 | gibi | here we have ~5k€ subsidise for full electric cars (and free parking) | |
| 08:44:21 | gibi | but for cars < 35k€ | |
| 08:47:45 | kashyap | I do hope people are taking advantage of it; I guess it's a win-win | |
| 08:48:50 | bauzas | kashyap: we do | |
| 08:49:21 | bauzas | we have two cars, one is full electric (a peugeot 208) and one is plugin-hybrid (a skoda superb) | |
| 08:49:52 | bauzas | even with the hybrid which has 40km+ electric range, we try to do 100% of our drives to be electric | |
| 08:50:09 | kashyap | Nice; /me learned first time of plugin-hybrid | |
| 08:50:33 | bauzas | as a consequence, we use the 208 (which is a compact car) for one-day drives around our region | |
| 08:50:58 | bauzas | and we only take the superb for trips above 200 kms which requires lots of leg space | |
| 08:51:31 | bauzas | I hate now refuelling | |
| 08:51:37 | bauzas | this is expensive and it stinks | |
| 08:52:24 | gibi | bauzas: if you feel the power, then could you please review https://review.opendev.org/c/openstack/placement/+/807014 I think (and CI thinks) it is good and fixing the transaction issue | |
| 08:52:31 | bauzas | hopefully next year, we'll change the superb to a new electric vehicle, because we tested long-range trips with intermediary recharges, and this works | |
| 08:52:47 | bauzas | gibi: excellent point, I need to look at this one | |
| 08:52:56 | bauzas | gibi: I also need to amend the vgpu doc | |
| 08:53:56 | gibi | and if you are at placement land then https://review.opendev.org/c/openstack/placement/+/807155 is simple and fixes a bug in consumer_types | |
| 08:53:59 | bauzas | gibi: I guess melwitt addressed your excellent concern ? | |