| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-nova - 2018-01-04 | |||
| 10:55:24 | hrw | kashyap: host-passthrough | |
| 10:55:44 | kashyap | hrw: Hmm, that's wrong... | |
| 10:56:04 | ildikov | lyarwood: nope, it's not coming from Cinder, I add it here: https://review.openstack.org/#/c/267587/78/nova/virt/block_device.py | |
| 10:56:32 | ildikov | lyarwood: I mean it's in the volume details and I chose connection_info to pass it with the other stuff | |
| 10:56:48 | lyarwood | ildikov: ah, I assumed the backend was writing this in, sorry | |
| 10:57:10 | ildikov | can add it to the data part of it, we actually wanted to remove the nested dict structure of lovely connection_info, but seemed like a too huge headache | |
| 10:57:22 | ildikov | don't get me started on it... :) | |
| 10:58:25 | ildikov | lyarwood: no worries, would be nice, but it's a less direct interaction in the sense, that you can only create a multi-attach volume if the back end supports it, but then the info is stored in the volume object | |
| 11:06:38 | lyarwood | ildikov: yeah true | |
| 11:10:15 | yasemin_ | hi, i want to add to hyper-v compute node to ocata openstack system, i installed it, but it gives an error "Filter ImagePropertiesFilter returned 0 hosts" ? Do you have any idea? Could you help me ? | |
| 11:10:55 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: introduce framework for RFB authentication https://review.openstack.org/345397 | |
| 11:10:56 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: introduce the VeNCrypt RFB authentication scheme https://review.openstack.org/345398 | |
| 11:10:56 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: Provide an RFB security proxy implementation https://review.openstack.org/345399 | |
| 11:10:57 | openstackgerrit | Stephen Finucane proposed openstack/nova master: doc: Document TLS security setup for noVNC proxy https://review.openstack.org/500544 | |
| 11:13:58 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: test https://review.openstack.org/529519 | |
| 11:13:59 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: Add index(updated_at) on migrations table. https://review.openstack.org/531132 | |
| 11:14:01 | hrw | kashyap: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1673467 | |
| 11:14:02 | openstack | Launchpad bug 1673467 in OpenStack nova-compute charm "[ocata] unsupported configuration: CPU mode 'host-model' for aarch64 kvm domain on aarch64 host is not supported by hypervisor" [High,Fix released] - Assigned to James Page (james-page) | |
| 11:14:38 | hrw | 11:14 (228s) linaro@cb-r1-m1-c1n1:~$ uname -m;virsh domcapabilities --emulatorbin /usr/bin/qemu-system-aarch64 | grep host-model | |
| 11:14:41 | hrw | aarch64 | |
| 11:14:44 | hrw | <mode name='host-model' supported='no'/> | |
| 11:14:57 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: introduce framework for RFB authentication https://review.openstack.org/345397 | |
| 11:14:57 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: introduce the VeNCrypt RFB authentication scheme https://review.openstack.org/345398 | |
| 11:14:58 | openstackgerrit | Stephen Finucane proposed openstack/nova master: console: Provide an RFB security proxy implementation https://review.openstack.org/345399 | |
| 11:14:58 | openstackgerrit | Stephen Finucane proposed openstack/nova master: doc: Document TLS security setup for noVNC proxy https://review.openstack.org/500544 | |
| 11:16:22 | openstackgerrit | Yikun Jiang (Kero) proposed openstack/nova master: Add index(updated_at) on migrations table. https://review.openstack.org/531132 | |
| 11:22:41 | kashyap | hrw: Thanks for the link | |
| 13:18:27 | yasemin_ | hi, i want to add to hyper-v compute node to ocata openstack system, i installed it, but it gives an error "Filter ImagePropertiesFilter returned 0 hosts" ? Do you have any idea? Could you help me ? | |
| 13:35:35 | alex_xu | cdent: the patch LGTM, just a small thing https://review.openstack.org/#/c/513526/17/nova/api/openstack/placement/schemas/allocation_candidate.py, but I won't block on it | |
| 13:38:02 | jaypipes | yasemin_: please see /topic. better to ask your question on the openstack@ mailing list with the [nova][hyper-v] subject markers. | |
| 13:39:14 | hrw | kashyap: custom/cortex-a53 fails :( | |
| 13:39:51 | yasemin_ | <jaypipes> okey thank you | |
| 13:40:46 | kashyap | hrw: Oops | |
| 13:42:24 | kashyap | (Okay; let's move this to OFTC, Virt channel.) | |
| 13:42:36 | cdent | alex_xu: I borrowed that get schema from nova's positive_integer in parameter_types, which has the same redundancies (presumably to protect against the query string parsing library changing from underneath it) | |
| 14:07:01 | alex_xu | cdent: the positive_integer is used for the request body, not just the query string | |
| 14:07:44 | efried | jaypipes: I was planning to answer mriedem's call for more details on nrp (http://lists.openstack.org/pipermail/openstack-dev/2018-January/125953.html). Unless you were already doing that? | |
| 14:08:00 | jaypipes | efried: no. please go ahead. | |
| 14:08:26 | jaypipes | efried: in the middle of trying to get the aggregate affinity series straightened up. should take me another few hours. | |
| 14:09:02 | efried | jaypipes: Roger. FYI, the main thing I'd be throwing you under the bus for is accomodating nrps in GET /allocation_candidates | |
| 14:09:21 | efried | (throwing under bus - was that the right analogy? mebbe not) | |
| 14:10:04 | jaypipes | efried: that's cool. | |
| 14:14:10 | stephenfin | 😃 | |
| 14:14:14 | stephenfin | Whoops | |
| 14:27:13 | openstackgerrit | Claudiu Belu proposed openstack/nova master: hyperv: Cleans up live migration Planned VM https://review.openstack.org/478943 | |
| 14:30:55 | openstackgerrit | Lajos Katona proposed openstack/nova master: Deduplicate aggregate notification samples https://review.openstack.org/531162 | |
| 14:37:15 | openstackgerrit | Marcin Juszkiewicz proposed openstack/nova master: libvirt: use 'host-passthrough' as default on AArch64 https://review.openstack.org/530965 | |
| 14:55:08 | openstackgerrit | Matthew Booth proposed openstack/nova master: Fix fake libvirt XML generation for disks https://review.openstack.org/531165 | |
| 14:58:05 | mriedem | kashyap: lyarwood: thanks for looking at https://review.openstack.org/#/c/267587/ - i think we're on the same page, | |
| 14:58:15 | mriedem | libvirt 3.10 has a fix for a regression introduced in qemu 2.10 | |
| 14:58:22 | kashyap | mriedem: I noticed your ping too last evening | |
| 14:58:32 | kashyap | I saw your sleuthing on the review | |
| 14:58:36 | mriedem | so i added the version check on startup such that multiattach isn't supported unless qemu<2.10 or libvirt>=3.10 | |
| 14:58:37 | kashyap | Yep | |
| 14:58:45 | mriedem | which sucks because we don't have those versions in our CI env | |
| 14:59:39 | kashyap | (Maybe we should finally get that utopic gate job that will run on newer versions to allow us to test at least) | |
| 14:59:56 | mriedem | we are using the pike UCA which is about as new as it gets for ubuntu | |
| 15:00:30 | mriedem | jamespage: coreycb: what do you think are the chances of getting these libvirt patches backported from 3.10 to 3.6 in the pike UCA? https://bugzilla.redhat.com/show_bug.cgi?id=1378242#c10 | |
| 15:00:31 | openstack | bugzilla.redhat.com bug 1378242 in libvirt "QEMU image file locking (libvirt)" [Unspecified,On_qa] - Assigned to pkrempa | |
| 15:00:56 | kashyap | Yep, I recall; mriedem -- I wonder if you've ever seen this (for DevStack, though) -- https://review.openstack.org/#/c/108714/10 | |
| 15:01:05 | mriedem | alternatively, i'm going to have to probably look at using a special job which doesn't use the pike UCA so we just use the xenial package versions which would have qemu<2.10 | |
| 15:01:41 | mriedem | kashyap: so i thought markus_z and tonyb already had a job that does something like this | |
| 15:02:00 | kashyap | mriedem: I vaguely recall talking to them too, at Barcelona, but it didn't go anywhere | |
| 15:02:17 | mriedem | i have the job name handy, sec | |
| 15:02:28 | openstackgerrit | Matt Riedemann proposed openstack/nova stable/newton: Raise MarkerNotFound if BuildRequestList.get_by_filters doesn't find marker https://review.openstack.org/530982 | |
| 15:03:38 | kashyap | http://lists.openstack.org/pipermail/openstack-dev/2016-October/105552.html | |
| 15:03:50 | mriedem | kashyap: legacy-tempest-dsvm-nova-libvirt-kvm-apr | |
| 15:04:10 | kashyap | Thanks; let me look up the job definition | |
| 15:04:30 | mriedem | http://git.openstack.org/cgit/openstack-infra/openstack-zuul-jobs/tree/playbooks/legacy/tempest-dsvm-nova-libvirt-kvm-apr/run.yaml#n2 | |
| 15:04:50 | kashyap | Heh, you're faster than Google | |
| 15:04:57 | mriedem | codesearch.openstack.org | |
| 15:04:58 | jamespage | mriedem: looking | |
| 15:05:23 | kashyap | Oh, didn't know of that thing | |
| 15:05:50 | kashyap | Why is it called 'legacy'? | |
| 15:06:01 | mriedem | because it existed before zuulv3 | |
| 15:06:07 | coreycb | jamespage: mriedem: do those patches enable sharable disks with qemu 2.10? 2.10 is what we have for pike/queens atm. | |
| 15:06:15 | mriedem | coreycb: yes | |
| 15:06:27 | mriedem | coreycb: and yeah, qemu 2.10 is precisely the problem | |
| 15:06:40 | kashyap | Okido, makes sense. | |
| 15:07:02 | mriedem | kashyap: i don't know if that apr job works, but i can propose that we run it on devstack experimental queue so i can see | |
| 15:07:28 | kashyap | mriedem: Yeah, I'm first looking at what's in there - git://git.openstack.org/openstack/devstack-plugin-additional-pkg-repos | |
| 15:08:55 | kashyap | Last updated 01-Apr-2016. | |
| 15:09:08 | kashyap | So at least it needs updates to the file: devstack/lib/libvirt | |
| 15:09:36 | kashyap | (To reflect correct versions.) | |
| 15:10:04 | hrw | uf. one patch, one bug. and then 3 other bugs for the same. ouch | |
| 15:10:25 | kashyap | hrw: What are the three other bugs? It's the same one we were talking about earlier, right | |
| 15:10:46 | mriedem | kashyap: oh hmm https://git.openstack.org/cgit/openstack/devstack-plugin-additional-pkg-repos/tree/devstack/lib/libvirt#n21 | |
| 15:10:50 | kashyap | hrw: I'm even surprised that OpenStack even works on AArch64 | |
| 15:10:54 | mriedem | pointing at liberty still yeah... | |
| 15:11:12 | kashyap | Yeah, the last Git commit should gave it away | |
| 15:11:26 | mriedem | kashyap: and i guess these versions for libvirt and qemu https://git.openstack.org/cgit/openstack/devstack-plugin-additional-pkg-repos/tree/devstack/lib/libvirt#n24 | |
| 15:11:45 | hrw | kashyap: https://bugs.launchpad.net/nova/+bug/1741230 was opened by me for my patch. Then found https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1673467 with some extra info. Then reported bug at upstream libvirt: https://bugzilla.redhat.com/show_bug.cgi?id=1531076 and got pointed to discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1430987 one where again good info is provided. | |
| 15:11:47 | openstack | Launchpad bug 1741230 in OpenStack Compute (nova) "libvirt: use 'host-passthrough' as default on AArch64" [Undecided,In progress] - Assigned to Marcin Juszkiewicz (hrw) | |
| 15:11:48 | openstack | Launchpad bug 1673467 in OpenStack nova-compute charm "[ocata] unsupported configuration: CPU mode 'host-model' for aarch64 kvm domain on aarch64 host is not supported by hypervisor" [High,Fix released] - Assigned to James Page (james-page) | |
| 15:11:49 | openstack | bugzilla.redhat.com bug 1531076 in libvirt "Support 'host-model' on aarch64" [Unspecified,New] - Assigned to libvirt-maint | |
| 15:11:50 | openstack | bugzilla.redhat.com bug 1430987 in libvirt "No cpu model and feature in capabilities" [High,Assigned] - Assigned to abologna | |
| 15:11:59 | hrw | kashyap: we use OpenStack on AArch64 since Liberty ;D | |
| 15:12:16 | kashyap | hrw: Yeah, at this point, your getting traction on the upstream Bugzilla filed is the best bet. | |
| 15:12:48 | mriedem | looking at https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=libvirt-bin&searchon=names | |
| 15:12:52 | hrw | kashyap: first edition of Linaro Developer Cloud was Liberty based. and then ~200 users/projects/companies used it. | |