Comment 3 for bug 1443338

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

Reviewed: https://review.openstack.org/181789
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=a73646d777a77c4820792b7d59ac5330643f9ad0
Submitter: Jenkins
Branch: master

commit a73646d777a77c4820792b7d59ac5330643f9ad0
Author: Jeegn Chen <email address hidden>
Date: Fri May 8 15:41:23 2015 +0800

    Address 0x712d8e0e error in VNX Cinder Driver

    In original implementation, 0x712d8e0e error is not considered.
    Thus, some snapshot creation and volume extending operations may fail
    when the system is in a transition state.

    This patch is to add some waiting and retry logic when 0x712d8e0e error
    comes out so that the system is more error-tolerant.

    Change-Id: I615e49693ada7cf25fd2d2fa224f76c6f20cf630
    Closes-Bug: #1443338