diff --git a/docs/admin/removing-a-host-from-the-network.md b/docs/admin/removing-a-host-from-the-network.md new file mode 100644 index 0000000..7c54092 --- /dev/null +++ b/docs/admin/removing-a-host-from-the-network.md @@ -0,0 +1,12 @@ +# Removing a Host from the Network + +Removing a host from the network is as simple as + +``` +isle host remove --hostname +``` + +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. diff --git a/docs/command-line.md b/docs/command-line.md index 6d27dfc..9ea4edf 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -51,4 +51,4 @@ Documentation for admins: * [Creating a New Network](./admin/creating-a-new-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)