add FAQ What do I do about this compile error?

[Imported from Trac: page FAQ, version 75]
zooko 2012-07-09 19:14:28 +00:00
parent a9a1e42e3b
commit a6b6d87b0e

6
FAQ.md

@ -174,4 +174,8 @@ following links can also be helpful:
**<a name="Q25_sharespreading">Q25:</a> 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.
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.
**<a name="Q26_compile_error">Q26:</a> What do I do about this compile error?**
A: See [CompileError](CompileError).