Skip to content

Commit 25961f4

Browse files
committed
update docs
Signed-off-by: Ben Ye <[email protected]>
1 parent 5a780b9 commit 25961f4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/blocks-storage/store-gateway.md

+5
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ store_gateway:
288288
# CLI flag: -store-gateway.sharding-ring.keep-instance-in-the-ring-on-shutdown
289289
[keep_instance_in_the_ring_on_shutdown: <boolean> | default = false]
290290

291+
# If true, use zone stable shuffle sharding algorithm. Otherwise, use the
292+
# default shuffle sharding algorithm.
293+
# CLI flag: -store-gateway.sharding-ring.zone-stable-shuffle-sharding
294+
[zone_stable_shuffle_sharding: <boolean> | default = false]
295+
291296
# Minimum time to wait for ring stability at startup. 0 to disable.
292297
# CLI flag: -store-gateway.sharding-ring.wait-stability-min-duration
293298
[wait_stability_min_duration: <duration> | default = 1m]

docs/configuration/config-file-reference.md

+5
Original file line numberDiff line numberDiff line change
@@ -4765,6 +4765,11 @@ sharding_ring:
47654765
# CLI flag: -store-gateway.sharding-ring.keep-instance-in-the-ring-on-shutdown
47664766
[keep_instance_in_the_ring_on_shutdown: <boolean> | default = false]
47674767
4768+
# If true, use zone stable shuffle sharding algorithm. Otherwise, use the
4769+
# default shuffle sharding algorithm.
4770+
# CLI flag: -store-gateway.sharding-ring.zone-stable-shuffle-sharding
4771+
[zone_stable_shuffle_sharding: <boolean> | default = false]
4772+
47684773
# Minimum time to wait for ring stability at startup. 0 to disable.
47694774
# CLI flag: -store-gateway.sharding-ring.wait-stability-min-duration
47704775
[wait_stability_min_duration: <duration> | default = 1m]

0 commit comments

Comments
 (0)