openstackgerrit | OpenStack Proposal Bot proposed openstack/python-senlinclient master: Updated from global requirements https://review.openstack.org/517499 | 02:02 |
---|---|---|
*** tman has joined #senlin | 02:36 | |
*** tman has quit IRC | 02:46 | |
*** tman has joined #senlin | 02:47 | |
*** ruijie has joined #senlin | 03:00 | |
*** ruijie has quit IRC | 03:58 | |
*** ruijie has joined #senlin | 03:58 | |
openstackgerrit | chenyb4 proposed openstack/senlin master: Fix health manager load profile type_name error https://review.openstack.org/517853 | 03:58 |
tman | hi guys | 04:15 |
tman | I'm also getting the same issue here: https://bugs.launchpad.net/senlin/+bug/1681620 | 04:16 |
openstack | Launchpad bug 1681620 in senlin "ACTION failed when can't get the cluster lock" [Critical,Fix committed] - Assigned to XueFeng Liu (jonnary-liu) | 04:16 |
tman | I'm testing with version 4.0.0 | 04:16 |
tman | I see that it's a fix committed, but wondering why it's getting suck in my setup | 04:17 |
tman | here is full log from senlin-engine: http://paste.ubuntu.com/25900670/ | 04:28 |
openstackgerrit | chenyb4 proposed openstack/python-senlinclient master: Fix cluster delete miss force-delete parameter https://review.openstack.org/517859 | 04:51 |
openstackgerrit | chenyb4 proposed openstack/python-senlinclient master: Fix delete cluster/node miss force-delete parameter https://review.openstack.org/517859 | 05:21 |
*** openstackgerrit has quit IRC | 06:31 | |
*** tman has quit IRC | 06:45 | |
*** tman has joined #senlin | 06:45 | |
*** openstackgerrit has joined #senlin | 07:11 | |
*** barjavel.freenode.net sets mode: +v openstackgerrit | 07:11 | |
chenyb4 | Hi, all. When The health_policy_event policy attach to cluster, detach this policy apper error. https://bugs.launchpad.net/senlin/+bug/1730295 | 07:52 |
openstack | Launchpad bug 1730295 in senlin "Detach health_policy_event Policy failed in senlin project" [Undecided,New] | 07:52 |
*** AlexeyAbashkin has joined #senlin | 08:33 | |
*** AlexeyAbashkin has quit IRC | 08:51 | |
*** AlexeyAbashkin has joined #senlin | 08:51 | |
ruijie | hi chenyb4, how to reproduce it? | 08:56 |
chenyb4 | ruijie, create cluster--> attach health_policy_event to cluster--> execute "senlin cluster-policy-detach -p xxx xxxx"---> senlin-engine.log will be appear error. | 08:59 |
ruijie | you are using listener model? | 09:01 |
chenyb4 | ruijie, yes, listener recover able to right | 09:03 |
ruijie | em.. looks like more than one bugs there | 09:07 |
chenyb4 | ruijie, https://bugs.launchpad.net/oslo.service/+bug/1662939 this record bug, but in oslo.service version has fix it. | 09:07 |
openstack | Launchpad bug 1662939 in oslo.service "list.remove(x): x not in list when creating a thread" [High,Fix released] - Assigned to Thomas Herve (therve) | 09:07 |
ruijie | thanks chenyb4. I cannot create the policy since there is a bug here need a quick fix: https://bugs.launchpad.net/senlin/+bug/1730332 | 09:16 |
openstack | Launchpad bug 1730332 in senlin "failed to create health_policy in listening model" [Undecided,New] | 09:16 |
chenyb4 | ruijie, this bug i has report | 09:17 |
*** openstackgerrit has quit IRC | 09:18 | |
chenyb4 | ruijie, so, you will be add interval config in health_policy_event | 09:18 |
chenyb4 | ruijie, https://github.com/openstack/senlin/blob/master/senlin/policies/health_policy.py#L151 | 09:19 |
*** ruijie has quit IRC | 09:19 | |
chenyb4 | ruijie, https://bugs.launchpad.net/senlin/+bug/1730296 don't finish create health_policy_event | 09:20 |
openstack | Launchpad bug 1730296 in senlin "When create health_policy_event policy error" [Undecided,New] | 09:20 |
*** ruijie has joined #senlin | 09:22 | |
chenyb4 | ruijie, https://bugs.launchpad.net/senlin/+bug/1730296 can't finish create health_policy_event | 09:24 |
openstack | Launchpad bug 1730296 in senlin "When create health_policy_event policy error" [Undecided,New] | 09:24 |
chenyb4 | ruijie, https://github.com/openstack/senlin/blob/master/senlin/policies/health_policy.py#L151 | 09:24 |
ruijie | yes chenyb4 | 09:25 |
chenyb4 | ruijie, so, add interval in health_policy_event, the policy create finish. health_policy_event the code looks don't support. | 09:26 |
*** openstackgerrit has joined #senlin | 09:28 | |
*** ChanServ sets mode: +v openstackgerrit | 09:28 | |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: failed to create health policy in listening model https://review.openstack.org/517895 | 09:28 |
ruijie | actually the interval field is not needed in listening model | 09:28 |
ruijie | another problem is that the spec-file /example/policies/health_policy_event.yaml is incorrect | 09:29 |
ruijie | we don't support multiple action right now | 09:29 |
chenyb4 | ruijie, yes | 09:30 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: revise the example health policy template files https://review.openstack.org/517899 | 09:36 |
chenyb4 | ruijie, and the rebuild senlin don't support, the health_policy_event.yaml I'm going to fix | 09:36 |
ruijie | em, it is not supported now? | 09:39 |
chenyb4 | ruijie, it looks only support RECREATE https://github.com/openstack/senlin/blob/master/senlin/profiles/base.py#L469 | 09:42 |
ruijie | https://github.com/openstack/senlin/blob/master/senlin/profiles/os/nova/server.py#L1437 | 09:44 |
ruijie | for nova-server, it's okay. for heat-stack: https://github.com/openstack/senlin/blob/master/senlin/policies/health_policy.py#L179 | 09:45 |
ruijie | that will be great if this kind of difference between different profile-types could be described in user documentation :) | 09:47 |
ruijie | And the bug about oslo.service, I am using oslo.service 1.25. The detaching action in good status | 09:48 |
chenyb4 | oslo.service 1.25 ok, i check it . | 09:49 |
*** AlexeyAbashkin has quit IRC | 10:00 | |
*** AlexeyAbashkin has joined #senlin | 10:02 | |
chenyb4 | ruijie, detach the health_policy_event error has exist | 10:03 |
chenyb4 | ruijie, the log message not different about error | 10:03 |
*** AlexeyAbashkin has quit IRC | 10:06 | |
*** AlexeyAbashkin has joined #senlin | 11:06 | |
*** AlexeyAbashkin has quit IRC | 11:52 | |
*** AlexeyAbashkin has joined #senlin | 11:55 | |
*** AlexeyAbashkin has quit IRC | 12:00 | |
*** AlexeyAbashkin has joined #senlin | 12:13 | |
*** AlexeyAbashkin has quit IRC | 12:34 | |
*** catintheroof has joined #senlin | 13:06 | |
*** catintheroof has quit IRC | 13:12 | |
*** catintheroof has joined #senlin | 13:14 | |
*** jmlowe has quit IRC | 13:31 | |
*** AlexeyAbashkin has joined #senlin | 14:02 | |
*** AlexeyAbashkin has quit IRC | 14:16 | |
*** AlexeyAbashkin has joined #senlin | 14:51 | |
*** AlexeyAbashkin has quit IRC | 15:15 | |
*** jmlowe has joined #senlin | 15:18 | |
*** catintheroof has quit IRC | 16:19 | |
*** tman has quit IRC | 16:26 | |
*** catintheroof has joined #senlin | 17:12 | |
*** catintheroof has quit IRC | 17:17 | |
*** catintheroof has joined #senlin | 17:37 | |
*** catintheroof has quit IRC | 17:41 | |
*** catintheroof has joined #senlin | 17:56 | |
*** AlexeyAbashkin has joined #senlin | 21:00 | |
*** AlexeyAbashkin has quit IRC | 21:04 | |
*** jmlowe has quit IRC | 21:04 | |
*** jmlowe has joined #senlin | 21:17 | |
*** jmlowe has quit IRC | 21:24 | |
*** catintheroof has quit IRC | 21:51 | |
*** jmlowe has joined #senlin | 22:12 | |
*** jmlowe has quit IRC | 22:23 | |
*** jmlowe has joined #senlin | 22:46 | |
*** jmlowe has quit IRC | 23:12 | |
*** jmlowe has joined #senlin | 23:13 | |
*** jmlowe has quit IRC | 23:15 | |
*** jmlowe has joined #senlin | 23:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!