summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Simplify interface to sharder shrinkingAlistair Coles2021-02-233-43/+48
* | | | Merge "Improve 'swift-manage-shard-ranges compact' output"Zuul2021-02-222-10/+19
|\ \ \ \
| * | | | Improve 'swift-manage-shard-ranges compact' outputAlistair Coles2021-02-182-10/+19
* | | | | Merge "Add shrink candidates to recon dump"Zuul2021-02-222-5/+265
|\ \ \ \ \
| * | | | | Add shrink candidates to recon dumpMatthew Oliver2021-02-122-5/+265
* | | | | | Merge "Add sharder section to container config doc"Zuul2021-02-221-0/+224
|\ \ \ \ \ \
| * | | | | | Add sharder section to container config docAlistair Coles2021-02-221-0/+224
* | | | | | | Merge "sharder: Ignore already shrinking sequence when compacting"Zuul2021-02-223-52/+165
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | sharder: Ignore already shrinking sequence when compactingAlistair Coles2021-02-123-52/+165
* | | | | | | Merge "find_compactible_shard_sequences: fix skipped range"Zuul2021-02-223-7/+20
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | find_compactible_shard_sequences: fix skipped rangeAlistair Coles2021-02-123-7/+20
* | | | | | | Merge "tests for relink rehash"Zuul2021-02-201-59/+176
|\ \ \ \ \ \ \
| * | | | | | | tests for relink rehashClay Gerrard2021-02-191-59/+176
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "sharder: add find_compactible_shard_sequences unit test"Zuul2021-02-201-1/+132
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | sharder: add find_compactible_shard_sequences unit testAlistair Coles2021-02-121-1/+132
* | | | | | Merge "Add test that DiskFileRouter gets relinker conf"Zuul2021-02-191-5/+13
|\ \ \ \ \ \
| * | | | | | Add test that DiskFileRouter gets relinker confAlistair Coles2021-02-181-5/+13
* | | | | | | Merge "relinker: Pass whole conf dicts around"Zuul2021-02-192-58/+74
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | relinker: Pass whole conf dicts aroundTim Burke2021-02-182-58/+74
* | | | | | | Merge "relinker: Rehash as we complete partitions"Zuul2021-02-193-43/+213
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | relinker: Rehash as we complete partitionsTim Burke2021-02-183-43/+213
* | | | | | Merge "Correct spelling of 'compactable' to 'compactible'"Zuul2021-02-134-41/+41
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Correct spelling of 'compactable' to 'compactible'Alistair Coles2021-02-124-41/+41
* | | | | | Merge "Add test for relinker --files-per-second"Zuul2021-02-122-1/+58
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add test for relinker --files-per-secondAlistair Coles2021-02-122-1/+58
* | | | | | relinker: Warn on unmounted disksTim Burke2021-02-114-43/+264
|/ / / / /
* | | | | relinker: Add option to ratelimit relinkingTim Burke2021-02-113-13/+46
|/ / / /
* | | | Merge "Fix s3api unit tests when run at roughly midnight UTC"Zuul2021-02-111-1/+3
|\ \ \ \
| * | | | Fix s3api unit tests when run at roughly midnight UTCTim Burke2021-02-081-1/+3
| | |/ / | |/| |
* | | | Merge "ring: Prevent IndexErrors in calc_replica_count"Zuul2021-02-112-0/+7
|\ \ \ \
| * | | | ring: Prevent IndexErrors in calc_replica_countTim Burke2021-01-222-0/+7
* | | | | Merge "Test under py39"Zuul2021-02-112-0/+23
|\ \ \ \ \
| * | | | | Test under py39Tim Burke2021-02-102-0/+23
| | |_|/ / | |/| | |
* | | | | Merge "relinker: Add option to drop privileges"Zuul2021-02-102-1/+58
|\ \ \ \ \
| * | | | | relinker: Add option to drop privilegesTim Burke2021-02-082-1/+58
* | | | | | Merge "swift-manage-shard-ranges: add 'compact' command"Zuul2021-02-108-82/+1343
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | swift-manage-shard-ranges: add 'compact' commandAlistair Coles2021-02-058-82/+1343
* | | | | | Merge "relinker: Allow conf files for configuration"Zuul2021-02-098-30/+126
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | relinker: Allow conf files for configurationTim Burke2021-02-088-30/+126
* | | | | | Merge "relinker: Pull arg parsing into module"Zuul2021-02-094-55/+132
|\ \ \ \ \ \ | |/ / / / /
| * | | | | relinker: Pull arg parsing into moduleTim Burke2021-02-084-55/+132
| | |_|/ / | |/| | |
* | | | | Merge "Add a read-only role to keystoneauth"Zuul2021-02-093-1/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a read-only role to keystoneauthPete Zaitcev2021-02-083-1/+86
* | | | | Merge "Enable shard ranges to be manually shrunk to root container"Zuul2021-02-087-62/+429
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Enable shard ranges to be manually shrunk to root containerAlistair Coles2021-02-057-62/+429
* | | | | Merge "Do not delete root_path on ContainerBroker.delete_db"Zuul2021-02-055-34/+224
|\ \ \ \ \
| * | | | | Do not delete root_path on ContainerBroker.delete_dbMatthew Oliver2021-02-045-34/+224
| | |/ / / | |/| | |
* | | | | Merge "zuul: Clean up/de-dupe irrelevant-files"Zuul2021-02-041-108/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zuul: Clean up/de-dupe irrelevant-filesTim Burke2021-01-281-108/+35
* | | | | Run flake8 on bin/ filesTim Burke2021-02-016-2/+7