*** bauzas_ is now known as bauzas | 00:45 | |
*** bauzas_ is now known as bauzas | 01:18 | |
*** bauzas_ is now known as bauzas | 01:52 | |
opendevreview | Takashi Kajinami proposed openstack/nova master: WIP: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 03:03 |
---|---|---|
*** bauzas_ is now known as bauzas | 03:09 | |
opendevreview | Takashi Kajinami proposed openstack/nova master: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 03:10 |
opendevreview | Takashi Kajinami proposed openstack/nova master: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 03:32 |
*** bauzas_ is now known as bauzas | 05:15 | |
*** bauzas_ is now known as bauzas | 05:23 | |
*** bauzas_ is now known as bauzas | 05:31 | |
*** bauzas_ is now known as bauzas | 05:39 | |
opendevreview | Takashi Kajinami proposed openstack/nova master: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 06:44 |
opendevreview | Takashi Kajinami proposed openstack/nova master: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 06:45 |
opendevreview | Takashi Kajinami proposed openstack/nova master: Remove unused default argument https://review.opendev.org/c/openstack/nova/+/922073 | 07:11 |
*** bauzas_ is now known as bauzas | 07:18 | |
*** bauzas_ is now known as bauzas | 07:27 | |
*** bauzas_ is now known as bauzas | 07:35 | |
opendevreview | Takashi Kajinami proposed openstack/nova master: Report availability of stateless firmware support https://review.opendev.org/c/openstack/nova/+/908888 | 07:35 |
opendevreview | Takashi Kajinami proposed openstack/nova master: libvirt: Launch instances with stateless firmware https://review.opendev.org/c/openstack/nova/+/908890 | 07:35 |
*** bauzas_ is now known as bauzas | 07:43 | |
*** bauzas_ is now known as bauzas | 08:02 | |
*** bauzas_ is now known as bauzas | 08:22 | |
*** bauzas_ is now known as bauzas | 08:30 | |
opendevreview | Takashi Kajinami proposed openstack/nova master: Migrate MEM_ENCRYPTION_CONTEXT from root provider https://review.opendev.org/c/openstack/nova/+/921814 | 09:22 |
*** bauzas_ is now known as bauzas | 09:31 | |
*** bauzas_ is now known as bauzas | 10:15 | |
opendevreview | Konrad Gube proposed openstack/nova master: Use Cinder's os-extend_volume_completion volume action. https://review.opendev.org/c/openstack/nova/+/873560 | 11:57 |
opendevreview | Takashi Kajinami proposed openstack/nova master: libvirt: Launch instances with stateless firmware https://review.opendev.org/c/openstack/nova/+/908890 | 12:14 |
*** bauzas_ is now known as bauzas | 12:28 | |
dansmith | sean-k-mooney: are you going to reply to this? https://review.opendev.org/c/openstack/nova/+/904424/9 | 14:22 |
sean-k-mooney | oh i spoke to stephen about that in person | 14:31 |
sean-k-mooney | tldr the missed that the monkey patch was done as a sideefect of the __init__.py | 14:32 |
sean-k-mooney | that was however goign to be one fo the things i changed based on other feedback | 14:33 |
dansmith | ack, maybe you could update it so it doesn't look like it's hanging? | 14:33 |
sean-k-mooney | sure | 14:33 |
dansmith | and I assume that means we're waiting on a revision? | 14:34 |
sean-k-mooney | in mels version fo the scater gather change you ask for this to be more explict liek this https://review.opendev.org/c/openstack/nova/+/650172/28/nova/cmd/__init__.py | 14:34 |
sean-k-mooney | dansmith: yes i was ment to work on it last week but got pulled into other things | 14:34 |
sean-k-mooney | the core would be the same but one thing i noticed in neutron is | 14:34 |
sean-k-mooney | instead of using /bin at the top level they use /cmd and /cmd/eventlet | 14:35 |
sean-k-mooney | where only the eventlet subdir is monkney patched | 14:35 |
dansmith | ack | 14:35 |
sean-k-mooney | i was wondering if that would be better for consitency | 14:35 |
dansmith | yeah I mean, if there is prior art that makes sense to me, and also makes it easier to see where major eventlet deps are | 14:36 |
sean-k-mooney | yep that was the idea behind /bin but stephen said having a bin directory at the top level could be confusing | 14:36 |
sean-k-mooney | since technially they files are not executable | 14:36 |
sean-k-mooney | they are used by pbr to create teh executables | 14:36 |
dansmith | meh | 14:37 |
sean-k-mooney | the pathces are reviewable in general but i do plan to respine them this week | 14:37 |
dansmith | ack, I just figure I'll wait until they're respun, but I think we should make sure we don't lose track of this | 14:38 |
sean-k-mooney | thanks for looking in anycase. ill let you know when its up | 14:39 |
*** bauzas_ is now known as bauzas | 14:43 | |
zigo | How may I check why the nova-scheduler is filtering my destination host when doing a live-migration ? | 15:39 |
zigo | I'm trying to do: | 15:41 |
zigo | openstack --os-compute-api-version 2.96 server migrate --live-migration --host compute-1.infomaniak.ch <vm-id> | 15:41 |
zigo | and then in the scheduler logs, I'm getting: | 15:41 |
zigo | Host filter only checking host compute-1 and node compute-1 | 15:41 |
zigo | Host filter ignoring hosts: compute-1 | 15:41 |
zigo | Filtered [] _get_sorted_hosts /usr/lib/python3/dist-packages/nova/scheduler/manager.py:708 | 15:41 |
zigo | There are 0 hosts available but 1 instances requested to build. _ensure_sufficient_hosts | 15:41 |
zigo | How do I debug this? | 15:41 |
zigo | I've spent the whole day on it ... :/ | 15:41 |
zigo | FYI, this is a new Caracal deployment... | 15:41 |
zigo | I by the way couldn't get nova-compute to start with cpu_models= set to EPYC-<something> (tried them all, even tried backports kernel and backported libvirt to bookworm). | 15:42 |
zigo | Each time, libvirt replies with 0 (ie: incompatible CPU) | 15:42 |
zigo | So I'm in host-passthrough mode to avoid this, and now I'm getting the above form the scheduler ! :/ | 15:43 |
bauzas | dansmith: hah, I now see https://opendev.org/openstack/project-config/src/branch/master/nodepool/nodepool.yaml#L352-L363 | 16:01 |
dansmith | bauzas: there was an email to the list last week too | 16:01 |
dansmith | (the service-announce list I mean) | 16:01 |
bauzas | oh, that's why I missed it | 16:02 |
bauzas | I know I should track that ML too | 16:02 |
dansmith | yeah it would probably have been helpful if that went to openstack-discuss as well, but alas | 16:02 |
sean-k-mooney | zigo: that message implies its currenly on compute-1 | 16:03 |
sean-k-mooney | Host filter ignoring hosts: compute-1 i think is only added if its in the ignored host list which should only be the current hsot | 16:03 |
bauzas | https://lists.opendev.org/archives/list/service-announce@lists.opendev.org/thread/EFRZGKYS7AO44Q4NFVXBNGAGQVBU3WUX/ | 16:03 |
bauzas | got it ^ | 16:03 |
bauzas | dansmith: would you be okay if I create some experimental job using nodeset:ubuntu-noble that would enable mtty ? | 16:05 |
bauzas | I need to configure Tempest to create the according flavors of course | 16:05 |
dansmith | bauzas: sure, at least for starters | 16:12 |
bauzas | okay | 16:12 |
opendevreview | Konrad Gube proposed openstack/nova master: Use Cinder's os-extend_volume_completion volume action. https://review.opendev.org/c/openstack/nova/+/873560 | 16:16 |
opendevreview | Stephen Finucane proposed openstack/nova master: api: Add request body schemas for SG APIs https://review.opendev.org/c/openstack/nova/+/915733 | 16:18 |
opendevreview | Stephen Finucane proposed openstack/nova master: api: Add remaining missing request body schemas https://review.opendev.org/c/openstack/nova/+/915734 | 16:18 |
opendevreview | Stephen Finucane proposed openstack/nova master: tests: Ensure all APIs have a request body schema https://review.opendev.org/c/openstack/nova/+/915735 | 16:18 |
opendevreview | Stephen Finucane proposed openstack/nova master: api: Fix bugs in schemas https://review.opendev.org/c/openstack/nova/+/915843 | 16:19 |
opendevreview | Stephen Finucane proposed openstack/nova master: tests: Ensure API schemas are valid https://review.opendev.org/c/openstack/nova/+/915844 | 16:19 |
opendevreview | Stephen Finucane proposed openstack/nova master: api: Migrate to JSON Schema Draft 2020-12 https://review.opendev.org/c/openstack/nova/+/915845 | 16:19 |
bauzas | dansmith: do you know a way to create a specific flavor in .zuul.yaml except by creating a specific playbook ? | 16:19 |
bauzas | (I can configure the nodes easily in the job definition, but I can't find how to define flavors except by creating them thru a playbook script) | 16:20 |
bauzas | maybe the best way is to create a specific Tempest environment in Tempest | 16:21 |
dansmith | bauzas: nope, that's the only way I know | 16:35 |
bauzas | ok | 16:35 |
bauzas | for a first starting point, I'll all do this in nova's zuul.yaml | 16:36 |
bauzas | and then we'll discuss whether we should create some specific tempest env | 16:36 |
bauzas | honestly I can't work this fucking week | 16:45 |
bauzas | it takes a while to install the fucking hooks and then to upload my patch | 16:45 |
opendevreview | Sylvain Bauza proposed openstack/nova master: Add mtty/mdpy support for testing fake mdevs https://review.opendev.org/c/openstack/nova/+/898100 | 16:49 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : mtty: add devstack compilation for fedora builds https://review.opendev.org/c/openstack/nova/+/918420 | 16:49 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : Enable an experimental job for testing mtty https://review.opendev.org/c/openstack/nova/+/922140 | 16:49 |
zigo | sean-k-mooney: no it is currently on compute-5 | 17:18 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : Enable an experimental job for testing mtty https://review.opendev.org/c/openstack/nova/+/922140 | 17:27 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : mtty: add devstack compilation for fedora builds https://review.opendev.org/c/openstack/nova/+/918420 | 17:27 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : Enable an experimental job for testing mtty https://review.opendev.org/c/openstack/nova/+/922140 | 17:49 |
opendevreview | Sylvain Bauza proposed openstack/nova master: WIP : mtty: add devstack compilation for fedora builds https://review.opendev.org/c/openstack/nova/+/918420 | 17:49 |
*** bauzas_ is now known as bauzas | 19:18 | |
opendevreview | Merged openstack/nova stable/2023.2: [ironic] Partition & use cache for list_instance* https://review.opendev.org/c/openstack/nova/+/906155 | 20:52 |
opendevreview | Jay Faulkner proposed openstack/nova stable/2023.1: [ironic] Partition & use cache for list_instance* https://review.opendev.org/c/openstack/nova/+/922155 | 21:33 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!