diff --git a/FAQ.md b/FAQ.md index 838cf72..3832f36 100644 --- a/FAQ.md +++ b/FAQ.md @@ -214,4 +214,8 @@ Meanwhile you can forbid unauthorized access to your Tahoe-LAFS WUI by using fir **Q31: 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. \ No newline at end of file +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. + +**Q32: 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. \ No newline at end of file