Polish first-run operator workflow
This commit is contained in:
parent
59c86aba6a
commit
e6879e8949
6 changed files with 208 additions and 14 deletions
|
|
@ -125,6 +125,10 @@ still verified against trusted-admin OpenSSH signatures before import.
|
|||
Operators can run `geth sync now [node]` to trigger the same best-effort pass
|
||||
immediately and `geth sync status` to inspect locally recorded last-attempt,
|
||||
last-success, cursor, import/rejection counts, and errors for each peer stream.
|
||||
JSON status also includes `state`, `stale`, `stale_after_ms`, and `next_action`
|
||||
fields so scripts can fail on unhealthy streams. Common daemon errors include a
|
||||
`next:` recovery line for missing peer cards, missing grants, missing resources,
|
||||
unavailable endpoints, and missing DB/KV/document registrations.
|
||||
|
||||
## Resource Model
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue