diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-09 16:54:19 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-03-09 16:54:19 +0100 |
commit | a1c6c33d735761f4897dd64d2145f21913ad84a6 (patch) | |
tree | 846f7d28ab611bcb72209974edbedfd61face69d /os/config/README.md | |
parent | 1322dae8dad83a5d44d84d0cbbb685f71d3a3ff4 (diff) | |
download | infrastructure-a1c6c33d735761f4897dd64d2145f21913ad84a6.tar.gz infrastructure-a1c6c33d735761f4897dd64d2145f21913ad84a6.zip |
Maintenance du 2022-03-09
Diffstat (limited to 'os/config/README.md')
-rw-r--r-- | os/config/README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/os/config/README.md b/os/config/README.md index a1078df..81fe9c9 100644 --- a/os/config/README.md +++ b/os/config/README.md @@ -4,9 +4,12 @@ For each machine, **one by one** do: - Check that cluster is healthy - - Check gluster - - `sudo gluster peer status` - - `sudo gluster volume status all` (check Online Col, only `Y` must appear) + - Check garage + - check that all nodes are online `docker exec -ti xxx /garage status` + - check that tables are in sync `docker exec -ti 63a4d7ecd795 /garage repair --yes tables` + - check garage logs + - no unknown errors or resync should be in progress + - the following line must appear `INFO garage_util::background > Worker exited: Repair worker` - Check that Nomad is healthy - `nomad server members` - `nomad node status` @@ -17,5 +20,5 @@ For each machine, **one by one** do: - Run `nomad node drain -enable -force -self` - Reboot - Run `nomad node drain -self -disable` - - Check that cluster is healthy + - Check that cluster is healthy (basically the whole first point) |