We are stoked to announce the release of: os-brick 6.2.2: OpenStack Cinder brick library for managing local volume attaches This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/os-brick Download the package from: https://pypi.org/project/os-brick Please report issues through: https://bugs.launchpad.net/os-brick/+bugs For more details, please see below. 6.2.2 ^^^^^ New Features * FC connector: Added support to "force" and "ignore_errors" parameters on "disconnect_volume" method. Changes in os-brick 6.2.1..6.2.2 -------------------------------- ffb76e1 Support force disconnect for FC Diffstat (except docs and test files) ------------------------------------- os_brick/initiator/connectors/fibre_channel.py | 36 ++++-- .../initiator/connectors/fibre_channel_s390x.py | 11 +- os_brick/initiator/linuxscsi.py | 18 +++ .../initiator/connectors/test_fibre_channel.py | 129 ++++++++++++++++++++- .../connectors/test_fibre_channel_s390x.py | 25 +++- .../fc-force-disconnect-1a33cf46c233dd04.yaml | 5 + 7 files changed, 267 insertions(+), 15 deletions(-)