Earlier  
Posted Nick Remark
#openstack-nova - 2021-05-12
16:27:10 melwitt sean-k-mooney: if I understand the question correctly, my answer would be the same as what you said earlier. is it that the "timeout" kwarg is being passed to the novaclient bindings and it's not waiting as long as the specified timeout when there's no response?
16:28:44 melwitt my experience with the requests library is that in the case of a non-response, it will stop waiting after about 30 seconds, even if you've no timeout (None) or a longer timeout
16:28:44 melwitt my experience with the requests library is that in the case of a non-response, it will stop waiting after about 30 seconds, even if you've no timeout (None) or a longer timeout
16:29:37 sean-k-mooney right so we pass the timeout to keystone auth here https://github.com/openstack/python-novaclient/blob/d4399d3d36c456c1001b96178ce9b3e7ec082460/novaclient/client.py#L137-L141 which form its docstring it passes to requests https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/session.py#L292-L295
16:29:37 sean-k-mooney right so we pass the timeout to keystone auth here https://github.com/openstack/python-novaclient/blob/d4399d3d36c456c1001b96178ce9b3e7ec082460/novaclient/client.py#L137-L141 which form its docstring it passes to requests https://github.com/openstack/keystoneauth/blob/master/keystoneauth1/session.py#L292-L295
16:30:57 melwitt yeah. I think if you tried a bare requests call for the same thing, you'd see the same behavior with the timeout
16:30:57 melwitt yeah. I think if you tried a bare requests call for the same thing, you'd see the same behavior with the timeout
16:34:57 sean-k-mooney thanks i have skimmed the nova clint code in the past but never really dug into it so just wanted to ensure im not missing anything obvious
16:34:57 sean-k-mooney thanks i have skimmed the nova clint code in the past but never really dug into it so just wanted to ensure im not missing anything obvious
16:36:26 melwitt no, I don't think you're missing anything
16:36:26 melwitt no, I don't think you're missing anything
16:37:02 NobodyCam Thank you both!
16:37:02 NobodyCam Thank you both!
19:34:08 openstackgerrit sean mooney proposed openstack/nova-specs master: [WIP] pci device tracking in placment https://review.opendev.org/c/openstack/nova-specs/+/791047
19:34:08 openstackgerrit sean mooney proposed openstack/nova-specs master: [WIP] pci device tracking in placment https://review.opendev.org/c/openstack/nova-specs/+/791047
19:35:14 sean-k-mooney that still pretty incomplete but im finsihing up for the day so said i woudl push what i had
19:35:14 sean-k-mooney that still pretty incomplete but im finsihing up for the day so said i woudl push what i had
21:04:25 andrewbogott Hello all! I have a question about address records. I'm looking at a unit test in trove which mocks an instance address record like this:
21:04:25 andrewbogott Hello all! I have a question about address records. I'm looking at a unit test in trove which mocks an instance address record like this:
21:04:29 andrewbogott https://www.irccloud.com/pastebin/gWoqmguo/
21:04:29 andrewbogott https://www.irccloud.com/pastebin/gWoqmguo/
21:04:36 andrewbogott My actual running cloud shows things that look more like this:
21:04:36 andrewbogott My actual running cloud shows things that look more like this:
21:04:50 andrewbogott https://www.irccloud.com/pastebin/mqZwz6TN/
21:04:50 andrewbogott https://www.irccloud.com/pastebin/mqZwz6TN/
21:05:20 andrewbogott My question is: did the record ever look like the former, and changed? Or is it possible for it to look either way depending on neutron setup?
21:05:20 andrewbogott My question is: did the record ever look like the former, and changed? Or is it possible for it to look either way depending on neutron setup?
#openstack-nova - 2021-05-13
06:20:43 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Support microversion 1.30 - /reshaper API https://review.opendev.org/c/openstack/osc-placement/+/696663
06:20:43 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Support microversion 1.30 - /reshaper API https://review.opendev.org/c/openstack/osc-placement/+/696663
06:23:57 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Add "--resource-class" to allocation unset https://review.opendev.org/c/openstack/osc-placement/+/697620
06:23:57 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Add "--resource-class" to allocation unset https://review.opendev.org/c/openstack/osc-placement/+/697620
06:29:06 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Verify result for inventory set --dry-run https://review.opendev.org/c/openstack/osc-placement/+/680295
06:29:06 openstackgerrit Tetsuro Nakamura proposed openstack/osc-placement master: Verify result for inventory set --dry-run https://review.opendev.org/c/openstack/osc-placement/+/680295
09:03:53 openstackgerrit chengsheng proposed openstack/nova master: libvirt: Use improved guest CPU config APIs https://review.opendev.org/c/openstack/nova/+/762330
09:19:52 openstackgerrit Merged openstack/osc-placement master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/osc-placement/+/790630
09:19:52 openstackgerrit Merged openstack/osc-placement master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/osc-placement/+/790630
10:04:21 ignaziocassano ralonsoh: as you suggested in last chat I fired a new bug 1928299 for train centos7 live migration packet loss .But thy told me is is a duplicate of 1815989
10:04:22 ignaziocassano ralonsoh: as you suggested in last chat I fired a new bug 1928299 for train centos7 live migration packet loss .But thy told me is is a duplicate of 1815989
10:04:22 openstack bug 1928299 in neutron train "centos7 train vm live migration stops network on vm for some minutes" [Medium,Incomplete] https://launchpad.net/bugs/1928299
10:04:22 openstack bug 1928299 in neutron train "centos7 train vm live migration stops network on vm for some minutes" [Medium,Incomplete] https://launchpad.net/bugs/1928299
10:05:47 sean-k-mooney ignaziocassano: it is a duplicate what you need to do is set the affect release on https://bugs.launchpad.net/neutron/+bug/1815989
10:05:49 sean-k-mooney ignaziocassano: it is a duplicate what you need to do is set the affect release on https://bugs.launchpad.net/neutron/+bug/1815989
10:05:49 openstack Launchpad bug 1815989 in neutron "OVS drops RARP packets by QEMU upon live-migration causes up to 40s ping pause in Rocky" [Undecided,In progress] - Assigned to Rodolfo Alonso (rodolfo-alonso-hernandez)
10:05:49 openstack Launchpad bug 1815989 in neutron "OVS drops RARP packets by QEMU upon live-migration causes up to 40s ping pause in Rocky" [Undecided,In progress] - Assigned to Rodolfo Alonso (rodolfo-alonso-hernandez)
10:08:22 ralonsoh ignaziocassano, please, try to backport https://review.opendev.org/q/Iee323943ac66e566e5a5e92de1861832e86fc7fc to Ussuri and then Train
10:08:22 ralonsoh ignaziocassano, please, try to backport https://review.opendev.org/q/Iee323943ac66e566e5a5e92de1861832e86fc7fc to Ussuri and then Train
10:09:15 ralonsoh I won't have time until the end for next week
10:09:15 ralonsoh I won't have time until the end for next week
10:09:45 ignaziocassano ralonsoh: I will try soon. Yhks
10:09:45 ignaziocassano ralonsoh: I will try soon. Yhks
11:04:48 openstackgerrit Lee Yarwood proposed openstack/nova master: Add regression test for bug #1928063 https://review.opendev.org/c/openstack/nova/+/790658
11:04:48 openstack bug 1928063 in OpenStack Compute (nova) "SEV enabled instance unable to hard reboot" [Undecided,In progress] https://launchpad.net/bugs/1928063 - Assigned to Lee Yarwood (lyarwood)
11:04:48 openstackgerrit Lee Yarwood proposed openstack/nova master: image_meta: Provide image_ref as the id when fetching from instance https://review.opendev.org/c/openstack/nova/+/790659
11:04:48 openstackgerrit Lee Yarwood proposed openstack/nova master: hardware: Use image_meta.id within get_mem_encryption_constraint https://review.opendev.org/c/openstack/nova/+/790660
11:48:17 openstackgerrit Takashi Natsume proposed openstack/os-traits master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/os-traits/+/791133
11:48:17 openstackgerrit Takashi Natsume proposed openstack/os-traits master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/os-traits/+/791133
11:54:11 openstackgerrit sean mooney proposed openstack/nova master: [compute] always set instnace.host in post_livemigration https://review.opendev.org/c/openstack/nova/+/791135
11:54:11 openstackgerrit sean mooney proposed openstack/nova master: [compute] always set instnace.host in post_livemigration https://review.opendev.org/c/openstack/nova/+/791135
12:03:30 sean-k-mooney lyarwood: related to ^ i was thinking that maybe we coudl extend hard reboot to fix some issue if we can detect them
12:03:30 sean-k-mooney lyarwood: related to ^ i was thinking that maybe we coudl extend hard reboot to fix some issue if we can detect them
12:04:38 sean-k-mooney normally hard reboot does nto talk to neutron to bind port and in general i think that shoudl continue to be the case. but what i was thinking is maybe we should check the host in the network info cache if its set and fix the port binding maybe do the same for volumes?
12:04:38 sean-k-mooney normally hard reboot does nto talk to neutron to bind port and in general i think that shoudl continue to be the case. but what i was thinking is maybe we should check the host in the network info cache if its set and fix the port binding maybe do the same for volumes?
12:04:59 sean-k-mooney i didnt put that in that patch intentionally to keep it small but do you think somehting like that would make sense
12:04:59 sean-k-mooney i didnt put that in that patch intentionally to keep it small but do you think somehting like that would make sense
12:27:31 openstackgerrit chengsheng proposed openstack/nova master: libvirt: Use improved guest CPU config APIs https://review.opendev.org/c/openstack/nova/+/762330
13:46:39 openstackgerrit Artom Lifshitz proposed openstack/nova master: Very WIP: Warn when live migrating after port MTU change https://review.opendev.org/c/openstack/nova/+/791235
13:46:39 openstackgerrit Artom Lifshitz proposed openstack/nova master: Very WIP: Warn when live migrating after port MTU change https://review.opendev.org/c/openstack/nova/+/791235
14:31:49 lyarwood elod: https://review.opendev.org/q/topic:bug/1882521+status:open - btw I'm happy with this series from gibi even with the mypy stuff in there.
14:31:49 lyarwood elod: https://review.opendev.org/q/topic:bug/1882521+status:open - btw I'm happy with this series from gibi even with the mypy stuff in there.
14:35:11 elod lyarwood: i guess you want to wait with the wallaby release until ^^^^ patches get merged, right?
14:35:11 elod lyarwood: i guess you want to wait with the wallaby release until ^^^^ patches get merged, right?
14:39:26 lyarwood elod: didn't the release already go out?
14:39:26 lyarwood elod: didn't the release already go out?
14:39:36 lyarwood elod: I really don't mind tbh
14:39:36 lyarwood elod: I really don't mind tbh
14:39:47 lyarwood elod: downstream we don't consume from point releases anymore
14:39:47 lyarwood elod: downstream we don't consume from point releases anymore
14:39:59 lyarwood elod: and I don't think anyone is pushing for it
14:39:59 lyarwood elod: and I don't think anyone is pushing for it
14:40:37 lyarwood elod: I mean, I don't think anyone else is pushing for this, just upstream CI and some downstream TripleO stuff that's been seeing detach errors
14:40:37 lyarwood elod: I mean, I don't think anyone else is pushing for this, just upstream CI and some downstream TripleO stuff that's been seeing detach errors
14:41:11 elod lyarwood: oh, cool, just wanted to double-check
14:41:11 elod lyarwood: oh, cool, just wanted to double-check
14:41:29 lyarwood ahhh I see bauzas was asking if we could wait
14:41:29 lyarwood ahhh I see bauzas was asking if we could wait
14:41:34 lyarwood sorry missed that
14:41:34 lyarwood sorry missed that
14:41:47 elod :)
14:41:47 elod :)
15:00:20 openstackgerrit Balazs Gibizer proposed openstack/nova-specs master: Allow provider re-parenting in placement https://review.opendev.org/c/openstack/nova-specs/+/788243
15:25:58 openstackgerrit Merged openstack/nova master: tests: Create 'nova.tests.fixtures' module https://review.opendev.org/c/openstack/nova/+/790965
15:25:58 openstackgerrit Merged openstack/nova master: tests: Create 'nova.tests.fixtures' module https://review.opendev.org/c/openstack/nova/+/790965
15:35:24 openstackgerrit Merged openstack/nova master: tests: Move ConfFixture https://review.opendev.org/c/openstack/nova/+/790966
15:35:24 openstackgerrit Merged openstack/nova master: tests: Move ConfFixture https://review.opendev.org/c/openstack/nova/+/790966
15:49:50 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Move remaining non-libvirt fixtures https://review.opendev.org/c/openstack/nova/+/790967
15:49:50 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Split external service fixtures out https://review.opendev.org/c/openstack/nova/+/790968
15:49:50 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Move remaining non-libvirt fixtures https://review.opendev.org/c/openstack/nova/+/790967
15:49:50 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Split external service fixtures out https://review.opendev.org/c/openstack/nova/+/790968
15:49:51 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Move libvirt-specific fixtures https://review.opendev.org/c/openstack/nova/+/790969
15:49:51 openstackgerrit Stephen Finucane proposed openstack/nova master: tests: Add os-brick fixture https://review.opendev.org/c/openstack/nova/+/790970

Earlier   Later