X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e201aabcc4d6d457a662ad0b4e51f3524b5bc865..84c753c29346450bae7efd8f8bcd11aa7ea71109:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 62c0a57917..cd5b6bba14 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -388,6 +388,36 @@ Clusters: # The default is 2 weeks. BlobSigningTTL: 336h + # When running keep-balance, this is the destination filename for + # the list of lost block hashes if there are any, one per line. + # Updated automically during each successful run. + BlobMissingReport: "" + + # keep-balance operates periodically, i.e.: do a + # scan/balance operation, sleep, repeat. + # + # BalancePeriod determines the interval between start times of + # successive scan/balance operations. If a scan/balance operation + # takes longer than RunPeriod, the next one will follow it + # immediately. + # + # If SIGUSR1 is received during an idle period between operations, + # the next operation will start immediately. + BalancePeriod: 10m + + # Limits the number of collections retrieved by keep-balance per + # API transaction. If this is zero, page size is + # determined by the API server's own page size limits (see + # API.MaxItemsPerResponse and API.MaxIndexDatabaseRead). + BalanceCollectionBatch: 0 + + # The size of keep-balance's internal queue of + # collections. Higher values use more memory and improve throughput + # by allowing keep-balance to fetch the next page of collections + # while the current page is still being processed. If this is zero + # or omitted, pages are processed serially. + BalanceCollectionBuffers: 1000 + # Default lifetime for ephemeral collections: 2 weeks. This must not # be less than BlobSigningTTL. DefaultTrashLifetime: 336h @@ -819,7 +849,8 @@ Clusters: Driver: s3 DriverParameters: - # for s3 driver + # for s3 driver -- see + # https://doc.arvados.org/install/configure-s3-object-storage.html AccessKey: aaaaa SecretKey: aaaaa Endpoint: "" @@ -832,7 +863,8 @@ Clusters: RaceWindow: 24h UnsafeDelete: false - # for azure driver + # for azure driver -- see + # https://doc.arvados.org/install/configure-azure-blob-storage.html StorageAccountName: aaaaa StorageAccountKey: aaaaa StorageBaseURL: core.windows.net @@ -844,7 +876,8 @@ Clusters: WriteRaceInterval: 15s WriteRacePollTime: 1s - # for local directory driver + # for local directory driver -- see + # https://doc.arvados.org/install/configure-fs-storage.html Root: /var/lib/arvados/keep-data Serialize: false