Write a short document on removing hosts from the network
This commit is contained in:
parent
095489af2a
commit
6809445832
12
docs/admin/removing-a-host-from-the-network.md
Normal file
12
docs/admin/removing-a-host-from-the-network.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Removing a Host from the Network
|
||||||
|
|
||||||
|
Removing a host from the network is as simple as
|
||||||
|
|
||||||
|
```
|
||||||
|
isle host remove --hostname <name>
|
||||||
|
```
|
||||||
|
|
||||||
|
Keep in mind that if the host being removed had storage allocations set on it
|
||||||
|
then the network will require some time to rebalance the stored data across the
|
||||||
|
remaining storage hosts. This means that when removing multiple storage hosts
|
||||||
|
from the network it is a good idea to wait a while in between each removal.
|
@ -51,4 +51,4 @@ Documentation for admins:
|
|||||||
|
|
||||||
* [Creating a New Network](./admin/creating-a-new-network.md)
|
* [Creating a New Network](./admin/creating-a-new-network.md)
|
||||||
* [Adding a Host to the Network](./admin/adding-a-host-to-the-network.md)
|
* [Adding a Host to the Network](./admin/adding-a-host-to-the-network.md)
|
||||||
* Removing a Host From the Network (TODO)
|
* [Removing a Host from the Network](./admin/removing-a-host-from-the-network.md)
|
||||||
|
@ -3,6 +3,13 @@
|
|||||||
The following points form the basis for all design decisions made within the
|
The following points form the basis for all design decisions made within the
|
||||||
Isle project.
|
Isle project.
|
||||||
|
|
||||||
|
* "Sometimes, magic is just someone spending more time on something than anyone
|
||||||
|
else might reasonably expect." - Teller
|
||||||
|
|
||||||
|
Isle should feel magical, in that it's making the seemingly impossible feel
|
||||||
|
easy. Accomplishing this requires a lot of care, precision, and time on the
|
||||||
|
part of Isle developers.
|
||||||
|
|
||||||
* The UX is aggressively optimized to eliminate manual intervention by members.
|
* The UX is aggressively optimized to eliminate manual intervention by members.
|
||||||
All other concerns are secondary. The concept of "UX" extends beyond GUI
|
All other concerns are secondary. The concept of "UX" extends beyond GUI
|
||||||
interfaces, and encompasses all interactions of any sort with an isle
|
interfaces, and encompasses all interactions of any sort with an isle
|
||||||
@ -17,4 +24,3 @@ Isle project.
|
|||||||
|
|
||||||
* It is expected that a single host might be a part of multiple, independent
|
* It is expected that a single host might be a part of multiple, independent
|
||||||
isle networks. These should not conflict with each other, nor share resources.
|
isle networks. These should not conflict with each other, nor share resources.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user