Friday, 2024-03-29

opendevreviewJang YeHoon proposed openstack/nova master: Modify the auth_url field in the service_user section  https://review.opendev.org/c/openstack/nova/+/91474304:06
*** mklejn_ is now known as mklejn07:15
*** elodilles is now known as elodilles_pto10:20
*** blarnath is now known as d34dh0r5315:25
ozzzoWe're rebuilding our kolla-ansible clusters from Train to Wallaby, and on the rebuilt clusters VM builds take longer. On a Train cluster, I see a 2-second delay in the nova log after "Creating image"; on Wallaby clusters I see a 9-second delay.15:26
ozzzoI suspect that the hypervisor may be redownloading the image for every build. Is there a configuration item that controls whether the hypervisor saves the image locally so that it doesn't have to be redownloaded?15:26
dansmithusing qcow images?15:36
dansmithor rather, qcow for instance disks I mean15:37
dansmithozzzo: ^15:37
ozzzoI think so, lemme look at an image15:38
ozzzoyes disk_format is qcow215:39
dansmithit's not the image,15:39
dansmithit's the instance disk15:39
ozzzohow can I check that?15:39
dansmithif you don't have any instance disk-related config (which I presume you know would about) then you're using qcow disks15:40
dansmithin that case, you kinda have to be not re-downloading things I think because all the disks are using the same backing file anyway15:40
dansmithyou can run `qemu-img info` on disks in /var/lib/instances and they should all be pointing the backing file to the same thing in _base if they're using the same image15:41
ozzzook I'll try that15:42
dansmithbetter to just look at the logs (perhaps the glance log) to see if one compute is downloading the same image though15:42
dansmithbecause regardless, that's the thing you're concerned about15:42
dansmithpresumably preallocate_images is not set in your config, that could be another thing15:43
ozzzoDo I need to turn on debug logging to see the compute downloading the image?16:01
dansmithprobably? I mean, depends on how it's setup16:06
dansmithI always have debug logging turned on so I don't even know what is logged without it :)16:06
dansmithyou should be able to see all the previous attempts if it's logging enough16:07
dansmithI don't have my running system handy but the request logging you're looking for is paths that look like /images/UUID/data16:07
opendevreviewTakashi Kajinami proposed openstack/nova master: Retry image download when 500 Internal Server Error is received  https://review.opendev.org/c/openstack/nova/+/91476117:19
opendevreviewmelanie witt proposed openstack/nova stable/2024.1: Fix nova-manage image_property show unexpected keyword  https://review.opendev.org/c/openstack/nova/+/91467118:55
opendevreviewmelanie witt proposed openstack/nova stable/2023.2: Fix nova-manage image_property show unexpected keyword  https://review.opendev.org/c/openstack/nova/+/91476518:57
opendevreviewmelanie witt proposed openstack/nova stable/2023.1: Fix nova-manage image_property show unexpected keyword  https://review.opendev.org/c/openstack/nova/+/91476618:58
opendevreviewmelanie witt proposed openstack/nova stable/zed: Fix nova-manage image_property show unexpected keyword  https://review.opendev.org/c/openstack/nova/+/91476718:59

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!