04:00:18 #startmeeting masakari 04:00:19 Meeting started Tue Oct 31 04:00:18 2017 UTC and is due to finish in 60 minutes. The chair is samP. Information about MeetBot at http://wiki.debian.org/MeetBot. 04:00:20 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 04:00:22 The meeting name has been set to 'masakari' 04:00:29 Hi all for Masakari 04:00:33 hi 04:00:35 samP: Hi 04:00:35 Hi 04:00:36 o/ 04:00:42 Hi 04:00:47 Hi all.. 04:00:51 let's start 04:01:10 #topic High Priority Items 04:01:42 About the Project Onboarding session, I will do the session 04:02:00 If you wish to join me, please let me know. 04:02:23 I will share the slides in ML 04:02:33 samP: Thanks 04:02:46 tpatil: NP 04:02:58 #topic Bugs 04:03:10 #link https://bugs.launchpad.net/masakari/+bug/1728544 04:03:12 Launchpad bug 1728544 in masakari "devstack installation of masakari fails with rabbitmq ACCESS_REFUSED" [Critical,In progress] - Assigned to Dinesh Bhor (dinesh-bhor) 04:03:28 Dinesh_Bhor: thanks for the fix 04:03:35 samP: Np 04:04:30 we have zuul -1, but its ok. lets wait for jenkins. 04:05:00 #link https://bugs.launchpad.net/masakari-monitors/+bug/1728527 04:05:01 Launchpad bug 1728527 in masakari-monitors "hostmonitor can not monitor pacemaker_remote node via cibadmin query" [Undecided,New] 04:05:06 samP: In my understanding, Current jenkins is "zuul". 04:05:21 rkmrHonjo: really? 04:06:05 samP: Maybe. And, failure of py27 was caused by oslo.context. 04:06:23 rkmrHonjo, samP: The failing test cases should be fixed in this patch: https://review.openstack.org/#/c/513520/1 04:06:48 Dinesh_Bhor: rkmrHonjo : got it. 04:07:16 Let me check which Oslo.context version is used by masakari 04:07:25 It seems we still have Jenkins and Zuul. Are Zuul3 issues fixed? 04:07:27 Dinesh_Bhor: I thought same as you. But, that patch also failed to run py27 when I rechecked today... 04:08:24 oslo.context library should be added in requirements.txt 04:08:35 Oops, sorry, the patch I rechecked is https://review.openstack.org/#/c/513500/ 04:09:13 tpatil: agree 04:09:33 is it using latest version 2.19.2? 04:10:12 tpatil: Yes. Current global-requirement blocks 2.19.1, but it doesn't block 2.19.2. 04:10:48 it's using 2.19.2, http://logs.openstack.org/06/516506/1/check/openstack-tox-py27/57a9fa8/tox/py27-5.log, search for oslo.context 04:13:07 samP: We should review this patch and get it merged as early as possible https://review.openstack.org/#/c/513520/ 04:13:13 oslo.context!=2.19.1,>=2.14.0 04:14:07 pwd 04:14:14 Sorry, after all, I think that Dinesh_Bhor's opinion will be right if it can pass py27 now. 04:14:17 ignore my previous message 04:14:56 s/py27/py27 unit tests/ 04:15:16 Ben put -1 to WF, till release of new oslo version 04:16:10 Is new version available? if then we could proceed. I will check and comment 04:16:54 tpatil: If we don't specify a lib in requirement.txt then it refers it from global-requirements.txt. But yes it should be added as a requirement in masakari. 04:17:08 # link : https://github.com/openstack/oslo.context/releases/tag/2.19.2 04:17:17 samP: Ben's patch depends on https://review.openstack.org/#/c/511026/ . That is merged. And, that is conteined in 2.19.2 04:17:46 oslo.context 2.19.2 is released 04:18:15 tpatil: rkmrHonjo Dinesh_Bhor: thanks. 04:18:48 samP: there are two ways to fix this problem 04:18:54 1. Ben's patch 04:19:12 2. Remove the project attribute from unit tests 04:19:27 need to weigh both these options 04:20:04 rkmrHonjo: Please confirm if #2 is another way to fix the unit tests issue 04:21:06 tpatil: Ah, ok. I confirm it after this. And, I send a mail about it to devML. 04:21:15 tpatil: thanks, both are OK, but I prefer #1. It seems correct thing to do. 04:21:19 rkmrHonjo: Thanks 04:21:36 rkmrHonjo: tpatil thanks 04:22:07 I will review Ben's patch and lets discuss further in ML 04:22:27 #link https://bugs.launchpad.net/masakari-monitors/+bug/1728527 04:22:29 Launchpad bug 1728527 in masakari-monitors "hostmonitor can not monitor pacemaker_remote node via cibadmin query" [Undecided,New] 04:22:50 We have new bug reported in masakari-monitors about pacemaker remote 04:23:28 rkmrHonjo: Could you please take a look at this issue? 04:23:51 hi, I'm the one who filed this bug 04:23:52 samP: OK, I check it. 04:24:01 hieulq: Hi 04:24:10 hieulq: Hi. Thank you for reporting. 04:24:10 hieulq: Thank you for the report 04:24:51 samP, rkmrHonjo I'm finding another work-around with cibadmin -Q but seems it's impossible 04:25:26 cib.xml only report remote node with crmd='online' attribute if the node is guest node 04:25:39 hieulq: correct 04:26:02 if we create pcs resource with ocf:pacemaker:remote RA, there would be no crmd attribute in node state tag 04:26:34 we could be turn around with old method from hostmonitor.sh 04:26:43 but seems like this will be a lot of works 04:27:42 hieulq: I have check this in my environment. I use pacemaker remote and wonder why I miss this!? 04:28:14 hieulq: I have one question. Did you use python version at first?(or, bash version?) 04:28:47 rkmrHonjo, used to use bash version and now testing with python version 04:29:45 we dont want to use the bash version :) 04:30:18 hieulq: Thanks. There is a possibility that both version have same bug. But, we will fix only python version. 04:30:44 Because bash version will be deprecated in near future. 04:31:16 rkmrHonjo, the bash version worked well 04:31:32 because bash version check via grep'ing the status from stdout 04:31:34 https://github.com/openstack/masakari-monitors/blob/master/masakarimonitors/hostmonitor/hostmonitor.sh#L482 04:31:52 hieulq: Oh, thanks a lot. I check it. 04:31:52 but python version not, it checked via cibadmin query 04:32:34 so I think this should be fixed for next release, because without pacemaker_remote, there could be a blocking point for applying Masakari in production 04:32:35 hieulq: we need to check cibadmin and find a method to how to get same infor. 04:33:02 thanks samP, I'm also trying too 04:33:26 hieulq: correct. This is very important issue. Me and rkmrHonjo will look into this 04:33:52 samP: I got it. 04:34:12 thanks samP and rkmrHonjo :) 04:34:15 hieulq: if you would like to discuss or share some info please use openstack-dev [masakari] 04:34:28 sure 04:34:53 because next week or tow, most of us will not available on IRC. 04:35:06 hieulq: thanks again.. 04:35:22 Any other bugs to discuss? 04:35:52 #link https://bugs.launchpad.net/masakari/+bug/1724764 04:35:54 Launchpad bug 1724764 in masakari "service_type and service_name which is specified in nova_catalog_admin_info are not used" [Undecided,New] - Assigned to takahara.kengo (takahara.kengo) 04:36:08 rkmrHonjo: thanks for bringing this up 04:36:27 tpatil: Takahara is improving the bug description of above LP now. 04:36:52 So please wait a little more. 04:36:59 rkmrHonjo: Ok 04:37:12 tpatil: thanks. 04:37:18 rkmrHonjo: OK thank you.. 04:37:31 takahara: thanks 04:37:51 #topic Discussion points 04:38:07 (1) Horizon Plugin 04:38:25 Any updates or any thing to discuss? 04:38:51 Niraj will submit patches to create a repo, it will be done by e.o.d today 04:39:07 tpatil: sure, Thanks 04:39:22 (2) Install guide document 04:39:44 As we discussed, Its better to merge this docs before summit. 04:40:11 I have fixed review comments given on the patches 04:40:14 I will review and let's try merge those in this week. 04:40:22 abhishekk: thanks. 04:41:14 (3) recovery method customization 04:41:31 I think this spec will update soon. right? 04:41:45 samP: Yes 04:41:53 samP: yes, 04:42:07 tpatil: Dinesh_Bhor thank you.. 04:42:12 (4) Find hosts without specifying segments 04:42:36 samp: Tahakara finished to write the spec according to your opinion. 04:42:52 Please check it. 04:43:07 rkmrHonjo: takahara: thanks, I will check it. 04:43:13 samP: thanks. 04:43:34 #action samP review https://review.openstack.org/#/c/506986/ 04:44:02 (5) Queens Work Items 04:44:12 No update from my side. 04:44:25 (6) BMHA 04:44:31 No update from my side. 04:44:51 (7) OpenStack Proposal Bot updates 04:45:46 there are total 3 patches up for review 04:45:55 Still have some issues. But I will fix and merge existing patches 04:47:06 #link https://review.openstack.org/#/c/509782/ 04:47:13 #link https://review.openstack.org/#/c/495291/ 04:47:25 #link https://review.openstack.org/#/c/477955/ 04:48:02 #topic AOB 04:48:14 Any other items to discuss? 04:49:15 Most of us in summit next week. Therefore, there will be no IRC meeting in next week. 04:49:49 ok. 04:50:31 okay 04:50:36 If you need to discuss any thing, please use the openstack-dev ML with [masakari] 04:51:02 if no other items to discuss, let's finish the meeting for today.. 04:51:22 Thank you all.. 04:51:27 thank you. 04:51:29 thank you 04:51:36 Thanks 04:51:43 Thank you all 04:51:50 #endmeeting