Always create volumes in the active k8s zone
This commit is contained in:
@@ -193,7 +193,6 @@ func createPD() (string, error) {
|
||||
}
|
||||
volumeOptions := &aws_cloud.VolumeOptions{}
|
||||
volumeOptions.CapacityMB = 10 * 1024
|
||||
volumeOptions.Zone = testContext.cloudConfig.Zone
|
||||
return volumes.CreateVolume(volumeOptions)
|
||||
} else {
|
||||
return "", fmt.Errorf("Unsupported provider type")
|
||||
|
Reference in New Issue
Block a user