File: fix-multipath-disconnect-819d01e6e981883e.yaml

package info (click to toggle)
python-os-brick 6.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,220 kB
  • sloc: python: 20,429; sh: 92; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Under certain conditions detaching a multipath device may result in
    failure when flushing one of the individual paths, but the disconnect
    should have succeeded, because there were other paths available to flush
    all the data.

    The multipath disconnect mechanism is now more robust and will only fail
    when disconnecting if multipath would lose data.