08:00:59 #startmeeting watcher 08:01:00 Meeting started Wed Jul 3 08:00:59 2019 UTC and is due to finish in 60 minutes. The chair is licanwei. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:01:01 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:01:02 Hi 08:01:04 The meeting name has been set to 'watcher' 08:01:09 hi 08:01:15 hi 08:01:15 Long time no see. 08:01:40 #topic Announcements 08:02:06 Optimized Nova API calls for data model show between 30 / 40% performance improvement 08:02:17 good news :) 08:02:42 Yes indeed, with the limit set performance is now much better then before 08:05:51 Possibly we can get better performance when doing multiple calls in parallel but for now this is fine 08:06:10 Yes. 08:06:29 OK, next topic 08:06:38 #topic Review 08:07:16 https://review.opendev.org/667522 improve OptGroup consistency across configuration needs review 08:07:42 I think this patch is ok. 08:07:47 +1 08:08:10 +1 08:08:32 Detailed information is always good in the documentation. 08:08:57 Okaj, i'll add the workflow after the meeting 08:09:12 https://review.opendev.org/660011 Add reource_name in action input parameter field needs review 08:09:59 maybe need a new patch 08:11:07 I'll review after meeting 08:11:54 Ok. 08:12:14 https://review.opendev.org/668005 Improve logging in building of nova data model needs review 08:12:33 +1 for review 08:13:14 I'll add the space to the logging string today 08:13:53 Ok. I will learn this patch tomorrow. 08:14:10 Ok, next 08:14:31 https://review.opendev.org/668602 Remove notifier_driver option in Watcher devstack needs review 08:15:37 Gerrit is taking a very long time to load 08:15:45 yes. 08:15:53 gerrit is error now. 08:16:17 Code Review - Error 08:16:46 I don't remember we need watcher_message group and notifier_driver option 08:17:17 and I can't find these in watcher source code 08:18:04 I will check it. If we don't use this. I think we can remove it. 08:18:21 [https://review.opendev.org/668100 Reduce the query time of the instances when call get_instance_list() needs new patchset 08:18:22 Yes if these options do not exist we can remove it 08:18:52 need new patch 08:19:07 Ok. I am writing unittest for this patch. 08:19:20 unittest about limit == -1 08:19:40 https://review.opendev.org/668363 Blacklist sphinx 2.1.0 (autodoc bug) needs review 08:19:51 +1 for review 08:20:21 https://review.opendev.org/668285 Add name field for test data needs review 08:20:59 https://review.opendev.org/668110 Releasenote for grafana datasource needs review 08:21:18 It's OK for me, will +2 after meeting 08:22:16 Okaj, Grafana patch itself also needs review 08:22:45 OK~ 08:23:09 Ok. 08:23:13 #topic discussions 08:23:41 Inactive core-reviewer update 08:24:07 I wonder if core-reviewers replied to the email on the mailing list 08:24:41 I've removed David TARDIVEL and Prudhvi Rao Shedimbi 08:25:10 no one reply 08:25:40 Okaj, I did see YumengBao en Hidekazu review a patch recently 08:26:06 people inactive over one year will be removed 08:26:33 I think that is a good strategy 08:26:53 We can send it again if they still no one responds. 08:27:01 send the email. 08:27:33 Do you plan to attend openinfra summit in Shanghai? 08:28:02 I do not plan to attend the Shanghai summit 08:28:33 When are you going to study for a master's degree 08:29:07 Starting september will begin so called pre-master the master itself should start in Februari 2020 08:30:11 pre-master means ? 08:30:15 It’s coming to September soon. 08:31:10 pre-master is done when applying for a master degree if the bachelors degree was done on a applied university 08:31:38 ok, thanks 08:31:41 next 08:31:52 about id, uuid and hostname in ComputeNode 08:32:55 we have 3 related fields in ComputeNode 08:33:12 https://github.com/openstack/watcher/blob/master/watcher/decision_engine/model/collector/nova.py#L306 08:33:53 Now id is uuid, refer to https://developer.openstack.org/api-ref/compute/?expanded=list-hypervisors-details-detail#list-hypervisors-details 08:34:15 Now uuid is equal to hostname 08:34:25 and as Matt said, service.host is equal to hypervisor name 08:35:00 I think we need to remove id and only keep uuid but set uuid to node.id since with 2.53 this will be uuid 08:35:02 I think we can remove id. 08:35:07 so I think maybe we just need two fields: uuid and hostname 08:35:21 yes, I agree with you 08:35:47 I would like to make one addition 08:36:00 ? 08:36:08 I think we should add hypervisor_type to ComputeNode 08:36:29 since now bare-metal nodes will end up in list of ComputeNodes which might have unexpected results for strategies 08:37:23 I think we should remove the baremetal nodes from the ComputeNodes. We could either do this during the building of the data model or let strategies decide to ignore them or not 08:37:57 What kinds of values does hypervisor_type have 08:38:13 we don't include baremetal nodes in Compute datamodel 08:38:42 licanwei: when you do hypervisors.list() you also get ironic nodes 08:39:15 They are different hypervisor_type? 08:39:30 Yes I will make paste and show you 08:39:40 Ok 08:39:56 https://pastebin.com/sxv5dnLZ 08:40:08 If so ,we should remove baremetal nodes 08:40:09 Here is output of 'openstack hypervisor list' it contains ironic nodes 08:40:26 thanks 08:40:28 Similarly nova.hypervisors.list() will contain these ironic nodes 08:40:43 These need to be removed in Compute model I think 08:41:48 If this, we should remove it. 08:41:58 ok, we should filter baremetal nodes when building compute data model 08:42:04 Agree :) 08:43:14 +1 08:45:32 I'll report a bug to record this 08:46:30 nice 08:47:11 ok, If no more thing to discuss, I'll end the meeting 08:47:43 I have nothing else, thank you all 08:47:47 Very efficient today. 08:48:08 thanks everyone. 08:48:38 thank you Corne and chenke 08:48:55 Bye~ 08:49:00 #endmeeting