From 4adbc9edd034dc7e4ad4b0ee1d387cf42a86f808 Mon Sep 17 00:00:00 2001 From: Vishal Singal Date: Tue, 1 Dec 2020 21:47:17 +0530 Subject: [PATCH 1/2] Remove duplicate lines from Recovery documentation --- website/content/usage/recovery.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/usage/recovery.md b/website/content/usage/recovery.md index 2b75e2798..e5673725f 100644 --- a/website/content/usage/recovery.md +++ b/website/content/usage/recovery.md @@ -22,8 +22,6 @@ In the case of an unrecoverable server failure in a single server cluster, data If you think the failed server is recoverable, the easiest option is to bring it back online and have it rejoin the cluster with the same IP address, returning the cluster to a fully healthy state. Similarly, even if you need to rebuild a new Dkron server to replace the failed node, you may wish to do that immediately. Keep in mind that the rebuilt server needs to have the same IP address as the failed server. Again, once this server is online and has rejoined, the cluster will return to a fully healthy state. -Both of these strategies involve a potentially lengthy time to reboot or rebuild a failed server. If this is impractical or if building a new server with the same IP isn't an option, you need to remove the failed server. - Both of these strategies involve a potentially lengthy time to reboot or rebuild a failed server. If this is impractical or if building a new server with the same IP isn't an option, you need to remove the failed server. Usually, you can issue a `dkron leave` command to remove the failed server if it's still a member of the cluster. If `dkron leave` isn't able to remove the server, you can use the `dkron raft remove-peer` command to remove the stale peer server on the fly with no downtime. From de2713e4ef2bc1b1c54e0edfb31984468e426fdc Mon Sep 17 00:00:00 2001 From: Vishal Singal Date: Tue, 1 Dec 2020 21:47:59 +0530 Subject: [PATCH 2/2] Update recovery.md --- website/content/v2.0/usage/recovery.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/content/v2.0/usage/recovery.md b/website/content/v2.0/usage/recovery.md index 2b75e2798..e5673725f 100644 --- a/website/content/v2.0/usage/recovery.md +++ b/website/content/v2.0/usage/recovery.md @@ -22,8 +22,6 @@ In the case of an unrecoverable server failure in a single server cluster, data If you think the failed server is recoverable, the easiest option is to bring it back online and have it rejoin the cluster with the same IP address, returning the cluster to a fully healthy state. Similarly, even if you need to rebuild a new Dkron server to replace the failed node, you may wish to do that immediately. Keep in mind that the rebuilt server needs to have the same IP address as the failed server. Again, once this server is online and has rejoined, the cluster will return to a fully healthy state. -Both of these strategies involve a potentially lengthy time to reboot or rebuild a failed server. If this is impractical or if building a new server with the same IP isn't an option, you need to remove the failed server. - Both of these strategies involve a potentially lengthy time to reboot or rebuild a failed server. If this is impractical or if building a new server with the same IP isn't an option, you need to remove the failed server. Usually, you can issue a `dkron leave` command to remove the failed server if it's still a member of the cluster. If `dkron leave` isn't able to remove the server, you can use the `dkron raft remove-peer` command to remove the stale peer server on the fly with no downtime.