Tuesday, 2017-08-01

*** smatzek has quit IRC00:04
*** harlowja has quit IRC00:38
*** gcb has joined #openstack-trove01:30
*** gcb has quit IRC01:37
*** gcb has joined #openstack-trove01:39
*** zhaochao has quit IRC01:51
*** zhaochao has joined #openstack-trove01:53
*** itlinux has joined #openstack-trove01:54
*** itlinux has quit IRC02:01
*** https_GK1wmSU has joined #openstack-trove02:05
*** https_GK1wmSU has left #openstack-trove02:05
*** harlowja has joined #openstack-trove02:22
*** itlinux has joined #openstack-trove02:27
*** harlowja has quit IRC02:44
*** itlinux has quit IRC03:01
*** chenying has joined #openstack-trove03:17
*** gouthamr has quit IRC03:28
*** harlowja has joined #openstack-trove03:38
*** links has joined #openstack-trove04:07
*** itlinux has joined #openstack-trove05:05
*** harlowja has quit IRC05:10
*** hoonetorg has quit IRC05:27
*** gcb has quit IRC05:29
*** gcb_ has joined #openstack-trove05:29
*** itlinux has quit IRC05:35
*** hoonetorg has joined #openstack-trove05:44
*** sudhirag098 has joined #openstack-trove05:51
*** harlowja has joined #openstack-trove05:51
*** harlowja has quit IRC06:51
*** rcernin has joined #openstack-trove06:55
*** pcaruana has joined #openstack-trove07:06
*** rcernin has quit IRC07:48
*** rcernin has joined #openstack-trove07:50
*** tosky has joined #openstack-trove09:24
*** smatzek has joined #openstack-trove11:04
openstackgerritGábor Antal proposed openstack/trove master: Remove unnecessary setUp() calls in tests  https://review.openstack.org/48956711:22
*** hoonetorg has quit IRC11:54
*** hoonetorg has joined #openstack-trove12:06
*** links has quit IRC12:40
*** sudhirag098 has quit IRC12:43
openstackgerritSamuel Matzek proposed openstack/trove master: WIP/DNM Add logging to investigate gate failure  https://review.openstack.org/48857512:45
*** kylek3h has joined #openstack-trove13:01
*** gouthamr has joined #openstack-trove13:03
*** tosky has quit IRC13:31
*** tosky has joined #openstack-trove13:31
*** rcernin has quit IRC15:14
*** pcaruana has quit IRC15:22
*** pcaruana has joined #openstack-trove15:40
*** rcernin has joined #openstack-trove15:49
openstackgerritSamuel Matzek proposed openstack/trove master: WIP/DNM Add logging to investigate gate failure  https://review.openstack.org/48857515:50
*** links has joined #openstack-trove16:12
*** itlinux has joined #openstack-trove16:25
*** pcaruana has quit IRC16:58
smatzekamrith, SlickNik, do either of you know how to specify nova.conf settings for Trove gate jobs?  or if it's even possible?17:01
smatzekgate-trove-scenario-dsvm-mysql-multi-ubuntu-xenial is consistently failing on the anti-affinity replica test and all signs point to Nova scheduler violating the anti-affinity policy. With the lack of logging in the scheduler its tough to get a smoking gun, so I am slowly adding more logging on the Trove and Trove test side to get the smoking gun.17:05
smatzekThe reason I ask about nova.conf settings is that in the gate this conf, which has a default of 'True' is being set to 'False'.  If this were enabled, nova compute would likely catch the scheduler's violation of the policy, Trove's test would pass and our gate would be unwedged.  https://github.com/openstack/nova/blob/master/nova/conf/workarounds.py#L128-L14317:08
*** kumarmn has joined #openstack-trove17:13
smatzekcorrection on the defaults.  It's defaulted to 'False' which would mean the nova compute double check of the policy would happen, but in the gate the value is 'True', disabling the re-check of the policy by nova compute and letting nova scheduler violations of the policy fly in the gate.17:20
*** tosky has quit IRC17:39
*** links has quit IRC17:57
*** tosky has joined #openstack-trove18:03
*** itlinux has quit IRC18:06
*** itlinux has joined #openstack-trove18:34
*** itlinux has quit IRC18:36
*** kumarmn has quit IRC18:40
*** kumarmn has joined #openstack-trove18:41
*** kumarmn_ has joined #openstack-trove18:41
*** kumarmn has quit IRC18:45
*** kumarmn_ has quit IRC18:51
smatzekamrith, for the current gate issue with replicas/clusters, we now have a proof that Nova is violating the policy.  This link shows a nova client response showing 2 VMs in an anti-affinity server group, in a 1 compute host environment. http://logs.openstack.org/75/488575/8/check/gate-trove-scenario-dsvm-mysql-multi-ubuntu-xenial/886ca21/console.html#_2017-08-01_17_10_08_30772718:54
smatzekboth VMs are ACTIVE as well, which can be seen in the nova compute log.18:56
smatzekit also appears that in the failing cases Nova scheduler is not emitting INFO messages like this Successfully synced instances from host 'ubuntu-xenial-rax-ord-10003022'., so it is not getting the latest instance-host info which would explain why it's allowing the violation to happen18:59
*** kumarmn has joined #openstack-trove19:02
*** itlinux has joined #openstack-trove19:35
*** rcernin has quit IRC19:36
*** kumarmn has quit IRC19:37
amrithsure you can set nova options; just change then in our devstack plugin :)19:39
amrithit is a kludge19:39
amrithbut we can do it.19:39
amrithwe already do it to tweak the kvm options19:39
amrithand the nested hypervisor settings19:39
*** kumarmn has joined #openstack-trove19:50
smatzekcan you point me at where that code lives?  It would be a kludge, since the post above I've continued to look into nova scheduler logs for succeeding and failing runs. In all failing cases Nova compute to Nova scheudler rpc/notifications are not happening. I'm not sure why yet, infra setup failure??19:50
smatzeksetting that conf would at least catch this one case, but if those notifications/rpcs aren't working between nova components it may be moot.19:51
*** itlinux has quit IRC19:54
*** kumarmn has quit IRC19:56
smatzekI've also diffed the confs dumped out by the nova scheduler and nova compute processes for successful and failing gate runs.  No differences there.19:56
smatzekamrith, nevermind on the question about where the code is to set nova conf settings, I found it.20:17
openstackgerritSamuel Matzek proposed openstack/trove master: WIP/DNM Test enabling Nova compute policy check  https://review.openstack.org/48973120:25
openstackgerritSamuel Matzek proposed openstack/trove master: Test enabling nova policy check in nova-cpu.conf  https://review.openstack.org/48973320:28
*** itlinux has joined #openstack-trove20:35
smatzekI think this change to devstack, related to other nova changes is responsible.  https://github.com/openstack-dev/devstack/commit/f3d533157267a1568eeb36a349aee637195e9c8a21:23
smatzekNova's own gate is currently not seeing RPC between compute and scheduler.21:23
smatzekThe change adds transport_url under the [oslo_messaging_notifications]21:24
smatzek section.  In nova.conf used by the scheduler values are the same, in nova-cpu.conf used by nova compute, the values are different.21:24
*** smatzek has quit IRC21:42
*** eandersson has quit IRC21:50
*** smatzek has joined #openstack-trove22:01
*** smatzek_ has joined #openstack-trove22:02
*** smatzek has quit IRC22:06
itlinuxhello all.. is there a yaml to build trove under Tripleo? TY22:08
*** kylek3h has quit IRC22:12
*** kylek3h has joined #openstack-trove22:13
*** kylek3h has quit IRC22:13
*** smatzek_ has quit IRC22:20
*** smatzek_ has joined #openstack-trove22:36
openstackgerritSamuel Matzek proposed openstack/trove master: WIP/DNM Turn off track_instance_changes  https://review.openstack.org/48977322:42
*** itlinux has quit IRC22:49
*** smatzek_ has quit IRC22:49
*** gouthamr has quit IRC23:43
-openstackstatus- NOTICE: osic nodes have been removed from nodepool due to a problem with the mirror host beginning around 22:20 UTC. please recheck any jobs with failures installing packages.23:48

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!