15:01:18 #startmeeting third-party 15:01:19 Meeting started Mon Dec 4 15:01:18 2017 UTC and is due to finish in 60 minutes. The chair is lennyb. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:01:20 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:01:22 The meeting name has been set to 'third_party' 15:01:28 Hello 15:02:10 o/ 15:02:27 mmedvede, how are you nowdays? 15:03:11 mmedvede, anything you would like to discuss/share? 15:03:29 all is well, thanks 15:04:03 I wonder if any third-party CI operators started rolling out zuulv3 15:04:25 mmedvede, dont know. we are still in zuulv2. 15:04:50 do you know how much work it takes to move to v3? 15:04:57 I am working on getting puppet-openstackci to better support v3 15:05:08 #link https://storyboard.openstack.org/#!/story/2001367 15:05:39 lennyb: I do not know how much work exactly, but I think quite a bit 15:08:03 my plan is to get a test environment deployed using puppet-openstackci first 15:08:19 mmedvede, thanks. Do you know if I understand correctly there is no Jenkins in Zuulv3. So who runs the jobs ? Zuul? We should rewrite all JJB yamls? 15:08:51 lennyb: yes, no jenkins. There are zuul executors instead that run ansible playbooks 15:09:20 my understanding is superficial, as I did not really touch it with my my own hands yet 15:10:33 mmedvede, I see. We have in plans checking out zuul3, but I dont see it in the near future. We have 3 production environment based on zuul2. 15:11:52 mmedvede, anything else on this issue? 15:12:03 ouch, 3 is a lot 15:12:45 mmedvede, o yeah :), So it takes time to maintain them 15:13:41 lennyb: I have nothing else. Should mention in case any operators use puppet-openstackci and want to get to zuulv3 faster, I could use some help, probably with testing and reviewing 15:14:44 mmedvede, I will check if I can help you with this. 15:15:19 mmedvede, I dont remember if I asked you this already, do you run stable/ocata and stable/pike in your setup? 15:20:37 lennyb: in setup of what? 15:20:53 we run tests on stable/pike and ocata patches, yes 15:20:59 our clouds are mitaka 15:22:22 mmedvede, I had some strange error that also tushar saw. So I added a small workaround #link https://review.openstack.org/#/c/507391/ . I wander if only us faced this issue 15:26:51 lennyb: looks like we have the same error for stable/pike at least 15:27:02 https://dal05.objectstorage.softlayer.net/v1/AUTH_3d8e6ecb-f597-448c-8ec2-164e9f710dd6/pkvmci/cinder/25/525025/1/check/devstack-plugin-ceph-dsvm-xenial/7eab392/libvirt/libvirtd.txt.gz 15:29:05 mmedvede, try to use my patch 15:29:23 I wonder if it has something to do with using kvm acceleration (there are another errors below in the log pointing to that) 15:29:35 lennyb: are you using accel=kvm or tcg? 15:29:57 iirc OpenStack CI was using more of tcg 15:32:57 mmedvede, where should I check for accel? 15:34:39 lennyb: qemu command should have that 15:35:45 switching to tcg is not a good solution, but if you also use accel=kvm it could explain why upstream CI has no problems 15:36:29 you can check qemu args used in libvirt/qemu/instance-* logs 15:36:47 mmedvede, ok, I will check it. thanks. 15:37:12 I'll test your patch 15:37:34 mmedvede, I have accel=kvm #link http://52.169.200.208/40/521640/6/check-nova/Nova-MACVTAP-ML2-Sriov/4c15428/logs/qemu/instance-0000000a.log.gz 15:38:43 good, this upstream job does use tcg http://logs.openstack.org/39/521639/6/check/legacy-tempest-dsvm-neutron-full/de7577d/logs/libvirt/qemu/instance-0000000a.txt.gz 15:40:45 mmedvede, I also see another libvirt error, that is not consistent "qemuDomainLookupByUUID:1569 : Domain not found:" 15:41:13 #link http://52.169.200.208/59/525159/2/check-mlnx/Neutron-ML2-Sriov/63491b6/logs/libvirtd.log.gz 15:42:44 lennyb: I see that libvirt error in both failing and passing tests 15:43:26 a lot of libvirtd errors could also be normal 15:43:52 actually, this is not an error, it is just a debug info message 15:44:07 mmedvede, do you know how can I set accel=tcg? I want to check something 15:44:56 mmedvede: #link http://52.169.200.208/59/525159/2/check-mlnx/Neutron-ML2-Sriov/63491b6/logs/devstack@n-cpu.service.log.gz 15:44:57 libvirtError: Node device not found: no node device with matching name 'net_enp6s0f4_fa_16_3e_5e_3d_3a' 15:46:27 to set accel=tcg on OpenStack level you can set the setting in nova.conf: 15:48:54 [libvirt] 15:48:55 virt_type=qemu 15:49:45 you can trace backwards from there what you need to change in devstack-gate or devstack settings if you use either 15:49:48 mmedvede, thanks. 15:52:35 mmedvede, we are reaching end of meeting. Thanks for the tips, I will do some checking. 15:52:56 thanks 15:55:23 mmedvede, see you next week. thanks for showing up 15:56:56 #endmeeting