Add a work item about action progress control.

This commit is contained in:
yanyanhu 2015-01-06 04:01:10 -05:00
parent 6a7fe4ab41
commit 6122890f6e

5
TODO
View File

@ -18,7 +18,10 @@ ENGINE
e.g. run_action, wait, stop, notify;
- dispatcher using db.api to get action and use scheduler to dispatch
run and control action;
- use event to control action progress
- use event to control action progress: wrap action_proc into ActionRunner
and using start/step to support event wait.
- action(ClusterAction, NodeAction, etc.) itself has to handle its own
progress control(e.g. implement as generator and support canceling)
- complete parser logic, construct profile/policy objects there?
DRIVER