summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-07-02 22:59:34 +0000
committerGerrit Code Review <review@openstack.org>2021-07-02 22:59:34 +0000
commit653daf73ed03bc4b4dff386bc8246e0a96b6f2f9 (patch)
tree749034090a10e245cc7943d509dea80d72884295 /etc
parent2efd4316a604c09a022e1f76543422eb207e0de3 (diff)
parent574897ae275ce94257096c56a9bdc494bc0a39ba (diff)
downloadswift-653daf73ed03bc4b4dff386bc8246e0a96b6f2f9.tar.gz
Merge "relinker: tolerate existing tombstone with same timestamp"
Diffstat (limited to 'etc')
-rw-r--r--etc/object-server.conf-sample19
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index 6bee7a3ae..a1719e1fa 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -667,24 +667,5 @@ use = egg:swift#xprofile
# client traffic. Use zero for unlimited.
# files_per_second = 0.0
#
-# Maximum number of partition power locations to check for a valid link target
-# if the relinker encounters an existing tombstone, but with different inode,
-# in the next partition power location. If the relinker fails to make a link
-# because a different tombstone already exists in the next partition power
-# location then it will try to validate that the existing tombstone links to a
-# valid target in the current partition power location, or previous partition
-# power locations, in descending order. This option limits the number of
-# partition power locations searched, including the current partition power,
-# and should be a whole number. A value of 0 implies that no validation is
-# attempted, and an error is logged, when an existing tombstone prevents link
-# creation. A value of 1 implies that an existing link is accepted if it links
-# to a tombstone in the current partition power location. The default value of
-# 2 implies that an existing link is acceptable if it links to a tombstone in
-# the current or previous partition power locations. Increased values may be
-# useful if previous partition power increases have failed to cleanup
-# tombstones from their old locations, causing duplicate tombstones with
-# different inodes to be relinked to the next partition power location.
-# link_check_limit = 2
-#
# stats_interval = 300.0
# recon_cache_path = /var/cache/swift