| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2021-09-17 | |||
| 08:00:36 | bauzas | you need to create a fake second type | |
| 08:00:37 | songwenping_ | yes, only one type. | |
| 08:00:43 | bauzas | yeah, I know, it's bad | |
| 08:01:05 | bauzas | do something like enabled_vgpu_types = nvidia-XXX, foo | |
| 08:01:17 | bauzas | and create a fake section [vgpu_foo] | |
| 08:01:20 | bauzas | with a fake device | |
| 08:01:41 | bauzas | that's because we don't look at the vgpu sections if we only have one type | |
| 08:01:55 | bauzas | for supporting the previous releases | |
| 08:02:14 | songwenping_ | yes, i looked into the code. | |
| 08:02:38 | songwenping_ | if the lenth of supported type is 1, it returns the type. | |
| 08:04:27 | bauzas | yup | |
| 08:05:54 | songwenping_ | will we change this logic? | |
| 08:10:37 | bauzas | songwenping_: we could remove the compatibility and just look whether we have a specific section | |
| 08:11:06 | bauzas | actually, this would continue to support the compatibility | |
| 08:11:33 | bauzas | songwenping_: if you want, create a new bug report and if you want, you could provide a new change that I'd review | |
| 08:11:45 | bauzas | it's simple, that's only done in a methond | |
| 08:11:47 | bauzas | method* | |
| 08:12:52 | songwenping_ | bauzas: ok, i will report a new bug and fix it. | |
| 08:13:04 | bauzas | songwenping_: lovely, thanks ! | |
| 08:13:29 | songwenping_ | cool | |
| 08:39:31 | gibi | melwitt, bauzas: the placement release notes now published properly https://docs.openstack.org/releasenotes/placement/xena.html | |
| 08:39:41 | bauzas | naïce | |
| 08:39:50 | gibi | you have strange letters :) | |
| 08:40:40 | bauzas | ... tells someone speaking Hungarian :p | |
| 08:40:53 | gibi | those are not strange :D | |
| 08:40:56 | gibi | to me :D | |
| 08:41:16 | gibi | áÁ-éÉ-íÍ-óÓ-öÖ-őŐ-úÚ-üÜ-űŰ | |
| 08:41:43 | bauzas | heh | |
| 08:41:59 | bauzas | actually, naïce is a French pun | |
| 08:42:23 | bauzas | this is because naice would mean "ai" == "è" (like heh) | |
| 08:42:43 | bauzas | instead, aï mean "ah-ee" | |
| 08:43:30 | bauzas | and of course, you know the "ain" which is only one syllab | |
| 08:44:09 | gibi | playing with phonetic | |
| 08:44:12 | gibi | that is fun | |
| 08:44:46 | gibi | hungary has some strange phonetic compared to the english e.g. around s, z, sz, zs, | |
| 08:46:04 | gibi | basically how s sounds in english is sz in hungarian | |
| 08:46:24 | gibi | and the hungarian s is closer to sh in english | |
| 08:47:35 | opendevreview | Wenping Song proposed openstack/nova master: Remove the code that never reach https://review.opendev.org/c/openstack/nova/+/809572 | |
| 08:50:42 | bauzas | gibi: I know, Balach :p | |
| 08:51:12 | bauzas | or should I say Balass actually ? | |
| 08:51:26 | gibi | I don't know a direct mapping betwen zs sound to english | |
| 08:51:45 | bauzas | I remember you telling me once "Balach" but I could be wrong | |
| 08:51:50 | gibi | ohh | |
| 08:51:52 | gibi | google helped | |
| 08:51:53 | gibi | zs (pronounced like the “s” in pleasure) | |
| 08:52:19 | bauzas | I see | |
| 08:52:42 | gibi | plezsör | |
| 08:52:52 | bauzas | lol | |
| 08:52:53 | gibi | if I use hungarian pronunciation :D | |
| 08:53:05 | bauzas | plizure | |
| 08:53:32 | bauzas | actually, plizeure | |
| 09:00:03 | gibi | and our languages are not even that far from each other, I guess gmann could add many other strangness to this discussion | |
| 09:00:15 | gibi | or alex_zu | |
| 09:01:13 | bauzas | heh | |
| 09:01:22 | bauzas | on a sad note, RC1 is still on the weeds https://review.opendev.org/c/openstack/releases/+/808706 | |
| 09:01:33 | bauzas | I'm tempted to recheck but i'm not sure it will help | |
| 09:03:09 | gibi | elodilles and hberaud discussion the issue on #openstack-release | |
| 09:03:13 | gibi | so I opt to wait a bit | |
| 09:05:28 | bauzas | oh, was looking at the release chan ealier | |
| 09:13:01 | gibi | and elod is actally előd where ő is the double long sound of 'e' in the english her | |
| 09:13:17 | gibi | elodilles: // | |
| 09:13:41 | gibi | I mean ^^ | |
| 09:13:58 | gibi | just I had to switch layout for ő | |
| 09:15:32 | elodilles | :) | |
| 09:15:45 | bauzas | gibi: elodilles: so what's the prununciation ? helid ? | |
| 09:16:57 | bauzas | oh, found https://www.youtube.com/watch?v=eLr9sfjk_Q8 | |
| 09:17:33 | bauzas | https://fr.forvo.com/word/el%C5%91d/ | |
| 09:17:35 | bauzas | \o/ | |
| 09:17:55 | gibi | bauzas: that sounds like szilva (plum) in hungarian | |
| 09:18:32 | elodilles | yes, I can confirm that it's szilva :) | |
| 09:18:42 | bauzas | hah, fun to know | |
| 09:19:00 | bauzas | I'm not that light-weight, especially after summer break | |
| 09:45:18 | opendevreview | Rajat Dhasmana proposed openstack/nova-specs master: Add spec for volume backed server rebuild https://review.opendev.org/c/openstack/nova-specs/+/809621 | |
| 09:55:33 | opendevreview | Rajat Dhasmana proposed openstack/nova-specs master: Add spec for volume backed server rebuild https://review.opendev.org/c/openstack/nova-specs/+/809621 | |
| 10:00:25 | oklhost | hey buddies, someone else facing this issue my co-worker reported: https://bugs.launchpad.net/nova/+bug/1943793 | |
| 11:54:02 | sean-k-mooney | oklhost: i think this is a just a duplicat of a know issue that is not really a bug | |
| 11:55:54 | sean-k-mooney | oklhost: i think this is just the behavior we expect when nova-api is running under a wsgi server but you do not use the experimntal fature to run the heatbeat thread in a seperet pthread | |
| 14:04:01 | gmann | gibi: bauzas :)at first read, I thought 'naice' means 'nice'. | |
| 14:04:25 | bauzas | gmann: that is korrect | |
| 14:04:39 | bauzas | but you need to use the ï | |
| 14:04:59 | bauzas | or it would be "nehsse" | |
| 14:05:27 | gmann | i see. | |
| 14:05:43 | dansmith | in 'merican we don't have none of those funky looking characters | |
| 14:06:12 | gmann | japanese has a lot and i was always confused with those | |
| 14:06:23 | dansmith | uh, yeah :P | |
| 14:09:35 | gmann | but honestly saying using 'K' for 'c as k' sounds more clear and easy, especially for non-native english people :) | |
| 14:14:12 | bauzas | well, our French written level dropped a lot since a few year so I guess in a few years you'll see some Simple French too | |
| 14:14:29 | bauzas | which is an oxymore | |
| 14:14:35 | bauzas | oxymoron* actually | |
| 14:44:05 | opendevreview | OpenStack Release Bot proposed openstack/nova stable/xena: Update .gitreview for stable/xena https://review.opendev.org/c/openstack/nova/+/809759 | |
| 14:44:10 | opendevreview | OpenStack Release Bot proposed openstack/nova stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena https://review.opendev.org/c/openstack/nova/+/809760 | |
| 14:44:21 | opendevreview | OpenStack Release Bot proposed openstack/nova master: Update master for stable/xena https://review.opendev.org/c/openstack/nova/+/809761 | |
| 14:44:32 | opendevreview | OpenStack Release Bot proposed openstack/nova master: Add Python3 yoga unit tests https://review.opendev.org/c/openstack/nova/+/809762 | |
| 14:46:09 | gibi | \o/ we have RC1 cut | |
| 14:54:39 | bauzas | wahooo | |
| 15:22:30 | ade_lee | stephenfin, lyarwood melwitt sean-k-mooney -- hey - can anyone look at https://zuul.opendev.org/t/openstack/build/af88c0d00ebb48509a51f6eb941c65c6/logs please -- there are octavia jobs failing in a fips enabled tripleo-stanalone job here -- looks like nova api is throwing 500s | |
| 15:23:31 | lyarwood | ade_lee: ack I'll look shortly | |
| 15:23:44 | ade_lee | lyarwood, thanks! | |
| 15:26:46 | sean-k-mooney | interesting are there trace backs | |
| 15:28:26 | sean-k-mooney | looks like there was a rabit issue then we see OSError: Apache/mod_wsgi request data read error: Partial results are valid but processing is incomplete. | |