Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForVolumeAttachDetachStatus (0.19 sec)

  1. pkg/volume/csi/csi_attacher.go

    		return "", fmt.Errorf("volume %v has GET error for volume attachment %v: %v", volumeHandle, attachID, err)
    	}
    	err = c.waitForVolumeAttachDetachStatus(attach, volumeHandle, attachID, timer, timeout, verifyAttachmentStatus)
    	if err != nil {
    		return "", err
    	}
    	return attach.Name, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 03 07:38:14 UTC 2023
    - 25.9K bytes
    - Viewed (0)
Back to top