| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2021-05-10 | |||
| 09:16:40 | kashyap | bauzas: BTW, here in Belgium if a holiday falls on a weekend; an "in lieu" is given on a weekday. | |
| 09:16:47 | kashyap | (It's a more recent thing, though) | |
| 09:16:47 | kashyap | (It's a more recent thing, though) | |
| 09:17:09 | bauzas | working on a community when the most of the team are not French, then you're a bit sad that not all of the folks have the same days than you | |
| 09:17:09 | bauzas | working on a community when the most of the team are not French, then you're a bit sad that not all of the folks have the same days than you | |
| 09:17:16 | bauzas | kashyap: yup I know this | |
| 09:17:16 | bauzas | kashyap: yup I know this | |
| 09:17:36 | kashyap | bauzas: Yeah; such is the nature of distributed work. | |
| 09:17:36 | kashyap | bauzas: Yeah; such is the nature of distributed work. | |
| 09:17:50 | bauzas | kashyap: that's not the case in France, but... we have 'specific' days off | |
| 09:17:50 | bauzas | kashyap: that's not the case in France, but... we have 'specific' days off | |
| 09:18:13 | bauzas | and for those 'specific' days, we have more of them when most of the holidays are during weekends | |
| 09:18:13 | bauzas | and for those 'specific' days, we have more of them when most of the holidays are during weekends | |
| 09:18:18 | bauzas | like this year | |
| 09:18:18 | bauzas | like this year | |
| 09:18:38 | bauzas | anyway, need to get the kids | |
| 09:18:38 | bauzas | anyway, need to get the kids | |
| 09:19:35 | kashyap | * kashyap nods | |
| 09:42:18 | MrClayPole_ | Hi, we are currently have a Openstack rocky deployment that is using iSCSI iSER to connect to the storage. We currently have our 2 x ISCSI NICs in and active passive bond so don't require multipathd but I can see that this installed by default when using openstack ansible. Can we disable multipathd or is it requirement for nova? | |
| 09:42:18 | MrClayPole_ | Hi, we are currently have a Openstack rocky deployment that is using iSCSI iSER to connect to the storage. We currently have our 2 x ISCSI NICs in and active passive bond so don't require multipathd but I can see that this installed by default when using openstack ansible. Can we disable multipathd or is it requirement for nova? | |
| 09:43:07 | sean-k-mooney | MrClayPole_: its not a requirement of nova | |
| 09:43:07 | sean-k-mooney | MrClayPole_: its not a requirement of nova | |
| 09:43:37 | sean-k-mooney | however their is some integration to use it in os-brick i belive when its present | |
| 09:43:37 | sean-k-mooney | however their is some integration to use it in os-brick i belive when its present | |
| 09:43:59 | MrClayPole_ | Ok thanks I'll ask in the cinder channel | |
| 09:43:59 | MrClayPole_ | Ok thanks I'll ask in the cinder channel | |
| 09:44:23 | sean-k-mooney | lyarwood: do you know of any issue disabling multipathd | |
| 09:44:23 | sean-k-mooney | lyarwood: do you know of any issue disabling multipathd | |
| 09:44:34 | sean-k-mooney | i assume we might need to hard reboot existing instances | |
| 09:44:34 | sean-k-mooney | i assume we might need to hard reboot existing instances | |
| 09:45:29 | sean-k-mooney | MrClayPole_: out of interest why do you want to disable it? | |
| 09:45:29 | sean-k-mooney | MrClayPole_: out of interest why do you want to disable it? | |
| 09:45:47 | lyarwood | * lyarwood reads | |
| 09:45:49 | sean-k-mooney | you do not need it but is it causing issues | |
| 09:45:49 | sean-k-mooney | you do not need it but is it causing issues | |
| 09:46:33 | sean-k-mooney | MrClayPole_: just asking for the "if its not broke dont fix it" rule :) | |
| 09:46:33 | sean-k-mooney | MrClayPole_: just asking for the "if its not broke dont fix it" rule :) | |
| 09:46:37 | lyarwood | yeah you need to stop any instances with volumes attached that might be using multipath'd devices before disabling the service and any host configurables | |
| 09:46:37 | lyarwood | yeah you need to stop any instances with volumes attached that might be using multipath'd devices before disabling the service and any host configurables | |
| 09:46:53 | lyarwood | there was a bugfix in os-brick recently to kinda allow disabling without it | |
| 09:46:53 | lyarwood | there was a bugfix in os-brick recently to kinda allow disabling without it | |
| 09:47:04 | lyarwood | but it's cleaner to just kill workloads first | |
| 09:47:05 | lyarwood | but it's cleaner to just kill workloads first | |
| 09:47:08 | lyarwood | then disable | |
| 09:47:08 | lyarwood | then disable | |
| 09:47:12 | lyarwood | and then restart | |
| 09:47:12 | lyarwood | and then restart | |
| 09:47:27 | sean-k-mooney | os maybe disable in systemd and do a host reboot? | |
| 09:47:27 | lyarwood | brb | |
| 09:47:27 | sean-k-mooney | os maybe disable in systemd and do a host reboot? | |
| 09:47:27 | lyarwood | brb | |
| 09:47:35 | sean-k-mooney | then start the vms | |
| 09:47:35 | sean-k-mooney | then start the vms | |
| 09:48:18 | MrClayPole_ | We have an outage and the journal indicated issues with multipath so it we don't need we are think of disabling it. | |
| 09:48:18 | MrClayPole_ | We have an outage and the journal indicated issues with multipath so it we don't need we are think of disabling it. | |
| 09:48:37 | sean-k-mooney | ack | |
| 09:50:26 | MrClayPole_ | Thanks for the info on the VMs. Makes sense they would have to boot clean without any multipath | |
| 09:50:26 | MrClayPole_ | Thanks for the info on the VMs. Makes sense they would have to boot clean without any multipath | |
| 09:51:23 | openstackgerrit | Qiu Fossen proposed openstack/nova-specs master: Allow migrating PMEM's data https://review.opendev.org/c/openstack/nova-specs/+/785563 | |
| 09:51:35 | lyarwood | https://github.com/openstack/os-brick/commit/d4205bd0be60758d40e342d98424488d56e029ef was the change I was thinking of btw | |
| 09:51:35 | lyarwood | https://github.com/openstack/os-brick/commit/d4205bd0be60758d40e342d98424488d56e029ef was the change I was thinking of btw | |
| 09:55:26 | bauzas | elod: question about https://review.opendev.org/c/openstack/releases/+/790068 ? | |
| 09:55:26 | bauzas | elod: question about https://review.opendev.org/c/openstack/releases/+/790068 ? | |
| 10:03:11 | elod | bauzas: thanks, I replied in the patch :) | |
| 10:03:11 | elod | bauzas: thanks, I replied in the patch :) | |
| 10:50:05 | openstackgerrit | likui proposed openstack/nova master: Replace getargspec with getfullargspec https://review.opendev.org/c/openstack/nova/+/790405 | |
| 11:59:54 | bauzas | elod: sorry was afk for lunch, looking | |
| 11:59:54 | bauzas | elod: sorry was afk for lunch, looking | |
| 12:03:38 | bauzas | elod: eventually +1d | |
| 12:03:38 | bauzas | elod: eventually +1d | |
| 12:03:40 | bauzas | ;) | |
| 12:03:40 | bauzas | ;) | |
| 12:04:08 | elod | bauzas: thx :] I was also tricked by that patch at first glance | |
| 12:04:08 | elod | bauzas: thx :] I was also tricked by that patch at first glance | |
| 12:55:59 | openstackgerrit | Lee Yarwood proposed openstack/nova master: block_device: Use initialize APIs to refresh when reported as idempotent https://review.opendev.org/c/openstack/nova/+/720769 | |
| 12:55:59 | openstackgerrit | Lee Yarwood proposed openstack/nova master: block_device: Use initialize APIs to refresh when reported as idempotent https://review.opendev.org/c/openstack/nova/+/720769 | |
| 16:20:04 | gibi | sean-k-mooney: do you think https://review.opendev.org/c/openstack/nova/+/602432 can be backported to fix https://bugs.launchpad.net/neutron/+bug/1798904 on stable branches? | |
| 16:20:06 | openstack | Launchpad bug 1798904 in OpenStack Compute (nova) "tenant isolation is bypassed if port admin-state-up=false" [High,Confirmed] - Assigned to sean mooney (sean-k-mooney) | |
| 16:20:06 | gibi | sean-k-mooney: do you think https://review.opendev.org/c/openstack/nova/+/602432 can be backported to fix https://bugs.launchpad.net/neutron/+bug/1798904 on stable branches? | |
| 16:20:07 | openstack | Launchpad bug 1798904 in OpenStack Compute (nova) "tenant isolation is bypassed if port admin-state-up=false" [High,Confirmed] - Assigned to sean mooney (sean-k-mooney) | |
| 16:21:25 | openstackgerrit | David Vallee Delisle proposed openstack/os-vif master: Creating oslo.config.opts entry_points for plugins https://review.opendev.org/c/openstack/os-vif/+/789645 | |
| 16:23:00 | sean-k-mooney | in a meeting but ill check after | |
| 16:23:00 | sean-k-mooney | in a meeting but ill check after | |
| 16:23:50 | gibi | thanks | |
| 16:56:11 | elod | lyarwood: we are close to the deadline (Wednesday), but maybe can wait with the train release until I1a33fadf0b7439cf06c06cba2bc06df6cef0945b and Ia3031ea1f7db8b398f02d2080ca603ded8970200 merge. I've reviewed those patches and they look OK to me | |
| 16:56:11 | elod | lyarwood: we are close to the deadline (Wednesday), but maybe can wait with the train release until I1a33fadf0b7439cf06c06cba2bc06df6cef0945b and Ia3031ea1f7db8b398f02d2080ca603ded8970200 merge. I've reviewed those patches and they look OK to me | |
| 16:56:43 | elod | lyarwood: and don't forget about I17357d85f845d4160cb7c7784772530a1e92af76 as that is also needed for the above two to merge | |
| 16:56:43 | elod | lyarwood: and don't forget about I17357d85f845d4160cb7c7784772530a1e92af76 as that is also needed for the above two to merge | |
| 16:56:54 | elod | (and all 3 look OK to me :)) | |
| 16:56:54 | elod | (and all 3 look OK to me :)) | |
| 17:03:55 | sean-k-mooney | gibi: oh that patch. so it should technially be backportable but im a little afraid of how complex it might be. | |
| 17:03:55 | sean-k-mooney | gibi: oh that patch. so it should technially be backportable but im a little afraid of how complex it might be. | |
| 17:04:04 | sean-k-mooney | gibi: i want to bring it to at least wallaby | |
| 17:04:04 | sean-k-mooney | gibi: i want to bring it to at least wallaby | |
| 17:04:22 | sean-k-mooney | we shoudl bring it back more | |
| 17:04:22 | sean-k-mooney | we shoudl bring it back more | |
| 17:04:48 | sean-k-mooney | the issue is it required neutron pachtes and other nova patches to be backported first | |
| 17:04:48 | sean-k-mooney | the issue is it required neutron pachtes and other nova patches to be backported first | |
| 17:25:38 | openstackgerrit | sean mooney proposed openstack/nova stable/wallaby: libvirt: Delegate OVS plug to os-vif https://review.opendev.org/c/openstack/nova/+/790447 | |
| 17:25:38 | openstackgerrit | sean mooney proposed openstack/nova stable/wallaby: libvirt: Delegate OVS plug to os-vif https://review.opendev.org/c/openstack/nova/+/790447 | |