]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix broken export commands on block_device driver
authorJohn Griffith <john.griffith@solidfire.com>
Tue, 16 Jun 2015 19:15:43 +0000 (13:15 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Tue, 16 Jun 2015 19:18:06 +0000 (13:18 -0600)
commite64b84aab8204b0f2acfbd2b2285e8c4118fbe6d
tree6a6a1e0259b8cdefcbfbb1cf9bc00e662935a02d
parent6199485a71f1ab6ca8dac1f8ef966d7f1694fe3f
Fix broken export commands on block_device driver

When I implemented the new target driver code the
methods used for LVM were copy pasted:
 commit 9651f547147188645942466602c92cce06666483

I screwed this up because the block_device driver
doesn't use LVM at all.

This patch sets it back the way it should be and just
uses the local dev file of the whole disk.

Change-Id: Ife88d5597df27dcd668a9a361bebccbc840ca2d4
Closes-Bug: #1465819
cinder/volume/drivers/block_device.py