• Jan Safranek's avatar
    Fix scanning of failed targets · dc46f483
    Jan Safranek authored
    If a iSCSI target is down while a volume is attached, reading from
    /sys/class/iscsi_host/host415/device/session383/connection383:0/iscsi_connection/connection383:0/address
    fails with an error. Kubelet should assume that such target is not
    available / logged in and try to relogin. Eventually, if such error
    persists, it should continue mounting the volume if the other
    paths are healthy instead of failing whole WaitForAttach().
    dc46f483
device_util_linux.go 9.25 KB