opendevreview | Rajesh Tailor proposed openstack/nova master: Fix instance task_state during shelve https://review.opendev.org/c/openstack/nova/+/934294 | 06:39 |
---|---|---|
opendevreview | Balazs Gibizer proposed openstack/nova stable/2024.2: Reproduce bug 2085975 in functional https://review.opendev.org/c/openstack/nova/+/934301 | 08:22 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2024.2: Route shared storage RPC to evac dest at startup https://review.opendev.org/c/openstack/nova/+/934302 | 08:22 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2024.1: Reproduce bug 2085975 in functional https://review.opendev.org/c/openstack/nova/+/934303 | 08:24 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2024.1: Route shared storage RPC to evac dest at startup https://review.opendev.org/c/openstack/nova/+/934304 | 08:24 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2023.2: Reproduce bug 2085975 in functional https://review.opendev.org/c/openstack/nova/+/934305 | 08:26 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2023.2: Route shared storage RPC to evac dest at startup https://review.opendev.org/c/openstack/nova/+/934306 | 08:26 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2023.1: Reproduce bug 2085975 in functional https://review.opendev.org/c/openstack/nova/+/934308 | 08:28 |
opendevreview | Balazs Gibizer proposed openstack/nova stable/2023.1: Route shared storage RPC to evac dest at startup https://review.opendev.org/c/openstack/nova/+/934309 | 08:28 |
chris218 | Hi guys, how does stuff defined in api/validation/extra_specs translate to virt/libvirt/config? I'm trying to figure out how os_boot_dev is set in LibvirtConfigGuest since it can't be used with boot_order in LibvirtConfigGuestDisk | 09:57 |
opendevreview | Stephen Finucane proposed openstack/os-vif master: mypy: Add type annotations https://review.opendev.org/c/openstack/os-vif/+/745162 | 10:26 |
sean-k-mooney | chris218: it mostly does not. api/validation/extra_specs is just chekcing of the extra spec values are valid at the api level to determin if we shoudl reject the request early when you are defining a flavor and setting the extra specs | 10:30 |
sean-k-mooney | the xml generation is entirly seperate | 10:31 |
sean-k-mooney | os_boot_dev is not an extra spec or image property, we do not support configing which device is bootable. its either the root disk or the rescue disk | 10:33 |
chris218 | Yea but stuff like hw:boot_menu then translates to os_bootmenu, right? | 10:34 |
sean-k-mooney | it can yes, we intentionally do not expose everyting a hypervior can configure | 10:34 |
sean-k-mooney | chris218: is there a partical reason your interested in modifying the boot dev | 10:36 |
chris218 | I'm still playing with the idea of exposing network booting through some flavor extra spec | 10:37 |
sean-k-mooney | ah the last time this came up i suggested adding it as a property on the neutron port | 10:38 |
chris218 | I see that libvirt supports <boot order="X"> on interfaces | 10:38 |
sean-k-mooney | basicaly just adding a boot flag to a port | 10:38 |
chris218 | Yea | 10:39 |
sean-k-mooney | if you use the boot menu today you can network boot already | 10:39 |
sean-k-mooney | neuton can set the tftp server info in the dhcp repsonce on the port too | 10:39 |
chris218 | You'd have to select it manually first though | 10:39 |
sean-k-mooney | yes you would | 10:39 |
sean-k-mooney | the thing is nova does not currently suppprot creating a vm wihtout a glance image or a cinder volume. | 10:40 |
sean-k-mooney | so you would have to deal with that ux as well | 10:40 |
chris218 | Last time I asked about it somebody suggested using rescue image with it pxe but downside of this is that unrescuing is kind of inflexible and you can't power off and then unrescue server | 10:41 |
sean-k-mooney | we could supprot unrescue to stopped | 10:43 |
sean-k-mooney | i belive it curretly returns you to active if the server was active before | 10:43 |
*** chuanm9 is now known as chuanm | 12:21 | |
s3rj1k | Hi all, would this RFA https://bugs.launchpad.net/nova/+bug/2086867 need an actual spec or specless blueprint is enough? | 15:33 |
gibi | s3rj1k: If it has an API impact, requires DB schema change, or has an upgrade impact then you need a spec. Otherwise it would make sense to propose it as a specless bp and put it on the agenda of some upcoming nova meeting. | 15:36 |
gibi | and we can discuss it on the meeting if it is simple enough to accept it as specless | 15:37 |
s3rj1k | gibi: it adds a config option but other than that it's pretty much a small change, can we assume it's specless and in case if it is not I will do spec for it later? After upcoming nova meeting | 15:40 |
gibi | s3rj1k: yeah, that approach make sense | 15:42 |
gibi | lets assume it is specless until the meeting discussion | 15:43 |
s3rj1k | gibi: great thanks, also when/where is the community meeting will take place? | 15:44 |
s3rj1k | Tuesdays 16:00 UTC (#openstack-nova on OFTC) ? | 15:47 |
gibi | s3rj1k: correct. https://wiki.openstack.org/wiki/Meetings/Nova | 15:52 |
gibi | you can add you blueprint to the agenda by editing that page | 15:53 |
gibi | please add it to the Open discussion section | 15:53 |
gibi | bauzas: ^^ fyi | 15:57 |
s3rj1k | gibi: done, thanks for walking me through the formalities | 16:02 |
sean-k-mooney | im not sure if this need a code change | 16:07 |
sean-k-mooney | dont we already have the ablity to specify the migration and livemigration inbound adress | 16:08 |
sean-k-mooney | if you set those to an ip then nova will use the ip for scp too i belive | 16:08 |
sean-k-mooney | https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.live_migration_inbound_addr and https://docs.openstack.org/nova/latest/configuration/config.html#libvirt.migration_inbound_addr | 16:08 |
sean-k-mooney | s3rj1k: ^ | 16:10 |
s3rj1k | sean-k-mooney: I'll try to verify this before meetup, thanks for heads-up | 16:40 |
sean-k-mooney | bauzas: can you add https://review.opendev.org/q/topic:%22bug/2074219%22 to your review queue in the morning | 17:41 |
*** haleyb is now known as haleyb|out | 22:44 | |
*** tosky_ is now known as tosky | 23:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!