• Kiall Mac Innes's avatar
    Remove unused WaitForDetach from Detacher interface and plugins · ccb8d53a
    Kiall Mac Innes authored
    This has been unused since 542f2dc7, and relies on deviceName, which
    can no longer be relied upon (see issue #33128).
    
    This needs to be removed now, as part of #33128, as the code can't be
    updated to attempt device detection and fallback through to the Cinder
    provided deviceName, as detection "fails" when the device is gone, and
    if cinder has reported a deviceName that another volume has used in
    relaity, then this will block forever (or until the other, unreleated,
    volume has been detached)
    ccb8d53a
attacher.go 8.88 KB