You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,15 @@ Later we will get onto more complicated topics such as reaching a consensus of w
14
14
15
15
Questions comments and suggestions can be raised the specific blog post or by using issues here.
16
16
17
-
## Tutorial 11 - 11 Automatic Slave Reconnection
17
+
## Tutorial 11 - Automatic Slave Reconnection
18
18
19
19
This tutorial focuses on changing the slave so that it will automatically reconnect to the master if the connection is lost.
20
20
21
21
With this addition the slave will automatically reconnect to the master no matter how many times it has been restarted. This moves the cluster one step forward towards a system which will automatically repair if there is an issue.
22
22
23
23
The next tutorial will focus on looking at how we can make the cluster code run on boot using rc.local.
24
24
25
-
The full details for [Tutorial 11 - Automatic Slave Reconnection is available on my blog](
26
-
27
-
)
25
+
The full details for [Tutorial 11 - Automatic Slave Reconnection is available on my blog](https://chewett.co.uk/blog/1964/raspberry-pi-cluster-node-11-automatic-slave-reconnection/)
0 commit comments