]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Failed to initialize connection
authorRick Chen <rick.chen@prophetstor.com>
Sat, 16 Aug 2014 06:46:16 +0000 (14:46 +0800)
committerRick Chen <rick.chen@prophetstor.com>
Tue, 19 Aug 2014 16:22:36 +0000 (00:22 +0800)
commitd9561b151e9b82258d60f73a961be92ab797b954
tree5b8b5848064d7905e6f4d394a84d52d39e2d7635
parent9118c996ce8547fe2a88bfb16ba9a9be0358a407
Failed to initialize connection

Failed to initialize connection when the storage server heavy loading.
Changed related on:
  dpl_iscsi and dpl_fc
    initialize_connection
    terminate_connection

When storage server busy, the request api will receive httplib response
code accepted and the response body include event uuid. The operation
request use the event uuid to comfirm the job is completed or not.

Change-Id: I4ad8283d355d6b53390e69123ed7b3ed873d4c4e
Closes-Bug: 1357635
cinder/volume/drivers/prophetstor/dpl_fc.py
cinder/volume/drivers/prophetstor/dpl_iscsi.py
cinder/volume/drivers/prophetstor/dplcommon.py