mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Merge pull request #76755 from ping035627/k8s-190418
delete some unused code for awsebs
This commit is contained in:
commit
a69702e83a
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user