Volume discovery and local storage management lib
609f0bcf83
Now that we search the multipath device even if we haven't been able to find the WWN in the sysfs we can leverage the multipath daemon information on sysfs to get the WWN. Pass the mpath to "get_sysfs_wwn" method where we check the sysfs to get the WWN. Conflicts: os_brick/tests/initiator/connectors/test_iscsi.py os_brick/tests/initiator/test_linuxscsi.py The tests required a few fixes to account for the differences between the branches and the changes introduced by the backports this one builds upon. Change-Id: Id1905bc174b8f2f3a345664d8a0a05284ca69927 (cherry picked from commit |
||
---|---|---|
doc | ||
etc/os-brick/rootwrap.d | ||
os_brick | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
pylintrc | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
brick
OpenStack Cinder brick library for managing local volume attaches
Features
- Discovery of volumes being attached to a host for many transport protocols.
- Removal of volumes from a host.
Hacking
Hacking on brick requires python-gdbm (for Debian derived distributions), Python 2.7 and Python 3.4. A recent tox is required, as is a recent virtualenv (13.1.0 or newer).
If "tox -e py34" fails with the error "db type could not be determined", remove the .testrepository/ directory and then run "tox -e py34".
- For any other information, refer to the developer documents:
- OR refer to the parent project, Cinder:
- Release notes for the project can be found at:
- License: Apache License, Version 2.0
- Source: https://opendev.org/openstack/os-brick
- Bugs: https://bugs.launchpad.net/os-brick