Add sync health and explicit sync trigger
This commit is contained in:
parent
1336fa38e8
commit
3c5e95fb87
8 changed files with 1085 additions and 98 deletions
|
|
@ -106,6 +106,12 @@ status summary over the same protected Iroh control ALPN. The serving peer
|
|||
validates endpoint/card binding and returns only watermarks for streams where
|
||||
the caller already has the required resource capability, which reduces blind
|
||||
polling without letting discovery reveal private resource names.
|
||||
Keychain and auth operation logs are also advertised through this watermark
|
||||
path. Pulls are delta-style by per-peer cursor, but every received operation is
|
||||
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.
|
||||
|
||||
## Resource Model
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue