feat: report store durability status

This commit is contained in:
Eric Wendland 2026-07-05 18:10:41 +02:00
commit 6953e3acde
7 changed files with 124 additions and 18 deletions

View file

@ -142,11 +142,11 @@ it.
- `[ ]` Backup output avoids copying private SSH admin keys.
- `[ ]` Docs explain what is and is not included.
- `[ ]` Document database durability settings.
- `[x]` Document database durability settings.
Acceptance criteria:
- `[ ]` WAL and synchronous settings are chosen deliberately.
- `[ ]` Crash-recovery expectations are documented.
- `[ ]` `geth doctor` or status output reports obvious store issues.
- `[x]` WAL and synchronous settings are chosen deliberately.
- `[x]` Crash-recovery expectations are documented.
- `[x]` `geth doctor` or status output reports obvious store issues.
## Phase 4: Security Boundary Closure