Unverified Commit a69702e8 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #76755 from ping035627/k8s-190418

delete some unused code for awsebs
parents a6558c6f 64c84aa6
...@@ -39,13 +39,7 @@ import ( ...@@ -39,13 +39,7 @@ import (
const ( const (
diskPartitionSuffix = "" diskPartitionSuffix = ""
diskXVDPath = "/dev/xvd"
diskXVDPattern = "/dev/xvd*"
maxChecks = 60
maxRetries = 10
checkSleepDuration = time.Second checkSleepDuration = time.Second
errorSleepDuration = 5 * time.Second
ebsMaxReplicasInAZ = 1
) )
// AWSDiskUtil provides operations for EBS volume. // AWSDiskUtil provides operations for EBS volume.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment