Skip to content

Commit

Permalink
Add the assignment about quorum
Browse files Browse the repository at this point in the history
[refs #213244331dae]
  • Loading branch information
jfahrer committed May 5, 2018
1 parent 99a0ff4 commit 09c28ab
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions swarm/assignment7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Losing quorum
* Setup 3 manager nodes
* Setup 2 additional worker nodes
* Create a few services
* So that tasks are running on all nodes
* Shutdown 2 of the managers
* Can you still interact with the Swarm?
* Turn the 2 nodes back on
* Will quorum be restored?
* Shutdown the 2 nodes again
* Create a new Swarm with the data from the remaining node
* Are your services still there?
* Are your workers still there?

0 comments on commit 09c28ab

Please sign in to comment.