X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/567ec845eb4d8b5a53b662ac56624395631f3637..refs/heads/20602-controller-qos:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index bf70a76032..2e9abf2ecb 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -100,6 +100,8 @@ type Cluster struct { MaxIndexDatabaseRead int MaxItemsPerResponse int MaxConcurrentRequests int + MaxQueuedRequests int + LogCreateRequestFraction float64 MaxKeepBlobBuffers int MaxRequestAmplification int MaxRequestSize int @@ -220,9 +222,10 @@ type Cluster struct { EmailFrom string } SystemLogs struct { - LogLevel string - Format string - MaxRequestLogParamsSize int + LogLevel string + Format string + MaxRequestLogParamsSize int + RequestQueueDumpDirectory string } TLS struct { Certificate string @@ -323,7 +326,6 @@ type S3VolumeDriverParameters struct { Bucket string LocationConstraint bool V2Signature bool - UseAWSS3v2Driver bool IndexPageSize int ConnectTimeout Duration ReadTimeout Duration @@ -556,7 +558,9 @@ type CloudVMsConfig struct { Enable bool BootProbeCommand string + InstanceInitCommand string DeployRunnerBinary string + DeployPublicKey bool ImageID string MaxCloudOpsPerSecond int MaxProbesPerSecond int