*** dmellado81918134 is now known as dmellado8191813 | 04:48 | |
*** ykarel|away is now known as ykarel | 06:28 | |
opendevreview | Balazs Gibizer proposed openstack/nova master: [functional] Don't leak running live migration https://review.opendev.org/c/openstack/nova/+/892126 | 08:49 |
---|---|---|
gibi | dansmith, melwitt: ^^ that might help stabilizing other functional tests too | 08:56 |
gibi | as it is eventually leaked a greenlet after our cleanup code waiting for the greenlet to stop timed out | 08:57 |
auniyal | gibi, this change deletes the instance before the end of the test case to cancel the live migration .... | 09:13 |
auniyal | I am sure, I am missing someting, but migration is already finished right and its verified at here ? | 09:13 |
auniyal | https://review.opendev.org/c/openstack/nova/+/892126/1/nova/tests/functional/test_servers.py#1789 | 09:13 |
auniyal | okay, it's checking for project_2 but admin_api project is project_1, for which migration started , right ? | 09:21 |
admin1 | hi all .. i had a server added to a new cluster with right hostname but wrong fqdn . fqdn is corrected .. did openstack resource provider delete $uuid and openstack compute service delete $uuid of the affected compute node .. when i restart nova-compute , i still get No resource provider with $uuid found .. -- what is the correct way to | 10:15 |
admin1 | rectify such issues | 10:15 |
admin1 | it created resource provider .. host appears in resource provider list and in compute-service list, but not in nova hypervisor-list .. ..... restarting nova-compute does not give any error in journamctl | 10:33 |
gibi | auniyal: it is not finished it is just not visible from project_2 perspective | 11:06 |
*** ralonsoh is now known as ralonsoh_afk | 11:06 | |
auniyal | gibi ack, | 11:11 |
auniyal | just notice you replied here I had saved comment i patch | 11:11 |
sean-k-mooney | gibi: can you hit this quickly https://review.opendev.org/c/openstack/os-vif/+/885127 | 11:34 |
gibi | sean-k-mooney: done | 11:38 |
sean-k-mooney | thanks | 11:39 |
sean-k-mooney | i need to reboot my laptop after updates so ill be afk for a few muintes but be back soon | 11:39 |
*** ralonsoh_afk is now known as ralonsoh | 13:02 | |
opendevreview | Dan Smith proposed openstack/nova master: Log excessive lazy-loading behavior https://review.opendev.org/c/openstack/nova/+/891340 | 15:24 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loading in resize and rebuild/evacuate https://review.opendev.org/c/openstack/nova/+/891336 | 15:24 |
opendevreview | Dan Smith proposed openstack/nova master: Remove a lazy load on every server show https://review.opendev.org/c/openstack/nova/+/891352 | 15:24 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads on server create https://review.opendev.org/c/openstack/nova/+/891520 | 15:24 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads in resize https://review.opendev.org/c/openstack/nova/+/891605 | 15:24 |
opendevreview | Dan Smith proposed openstack/nova master: Log excessive lazy-loading behavior https://review.opendev.org/c/openstack/nova/+/891340 | 15:25 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loading in resize and rebuild/evacuate https://review.opendev.org/c/openstack/nova/+/891336 | 15:25 |
opendevreview | Dan Smith proposed openstack/nova master: Remove a lazy load on every server show https://review.opendev.org/c/openstack/nova/+/891352 | 15:25 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads on server create https://review.opendev.org/c/openstack/nova/+/891520 | 15:25 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads in resize https://review.opendev.org/c/openstack/nova/+/891605 | 15:25 |
admin1 | hi experts .. what does this error mean ? https://pastebin.com/raw/7JMScxZs | 15:43 |
admin1 | No such resource class MEMORY_MB. | 15:43 |
opendevreview | Dan Smith proposed openstack/nova master: Log excessive lazy-loading behavior https://review.opendev.org/c/openstack/nova/+/891340 | 15:53 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loading in resize and rebuild/evacuate https://review.opendev.org/c/openstack/nova/+/891336 | 15:53 |
opendevreview | Dan Smith proposed openstack/nova master: Remove a lazy load on every server show https://review.opendev.org/c/openstack/nova/+/891352 | 15:53 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads on server create https://review.opendev.org/c/openstack/nova/+/891520 | 15:53 |
opendevreview | Dan Smith proposed openstack/nova master: Avoid lazy-loads in resize https://review.opendev.org/c/openstack/nova/+/891605 | 15:53 |
dansmith | gibi: guh, sorry forgot to update the log assertion in the test ^ | 15:53 |
admin1 | how to populate placment resource-classes | 16:03 |
sean-k-mooney | admin1: its done automaticaly by placement when the placement api starts for all standard resouce classes | 16:04 |
admin1 | ok . i will try to reboot all placement containers ( openstack-ansible ) and see if it repopulates | 16:05 |
sean-k-mooney | https://github.com/openstack/placement/blob/master/placement/objects/resource_class.py#L209-L253 | 16:07 |
sean-k-mooney | that gets called here https://github.com/openstack/placement/blob/master/placement/deploy.py#L129-L158 | 16:07 |
sean-k-mooney | whihc is the entry point of the wsgi service here https://github.com/openstack/placement/blob/master/placement/wsgi.py#L147 | 16:08 |
sean-k-mooney | dansmith: one nit in https://review.opendev.org/c/openstack/nova/+/891340 but +2 | 16:23 |
sean-k-mooney | gibi: dan uploaded a revsions since you last reviewed so it lost your +2 | 16:23 |
opendevreview | Merged openstack/nova master: [functional] Don't leak running live migration https://review.opendev.org/c/openstack/nova/+/892126 | 16:31 |
admin1 | sean-k-mooney, that worked .. many thanks .. | 16:40 |
sean-k-mooney | for what its worth looking at the code i dont see any way that service can start without populating the db | 16:40 |
sean-k-mooney | so i assume there was a db connection string config issue or similar | 16:40 |
sean-k-mooney | perhaps the database was not creted when the contaienr was started or somethign like that | 16:41 |
*** elodilles is now known as elodilles_pto | 19:21 | |
opendevreview | Merged openstack/nova master: Remove n-v ceph live migration job from gate https://review.opendev.org/c/openstack/nova/+/889992 | 22:18 |
opendevreview | Spencer Harmon proposed openstack/nova master: libvirt tsc_frequency https://review.opendev.org/c/openstack/nova/+/891924 | 23:21 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!