Merge pull request #76755 from ping035627/k8s-190418

delete some unused code for awsebs
This commit is contained in:
Kubernetes Prow Robot 2019-04-30 07:05:39 -07:00 committed by GitHub
commit a69702e83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,13 +39,7 @@ import (
const (
diskPartitionSuffix = ""
diskXVDPath = "/dev/xvd"
diskXVDPattern = "/dev/xvd*"
maxChecks = 60
maxRetries = 10
checkSleepDuration = time.Second
errorSleepDuration = 5 * time.Second
ebsMaxReplicasInAZ = 1
)
// AWSDiskUtil provides operations for EBS volume.