cinder/cinder/brick
Walter A. Boring IV 383f460d6d Ensure flushing of IO prior to removing FC device
This patch flushes IO for each SCSI device that
brick removes from the system.  The patch also
flushes a multipath device prior to removing
each underlying LUN associated with the
multipath device.   We were seeing kernel
IO errors in the syslog without calling flush
on the block device, during a detach for a
multipath FibreChannel copy image to volume
action.

Change-Id: I2fae3dccd4fcab22c8f59dcd297581ee9577b779
Closes-Bug: 1318950
2014-06-05 10:52:15 -07:00
..
initiator Ensure flushing of IO prior to removing FC device 2014-06-05 10:52:15 -07:00
iscsi Specify lld in tgt config backends 2014-04-23 14:45:14 +02:00
local_dev Pass the mirrorlog option as two arguments. 2014-03-26 13:24:57 -07:00
remotefs Revert "Re-enable lazy translation" 2014-03-13 14:44:04 -05:00
README.txt This adds a README to brick 2013-09-04 16:08:05 -04:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-26 22:45:17 -06:00
exception.py Revert "Re-enable lazy translation" 2014-03-13 14:44:04 -05:00
executor.py Remove vim header 2013-12-30 18:53:02 -06:00

README.txt

Brick is a new library that currently is maintained in Cinder for
the Havana release.   It will eventually be moved external to Cinder,
possibly oslo, or pypi.  Any defects found in Brick, should be submitted
against Cinder and fixed there, then pulled into other projects that
are using brick.

* Brick is used outside of Cinder and therefore
  cannot have any dependencies on Cinder and/or
  it's database.