Comment 2 for bug 1802249

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/616440
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=0db593d86c2566ee24af8f29b9f2cb2b805dc682
Submitter: Zuul
Branch: master

commit 0db593d86c2566ee24af8f29b9f2cb2b805dc682
Author: wangwei <email address hidden>
Date: Thu Nov 8 16:47:57 2018 +0900

    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