Comment 6 for bug 1272076

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

Reviewed: https://review.openstack.org/80619
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4111e3586de88d5d580e6f11bafb644ff9144400
Submitter: Jenkins
Branch: master

commit 4111e3586de88d5d580e6f11bafb644ff9144400
Author: JordanP <email address hidden>
Date: Fri Mar 14 16:21:47 2014 +0000

    Increase volume creation max waiting time

    In some cases waiting 60sec, is not enough for cinder volume to be created.
    For example, a 20Go LVM volume (hosting a Windows Image) would take 100sec
    to be copied assuming a 200Mo/s cinder volume backend.

    Issue has already been discussed in I6bcd395a where a config option was
    rejected.

    This patches raises the max timeout at 180sec.

    Change-Id: I7e739fc20af0ae963269459b5e224c4a8b7bb87d
    Partial-Bug: #1253612
    Partial-Bug: #1272076