]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Only reverify backing lun when create backing lun
authorling-yun <zengyunling@huawei.com>
Fri, 20 Dec 2013 02:55:18 +0000 (10:55 +0800)
committerling-yun <zengyunling@huawei.com>
Fri, 20 Dec 2013 03:12:06 +0000 (11:12 +0800)
commitfe03c20ea35486ef0b4bb5eea6be7ff2c8564b7a
treea339bf5dc4d329032e3be734dbdcee1742419f3d
parent2c76803a63dd9486678c893f2c697c6e9826d6ac
Only reverify backing lun when create backing lun

In TgtAdm, we alway do twice _verify_backing_lun whether backing lun
exists or not.
If backing lun exists, it doesn't need to call _verify_backing_lun
function again.
It only needs reverify whether backing lun exists or not when recreate
backing lun.

Change-Id: Ic11d778362540df307056a1adcba932e571b7d20
Closes-Bug: #1262958
cinder/brick/iscsi/iscsi.py