swift/doc/source/config
Matthew Oliver bf4edefce4 DB Replicator: Add handoff_delete option
Currently the object-replicator has an option called `handoff_delete`
which allows us to define the the number of replicas which are ensured
in swift. Once a handoff node ensures that many successful responses it
can go ahead and delete the handoff partition.

By default it's 'auto' or rather the number of primary nodes. But this
can be reduced. It's useful in draining full disks, but has to be used
carefully.

This patch adds the same option to the DB replicator and works the same
way. But instead of deleting a partition it's done at the per DB level.

Because it's done in the DB Replicator level it means the option is now
available to both the Account and Container replicators.

Change-Id: Ide739a6d805bda20071c7977f5083574a5345a33
2022-07-21 13:35:24 +10:00
..
account_server_config.rst DB Replicator: Add handoff_delete option 2022-07-21 13:35:24 +10:00
container_server_config.rst DB Replicator: Add handoff_delete option 2022-07-21 13:35:24 +10:00
index.rst Move config option documentation to separate docs 2020-11-05 14:40:05 +00:00
object_server_config.rst reconstructor: restrict max objects per revert job 2021-12-03 12:43:23 +00:00
proxy_server_config.rst Move config option documentation to separate docs 2020-11-05 14:40:05 +00:00
swift_common_config.rst Move config option documentation to separate docs 2020-11-05 14:40:05 +00:00