]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add iscsi_target_flags configuration option
authorPavel Boldin <pboldin@mirantis.com>
Wed, 13 May 2015 22:01:36 +0000 (01:01 +0300)
committerPavel Boldin <pboldin@mirantis.com>
Fri, 19 Jun 2015 21:12:24 +0000 (00:12 +0300)
commit132d1af5c33c7005d4b5ff484e6c831953d09e61
tree708112167b65e618997dc4c11dd257fe3ab2935f
parent66dfe800f33e7b3b126433a6523c9d855d7025cd
Add iscsi_target_flags configuration option

Newly introduced `iscsi_target_flags' allows to specify `tgtd'
backing storage flags. This can be used to instruct `tgtd' to
open backing device file using `O_DIRECT' flag ensuring direct
access without cache.

DocImpact
Closes-Bug: #1441935
Change-Id: I9c7c88a7ae75096042104849c1b00aa47728e0d4
cinder/tests/unit/targets/test_tgt_driver.py
cinder/volume/driver.py
cinder/volume/targets/tgt.py