feat: report store durability status
This commit is contained in:
parent
2921e5e976
commit
6953e3acde
7 changed files with 124 additions and 18 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue