| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2021-05-20 | |||
| 15:32:05 | admin0 | lyarwood, log: https://gist.githubusercontent.com/a1git/92688f89eab9fad7e2b30b9e3d2fd998/raw/353e37d292ae1ce4f4d6de8d4c0f20cd3920871d/gistfile1.txt | |
| 15:32:05 | admin0 | lyarwood, log: https://gist.githubusercontent.com/a1git/92688f89eab9fad7e2b30b9e3d2fd998/raw/353e37d292ae1ce4f4d6de8d4c0f20cd3920871d/gistfile1.txt | |
| 15:33:31 | admin0 | "Unable to find record for source node h7.openstack.local on h7: ComputeHostNotFound: Compute host h7 could not be found." -- not sure how to set this up or configure it | |
| 15:33:31 | admin0 | "Unable to find record for source node h7.openstack.local on h7: ComputeHostNotFound: Compute host h7 could not be found." -- not sure how to set this up or configure it | |
| 15:36:06 | lyarwood | admin0: that's coming from https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L510-L520 but I thought that was using instance.host | |
| 15:36:06 | lyarwood | admin0: that's coming from https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L510-L520 but I thought that was using instance.host | |
| 15:36:54 | admin0 | lyarwood, what do i need to do to fix it | |
| 15:36:54 | admin0 | lyarwood, what do i need to do to fix it | |
| 15:40:11 | lyarwood | admin0: oh you need to update instance.node to h7 | |
| 15:40:11 | lyarwood | admin0: oh you need to update instance.node to h7 | |
| 15:40:25 | lyarwood | admin0: it's currently h7.openstack.local | |
| 15:40:26 | lyarwood | admin0: it's currently h7.openstack.local | |
| 15:40:40 | admin0 | is it on a file or a database that i need to update this ? | |
| 15:40:40 | admin0 | is it on a file or a database that i need to update this ? | |
| 15:41:56 | lyarwood | admin0: database, the 'node' field of the instance table for this instance | |
| 15:41:56 | lyarwood | admin0: database, the 'node' field of the instance table for this instance | |
| 15:43:21 | lyarwood | admin0: sorry the instances table | |
| 15:43:21 | lyarwood | admin0: sorry the instances table | |
| 15:44:03 | lyarwood | brb kid just got home | |
| 15:44:03 | lyarwood | brb kid just got home | |
| 15:50:24 | gibi | nova weekly meeting starts in 10 minutes on #openstack-meeting-3 | |
| 15:50:55 | openstackgerrit | Merged openstack/nova master: Add regression test for bug #1928063 https://review.opendev.org/c/openstack/nova/+/790658 | |
| 15:50:57 | openstackgerrit | Merged openstack/nova master: Add regression test for bug #1928063 https://review.opendev.org/c/openstack/nova/+/790658 | |
| 15:50:57 | openstack | bug 1928063 in OpenStack Compute (nova) "SEV enabled instance unable to hard reboot" [Medium,In progress] https://launchpad.net/bugs/1928063 - Assigned to Lee Yarwood (lyarwood) | |
| 16:00:17 | admin0 | i wait for you lyarwood .. i will be back in 40 mins | |
| 16:00:17 | admin0 | i wait for you lyarwood .. i will be back in 40 mins | |
| 16:00:57 | lyarwood | admin0: I'm back, did you want the actual query? | |
| 16:00:57 | lyarwood | admin0: I'm back, did you want the actual query? | |
| 16:01:10 | amodi | stephenfin: hi, can u merge https://review.opendev.org/c/openstack/nova/+/790724? | |
| 16:01:10 | amodi | stephenfin: hi, can u merge https://review.opendev.org/c/openstack/nova/+/790724? | |
| 16:01:35 | stephenfin | amodi: nope - I'm not stable core, sadly. lyarwood could help though | |
| 16:01:35 | stephenfin | amodi: nope - I'm not stable core, sadly. lyarwood could help though | |
| 16:01:45 | amodi | oh didn't know | |
| 16:01:45 | amodi | oh didn't know | |
| 16:01:51 | lyarwood | that reminds me... | |
| 16:01:51 | amodi | lyarwood: ^^ merge pls :) | |
| 16:01:51 | lyarwood | that reminds me... | |
| 16:01:51 | amodi | lyarwood: ^^ merge pls :) | |
| 16:02:17 | 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 | |
| 16:02:17 | 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 | |
| 16:02:19 | 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 | |
| 16:02:58 | admin0 | lyarwood, yes please | |
| 16:02:58 | admin0 | lyarwood, yes please | |
| 16:03:24 | admin0 | or if changing h7 to h7.openstack.local is faster/easier .. just need something that works in my usecase | |
| 16:03:24 | admin0 | or if changing h7 to h7.openstack.local is faster/easier .. just need something that works in my usecase | |
| 16:03:40 | admin0 | * admin0 is gone for 40 mins .. will try after coming back | |
| 16:06:06 | lyarwood | admin0: update instances set node = 'h7' where uuid = '8733db85-23c6-4e10-8465-994eccdf549a'; | |
| 16:06:06 | lyarwood | admin0: update instances set node = 'h7' where uuid = '8733db85-23c6-4e10-8465-994eccdf549a'; | |
| 16:07:24 | stephenfin | gmann: if you've a chance later today, lyarwood is +2 on https://review.opendev.org/c/openstack/nova/+/790969/ now since I posted a follow-up https://review.opendev.org/c/openstack/nova/+/792353/ | |
| 16:07:24 | stephenfin | gmann: if you've a chance later today, lyarwood is +2 on https://review.opendev.org/c/openstack/nova/+/790969/ now since I posted a follow-up https://review.opendev.org/c/openstack/nova/+/792353/ | |
| 16:08:54 | gmann | stephenfin: checking | |
| 16:08:54 | gmann | stephenfin: checking | |
| 16:14:28 | gmann | lyarwood: +2 on this https://review.opendev.org/c/openstack/devstack/+/792108 but we devstack wallaby gate is blocked until this merge https://review.opendev.org/c/openstack/devstack/+/792393 | |
| 16:14:28 | gmann | lyarwood: +2 on this https://review.opendev.org/c/openstack/devstack/+/792108 but we devstack wallaby gate is blocked until this merge https://review.opendev.org/c/openstack/devstack/+/792393 | |
| 16:14:50 | lyarwood | gmann: ack thanks | |
| 16:14:50 | lyarwood | gmann: ack thanks | |
| 16:35:52 | openstackgerrit | Lee Yarwood proposed openstack/nova master: docs: Add releases to libvirt distro support matrix https://review.opendev.org/c/openstack/nova/+/792415 | |
| 16:35:52 | openstackgerrit | Lee Yarwood proposed openstack/nova master: docs: Add releases to libvirt distro support matrix https://review.opendev.org/c/openstack/nova/+/792415 | |
| 16:40:55 | sean-k-mooney | lyarwood: well we could use the cloud archive right | |
| 16:40:56 | sean-k-mooney | lyarwood: well we could use the cloud archive right | |
| 16:41:14 | sean-k-mooney | althgoh that may noe have 7.0.0 | |
| 16:41:15 | sean-k-mooney | althgoh that may noe have 7.0.0 | |
| 16:41:34 | sean-k-mooney | also i was ondering why the channel was so quite i had scolled up | |
| 16:41:34 | sean-k-mooney | also i was ondering why the channel was so quite i had scolled up | |
| 16:42:22 | sean-k-mooney | lol and meeting just ended | |
| 16:42:23 | sean-k-mooney | lol and meeting just ended | |
| 16:42:32 | gibi | sean-k-mooney: yepp | |
| 16:42:32 | gibi | sean-k-mooney: yepp | |
| 16:42:45 | gibi | sean-k-mooney: and to confuse you we agreed to move the meeting to Tuesday 16:00 UTC :) | |
| 16:42:45 | gibi | sean-k-mooney: and to confuse you we agreed to move the meeting to Tuesday 16:00 UTC :) | |
| 16:42:55 | sean-k-mooney | haha ok | |
| 16:42:55 | sean-k-mooney | haha ok | |
| 16:43:57 | sean-k-mooney | sorry i had planned on attending but lost track of time | |
| 16:43:57 | sean-k-mooney | sorry i had planned on attending but lost track of time | |
| 16:46:23 | gibi | sean-k-mooney: and 20.04 wallaby UCA only has libvirt 6.0.0 at the moment | |
| 16:46:23 | gibi | sean-k-mooney: and 20.04 wallaby UCA only has libvirt 6.0.0 at the moment | |
| 16:46:43 | sean-k-mooney | ah ok | |
| 16:46:43 | sean-k-mooney | ah ok | |
| 16:47:00 | sean-k-mooney | we dont actuly have to bump each cycle | |
| 16:47:01 | sean-k-mooney | we dont actuly have to bump each cycle | |
| 16:47:17 | gibi | it seems at the moment we cannot bump even :) | |
| 16:47:17 | gibi | it seems at the moment we cannot bump even :) | |
| 16:47:25 | sean-k-mooney | as long as we do the review of what is avaiable | |
| 16:47:25 | sean-k-mooney | as long as we do the review of what is avaiable | |
| 16:47:55 | sean-k-mooney | yep not sure that has hppened before we have usually been movign rahter slow | |
| 16:47:55 | sean-k-mooney | yep not sure that has hppened before we have usually been movign rahter slow | |
| 16:48:13 | sean-k-mooney | looks like we finally got to a relivtly modern min version | |
| 16:48:13 | sean-k-mooney | looks like we finally got to a relivtly modern min version | |
| 16:48:29 | gibi | yepp it seems so | |
| 16:48:29 | gibi | yepp it seems so | |
| 16:55:40 | gibi | cores, the patch to move the weekly meeting: https://review.opendev.org/c/opendev/irc-meetings/+/792454 | |
| 16:55:40 | gibi | cores, the patch to move the weekly meeting: https://review.opendev.org/c/opendev/irc-meetings/+/792454 | |
| 17:04:54 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Add same_subtree field to RequestLevelParams https://review.opendev.org/c/openstack/nova/+/791503 | |
| 17:04:55 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Bump min placement microversion to 1.36 https://review.opendev.org/c/openstack/nova/+/791504 | |
| 17:04:55 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Support same_subtree in allocation_canadidate query https://review.opendev.org/c/openstack/nova/+/791505 | |
| 17:04:56 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: [func test] refactor assertPortMatchesAllocation https://review.opendev.org/c/openstack/nova/+/792458 | |
| 17:04:56 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: fixup for 1eca1c8b0cde23e701500655cdf2e3ead58a00e2 https://review.opendev.org/c/openstack/nova/+/792459 | |
| 17:04:56 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: fixup for 1eca1c8b0cde23e701500655cdf2e3ead58a00e2 https://review.opendev.org/c/openstack/nova/+/792459 | |
| 17:07:54 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Support the new port resource_request format https://review.opendev.org/c/openstack/nova/+/787208 | |
| 17:07:55 | openstackgerrit | Balazs Gibizer proposed openstack/nova master: Transfer RequestLevelParams from ports to scheduling https://review.opendev.org/c/openstack/nova/+/791506 | |