cinder/cinder/scheduler
wangwei 0db593d86c Fix the problem of the scheduler status
During the startup process of cinder-scheduler, the time corresponding
to the periodic_interval parameter will be sleeped. If the value of
this parameter is large, such as one hour, then during this period the
cinder-scheduler is always down and the volume cannot be created.

This patch fixes this problem.

Change-Id: I932a725c1665add590f09fa8d26e84b79b06e159
Closes-bug: #1802249
2018-11-30 17:39:14 +09:00
..
evaluator Fix python 3.6 escape char warnings in strings 2017-08-30 17:50:53 +00:00
filters Make scheduler check online_extend_support capability 2018-06-26 14:42:34 -03:00
flows Support create volume from backup 2017-11-28 09:16:59 +08:00
weights GoodnessWeigher schedules non-type volumes 2018-04-26 17:29:06 -05:00
__init__.py Files with no code must be left completely empty 2016-09-28 16:29:30 +07:00
base_filter.py Remove log translations 2017-03-19 14:59:57 +00:00
base_handler.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
base_weight.py Add debug logs for weigher filters 2018-06-13 09:03:11 +08:00
driver.py Fix the problem of the scheduler status 2018-11-30 17:39:14 +09:00
filter_scheduler.py Support availability-zone type 2018-05-17 12:09:12 +00:00
host_manager.py Fix the problem of the scheduler status 2018-11-30 17:39:14 +09:00
manager.py Fix the problem of the scheduler status 2018-11-30 17:39:14 +09:00
rpcapi.py Schedule request to scheduler when manage existing snapshot 2018-01-31 00:48:08 +00:00
scheduler_options.py Remove log translations 2017-03-19 14:59:57 +00:00