*** catintheroof has joined #senlin | 00:00 | |
*** catintheroof has quit IRC | 00:01 | |
*** catintheroof has joined #senlin | 00:04 | |
*** catintheroof has quit IRC | 00:33 | |
*** catintheroof has joined #senlin | 00:39 | |
*** catintheroof has quit IRC | 01:09 | |
*** elynn has joined #senlin | 01:22 | |
*** yanyanhu has joined #senlin | 01:25 | |
*** openstackgerrit has joined #senlin | 01:29 | |
*** ChanServ sets mode: +v openstackgerrit | 01:29 | |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: add 'health_check' to api-ref https://review.openstack.org/461948 | 01:29 |
---|---|---|
openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: add 'health_check' to api-ref https://review.openstack.org/461948 | 01:41 |
*** ruijie_ has joined #senlin | 01:43 | |
*** zhurong has joined #senlin | 01:50 | |
*** zhurong has quit IRC | 02:07 | |
openstackgerrit | Merged openstack/senlin master: Engine service support to node adopt https://review.openstack.org/454617 | 02:08 |
openstackgerrit | RUIJIE YUAN proposed openstack/senlin master: bump scaling policy version to 1.1 https://review.openstack.org/461971 | 02:52 |
openstackgerrit | Merged openstack/senlin master: add 'health_check' to api-ref https://review.openstack.org/461948 | 02:56 |
openstackgerrit | yangyide proposed openstack/senlin master: API documentation for services https://review.openstack.org/459191 | 03:04 |
*** zhurong has joined #senlin | 03:38 | |
*** zhurong has quit IRC | 03:40 | |
*** XueFeng has joined #senlin | 03:49 | |
openstackgerrit | yangyide proposed openstack/senlin master: API documentation for services https://review.openstack.org/461982 | 03:58 |
yuanbin | Hi, I have a question, I cherry-pick code to local, the code about database, the version/011-xxxx but my local the last version is version/006-xxx ,so i use 'senlin-manage db_sync' appear error, change 011-xxx to 007-xxx db_sync succeed, i want to recreate 007-xxxx,but i don't known how to do | 04:28 |
openstackgerrit | Merged openstack/senlin master: Add 'rm -f .testrepository/times.dbm' command in testenv https://review.openstack.org/459500 | 04:30 |
*** zhurong has joined #senlin | 04:37 | |
*** XueFeng has quit IRC | 04:47 | |
*** XueFeng has joined #senlin | 04:48 | |
*** XueFeng has quit IRC | 05:16 | |
ruijie_ | what is the error, yuanbin? | 05:44 |
yuanbin | ruijie_, ERROR: <VerNum(8)> | 05:46 |
yuanbin | ruijie_, i change directory to "senlin/db/sqlalchemy/migrate_repo/versions", i see 006_node_cluster_dependents_column.py 011_xxxx ,but not exist 007_xxx, 008_xxx | 05:48 |
yuanbin | ruijie_, so, i change 011_xxx to 007_xxx ,use 'senlin-manage db_sync' succeed | 05:48 |
yuanbin | ruijie_, but i use 'python setup.py install' , the code allways install 011_xxx to senlin install directory, I want to known the 011_xx change to 007_xxx with i use 'python setup.py install', how can i to do? | 05:51 |
Qiming | don't change 011 to 007 | 05:52 |
Qiming | 007, 008, 009 are placeholders for managing fixes to older versions | 05:53 |
yuanbin | Qiming, but my local code use newton, don't exist 007,008,009 | 05:54 |
Qiming | then you stick to newton | 05:54 |
Qiming | don't try move 011 back to newton | 05:54 |
yuanbin | Qiming, I want use senlin health registry enable , so i must cherry-pick 011 | 05:56 |
Qiming | it is very tricky to do that afaict | 05:58 |
*** XueFeng has joined #senlin | 06:07 | |
openstackgerrit | Qiming Teng proposed openstack/senlin master: DB support to cluster config https://review.openstack.org/461999 | 06:15 |
openstackgerrit | Merged openstack/senlin master: API layer add services list https://review.openstack.org/457958 | 06:28 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Add missing version conversion logic in request objects https://review.openstack.org/462004 | 06:32 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: DB support to cluster config https://review.openstack.org/461999 | 06:34 |
ruijie_ | hi Qiming, around | 06:39 |
Qiming | yes | 06:46 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Request object support to cluster config https://review.openstack.org/462007 | 06:46 |
ruijie_ | I guess I messed the policies logic now.. | 06:47 |
ruijie_ | the priority: scaling:100, region:200, zone:300, deletion:400, lb:500 | 06:47 |
ruijie_ | the deletion policy will generate "candidates" filed which represents the nodes can be removed | 06:48 |
ruijie_ | and it will be used in lb policy and action layer, to remove nodes from lb pool and to destroy the nodes | 06:49 |
ruijie_ | And as you see, I moved the choosing logic to action layer which breaks the lb policy | 06:49 |
Qiming | yep | 06:49 |
Qiming | fortunately, those patches are not merged, :) | 06:49 |
ruijie_ | em, for current revisiting, I am trying to let the policy only dumps data to action.data, and do all choosing or other operations in action layer | 06:51 |
Qiming | that sounds fine | 06:53 |
Qiming | the logic of choosing of victim nodes belong to those actions | 06:53 |
ruijie_ | it looks okay now, but have to move the removing nodes from lb pool logic to post_op(..) | 06:55 |
Qiming | ... | 07:00 |
Qiming | that would be ugly | 07:00 |
ruijie_ | but the lb policy do not know which node will be removed as we will choose it in action layer .. | 07:01 |
ruijie_ | an lb manager like health manager? register cluster in attach(), unregister cluster in detach(..), dump info to action.data in pre_op(..) .. i don't know .. | 07:06 |
Qiming | right | 07:11 |
Qiming | ... | 07:11 |
Qiming | so the health check have to be done in deletion policy | 07:12 |
Qiming | sigh | 07:12 |
*** zhurong has quit IRC | 07:24 | |
ruijie_ | Qiming, you mean keep the current logic and do health check in deletion policy if exist | 07:29 |
Qiming | yep | 07:30 |
Qiming | I see no way out | 07:30 |
ruijie_ | the only problem now we have is the lb policy | 07:33 |
ruijie_ | and if we want to monitor the lb we create and do auto-healing for it, I think a lb-manager is a better way | 07:34 |
*** Qiming has quit IRC | 07:36 | |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Engine support to cluster config https://review.openstack.org/462022 | 07:42 |
*** Qiming has joined #senlin | 07:42 | |
*** zhurong has joined #senlin | 07:43 | |
openstackgerrit | Wayne Chan proposed openstack/senlin master: Optimize the link address https://review.openstack.org/460373 | 08:17 |
openstackgerrit | Qiming Teng proposed openstack/senlin master: Refactor VDU server profile https://review.openstack.org/462036 | 08:46 |
*** zhurong has quit IRC | 08:47 | |
*** zhurong has joined #senlin | 09:01 | |
openstackgerrit | Wayne Chan proposed openstack/senlin master: Optimize the link address https://review.openstack.org/460373 | 09:12 |
*** elynn has quit IRC | 09:24 | |
*** Jeffrey4l has quit IRC | 09:25 | |
*** Jeffrey4l has joined #senlin | 09:27 | |
*** zhurong has quit IRC | 09:41 | |
*** zhurong has joined #senlin | 10:18 | |
*** zhurong has quit IRC | 10:30 | |
*** yanyanhu has quit IRC | 10:40 | |
*** sharatss_ has joined #senlin | 10:46 | |
*** sharatss_ has left #senlin | 10:46 | |
*** zhurong has joined #senlin | 12:01 | |
*** Qiming has quit IRC | 12:06 | |
*** Qiming has joined #senlin | 12:20 | |
*** elynn has joined #senlin | 12:20 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-senlinclient master: Updated from global requirements https://review.openstack.org/461390 | 12:23 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/462130 | 12:24 |
*** catintheroof has joined #senlin | 12:30 | |
openstackgerrit | Merged openstack/python-senlinclient master: Updated from global requirements https://review.openstack.org/461390 | 12:53 |
*** elynn_ has joined #senlin | 12:54 | |
*** elynn has quit IRC | 12:56 | |
openstackgerrit | Merged openstack/senlin master: Optimize the link address https://review.openstack.org/460373 | 13:23 |
openstackgerrit | Merged openstack/senlin master: Add missing version conversion logic in request objects https://review.openstack.org/462004 | 13:23 |
*** zhurong has quit IRC | 13:28 | |
*** zhurong has joined #senlin | 14:02 | |
*** openstackgerrit has quit IRC | 14:18 | |
*** elynn_ has quit IRC | 14:41 | |
*** zhurong has quit IRC | 14:52 | |
*** elynn has joined #senlin | 14:58 | |
*** elynn has quit IRC | 15:07 | |
-openstackstatus- NOTICE: Gerrit on review.openstack.org is being restarted to accomodate a memory leak in Gerrit. Service should return shortly. | 18:54 | |
*** catinthe_ has joined #senlin | 20:21 | |
*** catintheroof has quit IRC | 20:24 | |
*** catinthe_ has quit IRC | 20:45 | |
*** openstackgerrit has joined #senlin | 21:28 | |
*** ChanServ sets mode: +v openstackgerrit | 21:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/462130 | 21:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!