From 4282b42ae2784117d8afb69810d953b725447000 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 19 Jun 2020 14:57:31 -0700 Subject: [PATCH] Updated Optimization (markdown) --- Optimization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Optimization.md b/Optimization.md index 00dbfc5..9529f24 100644 --- a/Optimization.md +++ b/Optimization.md @@ -33,6 +33,8 @@ The volume can be pre-created with other parameters: ```bash curl http://localhost:9333/vol/grow?count=12&collection=benchmark curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1 +curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1&rack=rack1 +curl http://localhost:9333/vol/grow?count=12&dataCenter=dc1&rack=rack1&dataNode=node1 ``` Another way to change the volume growth strategy is to use `master.toml` generated by `weed scaffold -config=master`. Adjust the following section: