• Jing Xu's avatar
    Fix unmountDevice issue caused by shared mount in GCI · bb8b54af
    Jing Xu authored
    This is a fix on top #38124. In this fix, we move the logic to filter
    out shared mount references into operation_executor's UnmountDevice
    function to avoid this part is being used by other types volumes such as
    rdb, azure etc. This filter function should be only needed during
    unmount device for GCI image.
    bb8b54af
mount.go 6.37 KB