]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sheepdog: improve create and delete operation
authorTeruaki Ishizaki <ishizaki.teruaki@lab.ntt.co.jp>
Tue, 30 Jun 2015 06:38:46 +0000 (15:38 +0900)
committerTeruaki Ishizaki <ishizaki.teruaki@lab.ntt.co.jp>
Wed, 26 Aug 2015 06:22:29 +0000 (15:22 +0900)
commit247b2bf485608b81d67a2999240055fa56e5e34a
tree6d782bda014dd8b8f5e5cfa0339235d30f240505
parent9034095daed4eb902c0ee072ace005fcb2fb210e
Sheepdog: improve create and delete operation

This patch changes create_volume and delete_volume to use
SheepdogClient Class method for detailed Error logs.

SheepdogClient Class methods are implemented to enable
fine grained Error handling.

So, the administrators are enabled to do error recovery
more easily using those logs.

Change-Id: I54d320475c143c5f96d70abd7314320ef79f55bf
Depends-On: I738c23b9213ebd781ab399a3198551c8b8dfe382
cinder/tests/unit/test_sheepdog.py
cinder/volume/drivers/sheepdog.py