cinder/cinder/brick
lirenke 3792739255 Can't force-create snapshot by an non-exist error volume
If we create an LVM volume whose size larger than
rest space in VG, the volume would not exist with
error status.
But then we still can force create a snapshot
by this volume, and the snapshot's status is available.
In the code,I found in create_lv_snapshot,
it return False when fail to get the volume.
However, raising an exception is only way to be
handle outside.
So, we should raise exception instead of return False.

Closes-Bug: #1283338

Change-Id: I80256f19d66da460c95ff23834abb79a557763bf
2014-03-19 06:52:47 -07:00
..
initiator Fixed a problem in iSCSI multipath 2014-01-06 22:23:36 -05:00
iscsi Fixup persistence file not found on tgt remove 2014-02-10 05:30:01 +00:00
local_dev Can't force-create snapshot by an non-exist error volume 2014-03-19 06:52:47 -07:00
remotefs Brick support for pNFS 2014-02-09 17:45:00 +05:30
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 Brick fix BrickException message formatting 2014-02-07 13:33:13 -08: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.