diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 11:54:21 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 11:54:21 +0200 |
commit | 92336619679712a0aa5cf3ea2e115c706f99ff22 (patch) | |
tree | d9956fdf2f64d9701069abacf22b41cbe18c85f9 /doc/book/cookbook/recovering.md | |
parent | 3aadba724d0ed8e57fe98bf5f6b4cb998e0ee093 (diff) | |
download | garage-92336619679712a0aa5cf3ea2e115c706f99ff22.tar.gz garage-92336619679712a0aa5cf3ea2e115c706f99ff22.zip |
Add documentation on durability and repair procedures (fix #219)
Diffstat (limited to 'doc/book/cookbook/recovering.md')
-rw-r--r-- | doc/book/cookbook/recovering.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/recovering.md b/doc/book/cookbook/recovering.md index 2129a7f3..1c6a6763 100644 --- a/doc/book/cookbook/recovering.md +++ b/doc/book/cookbook/recovering.md @@ -1,6 +1,6 @@ +++ title = "Recovering from failures" -weight = 50 +weight = 60 +++ Garage is meant to work on old, second-hand hardware. |