yoga-eom
`multipathd reconfigure` is an asynchronous command as of multipath-tools 0.6.1 [1][2], potentially even before that [3]. Extending in-use iSCSI or FC volumes can fail because of that as `multipathd resize map` will output "timeout" while the "multipathd reconfigure" operation is still in progress. This commit will ensure that multipathd errors are handled accordingly, retrying in case of timeouts for up to 2 minutes. [1] https://github.com/openSUSE/multipath-tools/blob/0.6.0/multipathd/main.c#L997 [2] https://github.com/openSUSE/multipath-tools/blob/0.6.1/multipathd/main.c#L1135 [3]b21c567961/multipathd/cli_handlers.c (L847-L851)Change-Id: I66e866700728eee7160f48455258c3974ada55bf Closes-Bug: #1888675 (cherry picked from commit557f38677a)
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 3.6+. A recent tox is required, as is a recent virtualenv (20.2.2 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
Description
Languages
Python
99.6%
Shell
0.4%