"Q32_remove_node" added

[Imported from Trac: page FAQ, version 95]
luckyredhot 2013-06-06 09:24:09 +00:00
parent ac245bedaf
commit 898d35a908

6
FAQ.md

@ -214,4 +214,8 @@ Meanwhile you can forbid unauthorized access to your Tahoe-LAFS WUI by using fir
**<a name="Q31_multiple_users">Q31:</a> I've got multiple users connected to same directory and their experience is really poor. What can I do?** **<a name="Q31_multiple_users">Q31:</a> I've got multiple users connected to same directory and their experience is really poor. What can I do?**
A: If many people have write access to the same directories, then they'll probably get failures and stalls a lot, regardless of the frontend, and they might eventually if they keep doing it lose the data, if a bunch of servers get disconnected right when they are doing that. Currently we advise people to adopt a style of usage where each user gets exclusive write-access to one directory, and read-access to the directories of many other users. It is a limitation that we hope to lift in the future. A: If many people have write access to the same directories, then they'll probably get failures and stalls a lot, regardless of the frontend, and they might eventually if they keep doing it lose the data, if a bunch of servers get disconnected right when they are doing that. Currently we advise people to adopt a style of usage where each user gets exclusive write-access to one directory, and read-access to the directories of many other users. It is a limitation that we hope to lift in the future.
**<a name="Q32_remove_node">Q32:</a> I have legacy storage nodes in my grid. How can I remove them from grid (and start screen)?**
A: Actually, all you need is to restart an introducer. It will check existing nodes and add to list only active ones. Hence all your inactive nodes will disappear from the node list.