]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ZFSSA drivers' local cache bugs
authorDiem Tran <diem.tran@oracle.com>
Wed, 30 Sep 2015 18:04:47 +0000 (14:04 -0400)
committerDiem Tran <diem.tran@oracle.com>
Mon, 9 Nov 2015 19:42:35 +0000 (14:42 -0500)
commit668e509dc00642461c19bf8e95831ce9267c9e39
treece92da787e7945e877ba116a8085e2f7895850b8
parentc9eef31820dc385a2c9f4ba24dd1d194f9e7d088
Fix ZFSSA drivers' local cache bugs

- Use image_utils to retrieve an image's virtual_size on the fly.
- Fix race conditions happened when multiple bootable volumes are
created and deleted simultaneously.
- Handle a situation in iSCSI driver when custom schema are deleted.

Change-Id: I588fb6c668f2a891ab24d89fea26536dd0cd5742
Closes-Bug: #1498965
cinder/tests/unit/test_zfssa.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/drivers/zfssa/zfssanfs.py