From a6b6d87b0eda92fc850853150f1f03936794c99d Mon Sep 17 00:00:00 2001 From: zooko <> Date: Mon, 9 Jul 2012 19:14:28 +0000 Subject: [PATCH] add FAQ What do I do about this compile error? [Imported from Trac: page FAQ, version 75] --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 876d7e3..ec90c00 100644 --- a/FAQ.md +++ b/FAQ.md @@ -174,4 +174,8 @@ following links can also be helpful: **Q25: Is there a process or command to make shares spread to new storage servers?** -A: This is called "rebalancing". It isn't currently implemented, but the repair function can accomplish a similar result sometimes. Repair of immutables will upload shares to servers if necessary to reach "servers-of-happiness", which sometimes has the desired effect of uploading shares to newly added servers. Repair of mutables never uploads new shares. Here are tickets about improving rebalancing behavior: #232, #1657, #699, #661, #543. \ No newline at end of file +A: This is called "rebalancing". It isn't currently implemented, but the repair function can accomplish a similar result sometimes. Repair of immutables will upload shares to servers if necessary to reach "servers-of-happiness", which sometimes has the desired effect of uploading shares to newly added servers. Repair of mutables never uploads new shares. Here are tickets about improving rebalancing behavior: #232, #1657, #699, #661, #543. + +**Q26: What do I do about this compile error?** + +A: See [CompileError](CompileError). \ No newline at end of file