| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2021-04-15 | |||
| 14:52:33 | bauzas | oh, nevermind, call me stupid | |
| 14:52:33 | bauzas | oh, nevermind, call me stupid | |
| 14:52:37 | sean-k-mooney | bauzas: can you do that with virsh? | |
| 14:52:37 | sean-k-mooney | bauzas: can you do that with virsh? | |
| 14:52:40 | bauzas | that's the PCI devices you can get | |
| 14:52:40 | bauzas | that's the PCI devices you can get | |
| 14:52:48 | bauzas | the ones supporting mdev caps | |
| 14:52:48 | bauzas | the ones supporting mdev caps | |
| 14:53:04 | bauzas | in nova, I'm just blindly iterating over all instances | |
| 14:53:04 | bauzas | in nova, I'm just blindly iterating over all instances | |
| 14:53:07 | bauzas | ... :( | |
| 14:53:07 | bauzas | ... :( | |
| 14:53:27 | sean-k-mooney | ya i think that is what you have to do | |
| 14:53:27 | sean-k-mooney | ya i think that is what you have to do | |
| 14:53:40 | sean-k-mooney | im not aware of an api that allows you to fileter domains by the content of there xml | |
| 14:53:40 | sean-k-mooney | im not aware of an api that allows you to fileter domains by the content of there xml | |
| 14:59:56 | bauzas | sean-k-mooney: I guess looking up the instances by their flavors would be then better for mnaser ;) | |
| 14:59:56 | bauzas | sean-k-mooney: I guess looking up the instances by their flavors would be then better for mnaser ;) | |
| 15:00:06 | bauzas | using the nova api | |
| 15:00:06 | bauzas | using the nova api | |
| 15:00:16 | bauzas | and then getting the instance name | |
| 15:00:16 | bauzas | and then getting the instance name | |
| 15:01:49 | sean-k-mooney | not really | |
| 15:01:49 | sean-k-mooney | not really | |
| 15:01:58 | sean-k-mooney | that would be much more expensive | |
| 15:01:58 | sean-k-mooney | that would be much more expensive | |
| 15:02:32 | sean-k-mooney | mnaser should now which host has gpus so its really not that hard to loop over the domains on those hosts in a script | |
| 15:02:32 | sean-k-mooney | mnaser should now which host has gpus so its really not that hard to loop over the domains on those hosts in a script | |
| 15:03:24 | sean-k-mooney | doing that will be much faster then hitting keytone to get a tokken then listing the instance on host and filtering by flaovr then looking it up in libvirt to get the mdev | |
| 15:03:24 | sean-k-mooney | doing that will be much faster then hitting keytone to get a tokken then listing the instance on host and filtering by flaovr then looking it up in libvirt to get the mdev | |
| 15:15:36 | mnaser | yeah i think we'll have a bash script because its single pgpu per system so if the libvirt domains werent destroyed yet | |
| 15:15:36 | mnaser | yeah i think we'll have a bash script because its single pgpu per system so if the libvirt domains werent destroyed yet | |
| 15:15:40 | mnaser | it should be easy to rebuild | |
| 15:15:40 | mnaser | it should be easy to rebuild | |
| 15:16:19 | sean-k-mooney | mnaser: a hard reboot might fix your instances that dont have gpus | |
| 15:16:19 | sean-k-mooney | mnaser: a hard reboot might fix your instances that dont have gpus | |
| 15:16:28 | sean-k-mooney | or a cold migrate it that is not enough | |
| 15:16:28 | sean-k-mooney | or a cold migrate it that is not enough | |
| 15:16:32 | mnaser | sean-k-mooney: yeah those are fine but init_host() failing means we have to fix them all first | |
| 15:16:32 | mnaser | sean-k-mooney: yeah those are fine but init_host() failing means we have to fix them all first | |
| 15:16:36 | mnaser | cause nova wont go up | |
| 15:16:36 | mnaser | cause nova wont go up | |
| 15:16:48 | sean-k-mooney | yep i ment for the ones you undifed | |
| 15:16:48 | sean-k-mooney | yep i ment for the ones you undifed | |
| 15:21:29 | openstackgerrit | Rodrigo Barbieri proposed openstack/nova master: Error anti-affinity violation on migrations https://review.opendev.org/c/openstack/nova/+/784166 | |
| 15:21:29 | openstackgerrit | Rodrigo Barbieri proposed openstack/nova master: Error anti-affinity violation on migrations https://review.opendev.org/c/openstack/nova/+/784166 | |
| 15:42:52 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Move instance power state check to _detach_with_retry https://review.opendev.org/c/openstack/nova/+/778918 | |
| 15:44:04 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Consolidate device detach error handling https://review.opendev.org/c/openstack/nova/+/778978 | |
| 15:49:29 | gibi | nova meeting starts in 10 minutes in #openstack-meeting-3 | |
| 15:49:29 | gibi | nova meeting starts in 10 minutes in #openstack-meeting-3 | |
| 18:27:36 | openstackgerrit | Merged openstack/nova master: libvirt: Ignore device already in the process of unplug errors https://review.opendev.org/c/openstack/nova/+/785682 | |
| 18:27:36 | openstackgerrit | Merged openstack/nova master: libvirt: Ignore device already in the process of unplug errors https://review.opendev.org/c/openstack/nova/+/785682 | |
| 18:56:45 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/wallaby: libvirt: Ignore device already in the process of unplug errors https://review.opendev.org/c/openstack/nova/+/786483 | |
| 18:56:45 | openstackgerrit | Lee Yarwood proposed openstack/nova stable/wallaby: libvirt: Ignore device already in the process of unplug errors https://review.opendev.org/c/openstack/nova/+/786483 | |
| 19:23:40 | belmoreira | bauzas thanks for the ping. | |
| 19:23:40 | belmoreira | bauzas thanks for the ping. | |
| 19:23:49 | belmoreira | lassimus definitely I'm interested in the what you are proposing (emulate other architectures). I think it's an interesting topic to be discussed in the PTG. | |
| 19:23:49 | belmoreira | lassimus definitely I'm interested in the what you are proposing (emulate other architectures). I think it's an interesting topic to be discussed in the PTG. | |
| 19:24:11 | belmoreira | Related bugs: https://bugs.launchpad.net/nova/+bug/1902203 https://bugs.launchpad.net/nova/+bug/1902216 | |
| 19:24:11 | belmoreira | Related bugs: https://bugs.launchpad.net/nova/+bug/1902203 https://bugs.launchpad.net/nova/+bug/1902216 | |
| 19:24:13 | openstack | Launchpad bug 1902203 in OpenStack Compute (nova) "Instance architecture should be reflected in the instance domain" [Wishlist,Confirmed] | |
| 19:24:13 | openstack | Launchpad bug 1902203 in OpenStack Compute (nova) "Instance architecture should be reflected in the instance domain" [Wishlist,Confirmed] | |
| 19:24:14 | openstack | Launchpad bug 1902216 in OpenStack Compute (nova) "Can't define a cpu_model from a different architecture" [Wishlist,Confirmed] - Assigned to Belmiro Moreira (moreira-belmiro-email-lists) | |
| 19:24:14 | openstack | Launchpad bug 1902216 in OpenStack Compute (nova) "Can't define a cpu_model from a different architecture" [Wishlist,Confirmed] - Assigned to Belmiro Moreira (moreira-belmiro-email-lists) | |
| 20:22:01 | openstackgerrit | Merged openstack/nova master: Placeholders for DB migration backports to Wallaby https://review.opendev.org/c/openstack/nova/+/778923 | |
| 20:22:01 | openstackgerrit | Merged openstack/nova master: Placeholders for DB migration backports to Wallaby https://review.opendev.org/c/openstack/nova/+/778923 | |
| #openstack-nova - 2021-04-16 | |||
| 00:51:49 | openstackgerrit | Merged openstack/nova master: Update min supported service version for Xena. https://review.opendev.org/c/openstack/nova/+/782171 | |
| 00:51:49 | openstackgerrit | Merged openstack/nova master: Update min supported service version for Xena. https://review.opendev.org/c/openstack/nova/+/782171 | |
| 07:06:06 | ralonsoh | sean-k-mooney, hi! I'm reviewing https://etherpad.opendev.org/p/nova-xena-ptg | |
| 07:06:06 | ralonsoh | sean-k-mooney, hi! I'm reviewing https://etherpad.opendev.org/p/nova-xena-ptg | |
| 07:06:46 | ralonsoh | when are you going to talk about 1) unplug vifs when power off, 2) PCI tracking in placement and 3) VDPA? | |
| 07:06:46 | ralonsoh | when are you going to talk about 1) unplug vifs when power off, 2) PCI tracking in placement and 3) VDPA? | |
| 07:07:49 | ralonsoh | You know, those topics are related to Neutron and I would like to, at least, lurk in the meeting | |
| 07:07:49 | ralonsoh | You know, those topics are related to Neutron and I would like to, at least, lurk in the meeting | |
| 07:17:24 | openstackgerrit | liuzhuangzhuang proposed openstack/nova master: Fix RBD timeout https://review.opendev.org/c/openstack/nova/+/786588 | |
| 07:21:46 | gibi | ralonsoh: hi! I did not assign timeslot for the topics. But we can make sure that they are discussed around the same time | |
| 07:21:46 | gibi | ralonsoh: hi! I did not assign timeslot for the topics. But we can make sure that they are discussed around the same time | |
| 07:22:20 | ralonsoh | gibi, that will be perfect. I'll keep in touch to be ready to join you | |
| 07:22:20 | ralonsoh | gibi, that will be perfect. I'll keep in touch to be ready to join you | |
| 07:22:49 | gibi | ralonsoh: do you have some limits where you cannot join? | |
| 07:22:49 | gibi | ralonsoh: do you have some limits where you cannot join? | |
| 07:22:59 | ralonsoh | let me check | |
| 07:22:59 | ralonsoh | let me check | |
| 07:23:34 | ralonsoh | gibi, monday is the worst day for me | |
| 07:23:34 | ralonsoh | gibi, monday is the worst day for me | |
| 07:23:56 | gibi | ralonsoh: nova meetins wednesday - friday 14:00 17:00 UTC | |
| 07:23:59 | gibi | ralonsoh: nova meetins wednesday - friday 14:00 17:00 UTC | |
| 07:24:04 | ralonsoh | perfect then | |
| 07:24:04 | ralonsoh | perfect then | |
| 07:24:55 | gibi | I will make sure the ptg bot is up to date with the next topic | |
| 07:24:55 | gibi | I will make sure the ptg bot is up to date with the next topic | |
| 07:30:57 | openstackgerrit | Qiu Fossen proposed openstack/nova-specs master: Allow migrating PMEM's data https://review.opendev.org/c/openstack/nova-specs/+/785563 | |
| 07:33:36 | openstackgerrit | Qiu Fossen proposed openstack/nova-specs master: Allow migrating PMEM's data https://review.opendev.org/c/openstack/nova-specs/+/785563 | |
| 08:41:32 | lucasagomes | hi folks, can you please take a look at https://review.opendev.org/c/openstack/nova/+/776934 and https://review.opendev.org/c/openstack/nova/+/776944 ? Small patches that will shield the nova gate from failing when we move to use OVN by default in DevStack | |
| 08:41:33 | lucasagomes | hi folks, can you please take a look at https://review.opendev.org/c/openstack/nova/+/776934 and https://review.opendev.org/c/openstack/nova/+/776944 ? Small patches that will shield the nova gate from failing when we move to use OVN by default in DevStack | |
| 10:56:38 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: DO NOT REVIEW: Test OVN devstack module https://review.opendev.org/c/openstack/nova/+/776945 | |
| 10:56:38 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: DO NOT REVIEW: Test OVN devstack module https://review.opendev.org/c/openstack/nova/+/776945 | |
| 11:39:27 | artom | Haha, not even DNM - DNR! | |
| 11:39:27 | artom | Haha, not even DNM - DNR! | |
| 11:39:38 | gibi | :D | |