1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

Small markdown polishes (#89)

* Small markdown polishes
* Add webhook to notify discord of merges (not every _single_ activity)!
This commit is contained in:
David Young
2020-05-23 09:41:20 +12:00
committed by GitHub
parent 6fa98c7bdb
commit f14c7a080a
10 changed files with 77 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ I originally provided shared storage to my nodes using GlusterFS (see the next r
* [X] At least 1GB RAM
* [X] At least 20GB disk space (_but it'll be tight_)
* [X] Connectivity to each other within the same subnet, and on a low-latency link (_i.e., no WAN links_)
* [ ] A second disk dedicated to the Ceph OSD
* [X] A second disk dedicated to the Ceph OSD
## Preparation
@@ -184,10 +184,8 @@ https://github.com/gliderlabs/docker-alpine/issues/317
After completing the above, you should have:
```
[X] Persistent storage available to every node
[X] Resiliency in the event of the failure of a single node
```
* [X] Persistent storage available to every node
* [X] Resiliency in the event of the failure of a single node
## Chef's Notes 📓