gmann | dansmith: can you re-review this, removed glance scope setting also as that is also now enabled in devastack by default https://review.opendev.org/c/openstack/nova/+/883557 | 02:13 |
---|---|---|
gmann | gibi: bauzas: ^^ can either of you check this RBAC old default new job | 02:13 |
opendevreview | melanie witt proposed openstack/nova master: libvirt: Configure and teardown ephemeral encryption secrets https://review.opendev.org/c/openstack/nova/+/826754 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: imagebackend: Add support to libvirt_info for LUKS based encryption https://review.opendev.org/c/openstack/nova/+/826755 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Support create with ephemeral encryption for qcow2 https://review.opendev.org/c/openstack/nova/+/870932 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Support resize with ephemeral encryption https://review.opendev.org/c/openstack/nova/+/870933 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Add encryption support to convert_image https://review.opendev.org/c/openstack/nova/+/870934 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Add hw_ephemeral_encryption_secret_uuid image property https://review.opendev.org/c/openstack/nova/+/870935 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Add encryption support to qemu-img rebase https://review.opendev.org/c/openstack/nova/+/870936 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Support snapshot with ephemeral encryption https://review.opendev.org/c/openstack/nova/+/870937 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Support rescue with ephemeral encryption https://review.opendev.org/c/openstack/nova/+/873675 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: Update driver BDMs with ephemeral encryption image properties https://review.opendev.org/c/openstack/nova/+/870939 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: libvirt: Introduce support for qcow2 with LUKS https://review.opendev.org/c/openstack/nova/+/772273 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: block_device: Add encryption attributes to swap disks https://review.opendev.org/c/openstack/nova/+/884312 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: WIP raw imagebackend support https://review.opendev.org/c/openstack/nova/+/884313 | 04:37 |
opendevreview | melanie witt proposed openstack/nova master: DNM test ephemeral encryption + resize: qcow2, raw https://review.opendev.org/c/openstack/nova/+/862416 | 05:01 |
*** ministry is now known as __ministry | 05:51 | |
dansmith | gmann: yep | 13:40 |
kashyap | dansmith: That CirrOS 0.5.2 is fixed now: https://github.com/cirros-dev/cirros/issues/102 | 14:17 |
kashyap | They bumped the kernel. | 14:17 |
sean-k-mooney | finally | 14:17 |
dansmith | kashyap: hah, we just bumped to 6.0 :) | 14:17 |
kashyap | LOL | 14:17 |
dansmith | but yeah, I need to survey for guest kernel crashes since the bump | 14:17 |
sean-k-mooney | we are on 6.1 no? | 14:17 |
kashyap | Oh, wait - there are more guest kernel crashes after the bump? | 14:18 |
sean-k-mooney | i asked them to bump the kernel like 2 years ago to fix some of the kernel issues | 14:18 |
dansmith | I meant 6.x | 14:18 |
sean-k-mooney | thats a diffent kernel fix then the one i asked them to bump for before | 14:19 |
sean-k-mooney | but in anycase we are not using that anymore but it might be useful on stable i guess | 14:19 |
dansmith | kashyap: no, I'm saying we bumped to cirros 6.x a few days ago and I need to survey to see if the kernel crashes have stopped | 14:20 |
kashyap | Aaah, like that | 14:20 |
kashyap | Makes sense, yes. | 14:20 |
kashyap | sean-k-mooney: Which one did you ask? We asked this update to solve these sort of crashes: https://kashyapc.fedorapeople.org/CirrOS_segfault/guest-boot-console-and-segfault.txt | 14:21 |
sean-k-mooney | kashyap: it was related to https://github.com/cirros-dev/cirros/issues/69 | 14:21 |
* kashyap clicks | 14:23 | |
sean-k-mooney | we worked aroudn it with https://github.com/lyarwood/cirros/commit/c8972ca3dcde2bedc00cbeda0e0ccb8fcbf92883 but chattign to lee i found a fixed kernel bug that had been released in an newer verison | 14:23 |
kashyap | Oh, this, the IO-APIC one. | 14:23 |
sean-k-mooney | ya so there was a fix for the apic issue in a later kernel package | 14:23 |
sean-k-mooney | we worked around it with the kernel parmater | 14:23 |
sean-k-mooney | but the package never got updated at least not at the time | 14:24 |
sean-k-mooney | it may have been since | 14:24 |
kashyap | Ah, nod | 14:24 |
dansmith | kashyap: from this morning: https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_f3e/883602/2/gate/nova-ceph-multistore/f3e5585/testr_results.html | 15:35 |
dansmith | guest kernel crash, but it's the IO-APIC variant | 15:35 |
kashyap | dansmith: Ohh, is it with CirrOS 6.1? | 15:36 |
dansmith | should be, it's from this morning on master | 15:36 |
kashyap | If it's IO-APIC variant one; then the immediate thing that comes to mind is does this image also needs "no_timer_check" to its kernel parameter | 15:36 |
dansmith | yep https://zuul.opendev.org/t/openstack/build/f3e558513e3f4a6c8e9c0ceb50a023e1/log/job-output.txt#2056 | 15:37 |
dansmith | well, it ran a hundred other tests with that image and configuration of course | 15:37 |
dansmith | but if that's something we should always be using in devstack, you should add that :) | 15:37 |
kashyap | Understood; I've added it to my plate to see if there's any other way around here, besides the kernel parameter | 15:39 |
frickler | kashyap: I missed that kernel bump issue because I was on holiday. iiuc it will still need a release, like 0.5.3? | 15:40 |
kashyap | dansmith: Why do you mention the hundred other tests? Is it as a "contrasting" success of what tests are actually passing? | 15:41 |
dansmith | kashyap: no I'm saying it's clearly not "this requires this flag to work at all" | 15:41 |
kashyap | frickler: See the issue mentioned here: https://github.com/cirros-dev/cirros/issues/102 | 15:41 |
frickler | kashyap: yes, I don't see a release for that | 15:41 |
frickler | I'l check with smoser | 15:42 |
kashyap | dansmith: Aah, like that. Noted. I was only thinking of th IO-APIC + timer panic | 15:42 |
kashyap | frickler: smoser seems to point me to a build? | 15:43 |
kashyap | frickler: Please mention your thoughts on that ticket, to keep everything in one place | 15:43 |
frickler | yes, that's kind of a testing build. updated the issue, good point | 15:45 |
*** tosky_ is now known as tosky | 16:20 | |
opendevreview | Alexey Stupnikov proposed openstack/nova master: Translate VF network capabilities to port binding https://review.opendev.org/c/openstack/nova/+/884439 | 19:53 |
*** sfinucan is now known as stephenfin | 21:52 | |
opendevreview | melanie witt proposed openstack/nova master: WIP raw imagebackend support https://review.opendev.org/c/openstack/nova/+/884313 | 22:19 |
opendevreview | melanie witt proposed openstack/nova master: DNM test ephemeral encryption + resize: qcow2, raw https://review.opendev.org/c/openstack/nova/+/862416 | 22:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!