summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-07-22 03:24:12 +0000
committerGerrit Code Review <review@openstack.org>2021-07-22 03:24:12 +0000
commit4fc567cb29112efca7ee6534d8f6e0158c76936e (patch)
tree85c139c677697b9b8b626242f467b7bd1793e191 /etc
parent34b9d88f0cc474cd7c92f9558fee7d5eb8984e4d (diff)
parenteb969fdeea8f529aec733607ca5f6edb4e7661e7 (diff)
downloadswift-4fc567cb29112efca7ee6534d8f6e0158c76936e.tar.gz
Merge "container-reconciler: support multiple processes"
Diffstat (limited to 'etc')
-rw-r--r--etc/container-reconciler.conf-sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/container-reconciler.conf-sample b/etc/container-reconciler.conf-sample
index 7b74124e1..422a56720 100644
--- a/etc/container-reconciler.conf-sample
+++ b/etc/container-reconciler.conf-sample
@@ -60,6 +60,16 @@
# Number of objects to process concurrently per process
# concurrency = 1
+# processes is how many parts to divide the work into, one part per process
+# that will be doing the work
+# processes set 0 means that a single process will be doing all the work
+# processes = 0
+#
+# process is which of the parts a particular process will work on
+# process is "zero based", if you want to use 3 processes, you should run
+# processes with process set to 0, 1, and 2
+# process = 0
+
[pipeline:main]
# Note that the reconciler's pipeline is intentionally very sparse -- it is
# only responsible for moving data from one policy to another and should not