opendevreview | sean mooney proposed openstack/nova master: [WIP] add healthcheck tracker to nova context https://review.opendev.org/c/openstack/nova/+/829468 | 02:51 |
---|---|---|
opendevreview | sean mooney proposed openstack/nova master: [WIP] add healthcheck utils and constants https://review.opendev.org/c/openstack/nova/+/829469 | 02:51 |
ygk_12345 | hi All | 07:52 |
ygk_12345 | HI all | 07:53 |
ygk_12345 | i am facing this error in wallaby while launching an sr-iov vm | 07:54 |
ygk_12345 | Failed to build and run instance: libvirt.libvirtError: unsupported configuration: interface fa:16:3e:42:20:3e - bandwidth settings are not supported for hostdev interfaces | 07:54 |
gibi | ygk_12345: that is well aligned with the libvirt documentation https://libvirt.org/formatnetwork.html#elementQoS "etting bandwidth is not supported for forward modes passthrough, private, or hostdev. Attempts to do this will lead to a failure to define the network or to create a transient network." | 08:01 |
ygk_12345 | @gibi i am facing this error when launching an sr-iov vm in wallaby | 08:02 |
ygk_12345 | is this a known bug in wallaby ? | 08:02 |
*** amoralej|off is now known as amoralej | 08:03 | |
ygk_12345 | is this a nova thing ? if so any workaround ? | 08:06 |
ygk_12345 | can anyone help me ? | 08:13 |
gibi | ygk_12345: do you have vif_inbound_average in your flavor? | 08:14 |
gibi | ygk_12345: https://docs.openstack.org/nova/latest/admin/resource-limits.html#network-bandwidth-limits | 08:15 |
gibi | hm ygk_12345 left before I could answer | 08:16 |
gibi | maybe I'm too slow today... | 08:17 |
opendevreview | Felix Huettner proposed openstack/nova stable/xena: Gracefull recovery when attaching volume fails https://review.opendev.org/c/openstack/nova/+/829433 | 08:57 |
opendevreview | Felix Huettner proposed openstack/nova stable/wallaby: Gracefull recovery when attaching volume fails https://review.opendev.org/c/openstack/nova/+/829434 | 08:57 |
opendevreview | Felix Huettner proposed openstack/nova stable/victoria: Gracefull recovery when attaching volume fails https://review.opendev.org/c/openstack/nova/+/829504 | 09:24 |
opendevreview | Felix Huettner proposed openstack/nova stable/ussuri: Gracefull recovery when attaching volume fails https://review.opendev.org/c/openstack/nova/+/829506 | 09:25 |
opendevreview | Felix Huettner proposed openstack/nova stable/train: Gracefull recovery when attaching volume fails https://review.opendev.org/c/openstack/nova/+/829507 | 09:25 |
opendevreview | Sylvain Bauza proposed openstack/nova-specs master: Create specs directory for Zed https://review.opendev.org/c/openstack/nova-specs/+/829385 | 09:55 |
bauzas | Uggla: fixed the problem, I guess you can reasonably rebase on top of this change | 09:55 |
bauzas | stupid me | 09:55 |
Uggla | bauzas, yep I will do it. | 09:56 |
bauzas | (verified the docs target, it built locally) | 09:56 |
bauzas | gibi: https://review.opendev.org/c/openstack/nova-specs/+/829385 is there for your pleasure | 09:56 |
gibi | bauzas: on my list... | 09:57 |
bauzas | ta | 09:57 |
bauzas | Zuul getting -1 didn't help | 09:57 |
bauzas | but I messed up the symlibk | 09:57 |
Uggla | bauzas, finally managed to configure devstack and manila correctly. | 10:19 |
bauzas | \o/ | 10:19 |
* Uggla thinking to update devstack doc page to propose a local.conf less minimal but with most services working. | 10:21 | |
Uggla | bauzas, anyway starting trying to code the share objects and manila "abstaction" code. | 10:22 |
gibi | Uggla: good idea on publishing working devstack conf with manila. Especially I other want to test your patches. | 10:25 |
gibi | Uggla: but I first look at manila devstack doc to see if it needs enhancements https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html | 10:26 |
gibi | bauzas: I've sent the spec dir creation to the gate | 10:27 |
Uggla | gibi, https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html is actually the doc I followed. It works regarding manila itself. But then I had some troubles to mount the share on instances. | 10:30 |
gibi | I see. Then pushing some update to the doc is warranted | 10:31 |
Uggla | gibi, so I mixed local.conf from manila and neutron, and so far I manage to mount shares on instances. | 10:31 |
opendevreview | Merged openstack/nova-specs master: Create specs directory for Zed https://review.opendev.org/c/openstack/nova-specs/+/829385 | 10:32 |
Uggla | gibi, in fact as a newbie, I'm a bit disappointed by https://docs.openstack.org/devstack/latest/ with such a minimal local.conf, you ended up with an openstack really limited. That tends to show a "not working product" and to my mind does not give not a good dev experience. | 10:42 |
gibi | Uggla: I think devstack is not targeted as a showcase of an openstack product. it is development tool. | 10:44 |
gibi | and there is no single good local.conf for anybody's needs | 10:45 |
gibi | actually I think the common subset of local.conf between devs are really small | 10:45 |
gibi | like my local.conf has no manila conf but has extensive network and network qos conf as I work in that area a lot | 10:45 |
gibi | yours will have extensive manila part probably | 10:46 |
gibi | also I tend to remove services from the local conf (like horizon, tempest) to speed up the unstack/stack cycle | 10:46 |
gibi | still I agree to publish a manila + nova devstack conf somewhere | 10:47 |
Uggla | gibi, understand so maybe something missing is a local.conf that could "showcase" the main services. Something to be more familiar with the product. I think, it would have help me. | 10:51 |
bauzas | gibi: thanks | 10:53 |
gibi | Uggla: this has a list of project specific devstack confs https://docs.openstack.org/devstack/latest/configuration.html#configuration-notes so maybe this could be extended | 10:54 |
Uggla | gibi, yep maybe links to projects local.conf | 10:58 |
sean-k-mooney | Uggla: not in the local.conf | 11:40 |
sean-k-mooney | the sample has some listed but devstack has a plugin model | 11:40 |
sean-k-mooney | meaning not all projects supported by it are even in the same git repo | 11:40 |
sean-k-mooney | i use to maintain several devstack plugins in the past for libvirt,qemu ovs-dpdk | 11:41 |
sean-k-mooney | there are other for ceph, docker, hell i think there is a kubernetse plugin somewhere | 11:42 |
sean-k-mooney | Uggla: what you really should review is https://github.com/openstack/devstack/tree/master/doc/source | 11:42 |
sean-k-mooney | devstack has docs on how it work which have examples of how to do certin things | 11:42 |
sean-k-mooney | and many porject that provide plugins like neutron provide sample local.confs | 11:43 |
sean-k-mooney | the guides https://docs.openstack.org/devstack/latest/guides.html | 11:43 |
sean-k-mooney | cover some of the common examples | 11:44 |
sean-k-mooney | and here is a list of plugings https://docs.openstack.org/devstack/latest/plugin-registry.html | 11:44 |
gibi | gmann, bauzas, dansmith: I read the policy-defaults-refresh-2 series I left some comments but I don't feel I have enough to knowledge too +2 the serious things in that series | 11:44 |
sean-k-mooney | Uggla: for example here is a devstack plugin that deploys openstack using a kubernetes operators as an application https://opendev.org/vexxhost/openstack-operator/src/branch/master/devstack | 11:46 |
bauzas | gibi: will look at this series after lunching | 11:59 |
opendevreview | Takashi Natsume proposed openstack/placement master: Add zed spec directory https://review.opendev.org/c/openstack/placement/+/829532 | 12:45 |
opendevreview | Takashi Natsume proposed openstack/nova master: trivial: Add a white space in an error message https://review.opendev.org/c/openstack/nova/+/823223 | 12:56 |
*** amoralej is now known as amoralej|lunch | 13:02 | |
yuval | hello wizards | 13:34 |
yuval | I have a small question | 13:34 |
yuval | after I reboot my nova compute node | 13:34 |
yuval | I need to manually run modprobe nvme-tcp | 13:34 |
yuval | is there any module that does it? or its the operator responsibility | 13:35 |
gibi | yuval: I think that is operator responsibility | 13:41 |
sean-k-mooney | yuval: you should add it to /etc/modules i belive to have it auto load | 13:42 |
gibi | yuval: you can make loading a module automatic via /etc/modules | 13:42 |
sean-k-mooney | it depends on your disto but its not really a nova related thing | 13:42 |
yuval | doesnt it make sense that the os-brick connector - which counts on nvme to verify it or just do it | 13:43 |
gibi | bauzas: fyi, fresh gate bug https://bugs.launchpad.net/nova/+bug/1961068 not blocking as it is not super frequent | 13:44 |
bauzas | shit | 13:45 |
gibi | bug report thanks to elodilles | 13:45 |
gibi | either a memory leak somewhere or we simply need to switch to a bigger flavor for testing | 13:45 |
Uggla | sean-k-mooney, thanks. many project that provide plugins like neutron provide sample local.confs --> my point is just that, I think it is something that should be more enlighten in the doc. | 13:49 |
sean-k-mooney | yep in docs not in local.conf | 13:50 |
sean-k-mooney | the docs and readme can certenly be improved | 13:50 |
Uggla | sean-k-mooney, sorry maybe I was unclear, the idea is to complete the doc maybe with links to project local.conf | 13:52 |
sean-k-mooney | you could yes. although one of the design goals fo devstack and intetion is that as you use it you read the code and learn the options as and when you need them | 13:55 |
sean-k-mooney | its why its written in bash | 13:55 |
sean-k-mooney | to keep the barrier to entry as low as possibel | 13:55 |
sean-k-mooney | but ya you should feel free to submit patches to improve devstack. its developed on #openstack-qa | 13:56 |
*** amoralej|lunch is now known as amoralej | 14:01 | |
*** whoami-rajat__ is now known as whoami-rajat | 14:01 | |
sean-k-mooney | stephenfin: can you take a look at https://review.opendev.org/c/openstack/nova/+/825496 its the uefi SMM patch | 14:11 |
stephenfin | sure, will check before EOD | 14:12 |
sean-k-mooney | thanks | 14:12 |
gmann | gibi: thanks | 14:34 |
opendevreview | Takashi Natsume proposed openstack/osc-placement master: Add Python3 yoga unit tests https://review.opendev.org/c/openstack/osc-placement/+/808565 | 14:44 |
*** weechat1 is now known as amorin | 15:02 | |
opendevreview | Sylvain Bauza proposed openstack/nova master: neutron: Allow to spawn VMs with port without IP address https://review.opendev.org/c/openstack/nova/+/669411 | 15:36 |
opendevreview | Merged openstack/osc-placement master: Add Python3 yoga unit tests https://review.opendev.org/c/openstack/osc-placement/+/808565 | 15:51 |
opendevreview | Kashyap Chamarthy proposed openstack/placement master: bindep: s/python-devel/python3-devel/ https://review.opendev.org/c/openstack/placement/+/829573 | 16:26 |
sean-k-mooney | stephenfin: bauzas gibi im -1 on https://review.opendev.org/c/openstack/nova/+/823941 adding multi path support for nvme over fabic mainly due to paper work | 19:02 |
sean-k-mooney | there is no approve blueprint or spec for this | 19:02 |
sean-k-mooney | but its also trivial | 19:02 |
sean-k-mooney | so im supportive fo approving it as a specless blueprint even this late based on the size | 19:03 |
sean-k-mooney | bauzas: gibi what do you think stephenfin is +2 on it and honestly i was also going to +2 it until i notice the commit message did not reference a blueprint or bug | 19:04 |
sean-k-mooney | the author seams to be a new contibutor https://review.opendev.org/q/owner:lior.friedman%2540kioxia.com | 19:05 |
sean-k-mooney | so i dont want lack of familarity with our process or deadlines to dicurage them but technially we shoudl defer this to Zed at this point since we are past the spec approval deadline | 19:06 |
sean-k-mooney | so ya im open to makeing an expciton since it tiny but was wondering how other felt | 19:07 |
opendevreview | Merged openstack/nova stable/xena: skip test_tagged_attachment in nova-next https://review.opendev.org/c/openstack/nova/+/828542 | 19:08 |
*** hemna0 is now known as hemna | 19:10 | |
opendevreview | Merged openstack/nova stable/xena: api: Reject duplicate port IDs in server create https://review.opendev.org/c/openstack/nova/+/827120 | 19:22 |
opendevreview | Merged openstack/nova stable/wallaby: Reproduce bug 1952941 https://review.opendev.org/c/openstack/nova/+/827870 | 19:22 |
*** hemna4 is now known as hemna | 19:49 | |
opendevreview | Jonathan Race proposed openstack/nova master: object/notification for Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/nova/+/828369 | 20:32 |
opendevreview | Jonathan Race proposed openstack/nova master: driver/secheduler/docs for Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/nova/+/822053 | 20:32 |
opendevreview | Jonathan Race proposed openstack/nova master: zuul-job for Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/nova/+/828372 | 20:32 |
*** amoralej is now known as amoralej|off | 21:10 | |
opendevreview | Julia Kreger proposed openstack/nova master: WIP Ironic - Handle instance/node host on rebalance https://review.opendev.org/c/openstack/nova/+/813897 | 21:24 |
opendevreview | Julia Kreger proposed openstack/nova master: Ironic - Don't query the API for instance counts https://review.opendev.org/c/openstack/nova/+/829613 | 22:43 |
*** prometheanfire is now known as Guest2 | 22:59 | |
*** Guest2 is now known as prometheanfire | 23:05 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!