docs: the changelog entry tells the round-2 story — probe, branch, cleanup
The entry ended at round 1's unconditional wedge message; the shipped behavior probes the instance, narrates wedge vs overrun, and best-effort deletes so the retry is clean either way. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
12edb1966f
commit
6fc5ba4d0a
1 changed files with 6 additions and 3 deletions
|
|
@ -217,9 +217,12 @@ which records not just what changed but what each drill run proved.
|
||||||
`timeout -k 5 $BOX_LAUNCH_TIMEOUT` (seconds, default 600 — generous: the
|
`timeout -k 5 $BOX_LAUNCH_TIMEOUT` (seconds, default 600 — generous: the
|
||||||
coldest measured mint is minutes, never an hour; the same scripting-knob
|
coldest measured mint is minutes, never an hour; the same scripting-knob
|
||||||
shape as `BOX_CPU`/`BOX_MEMORY`), with stdin pinned per the drill's own
|
shape as `BOX_CPU`/`BOX_MEMORY`), with stdin pinned per the drill's own
|
||||||
trap list. On the budget firing it says exactly what was measured — the
|
trap list. On the budget firing it probes whether the instance was ever
|
||||||
client wedged with no server-side operation, an immediate retry has been
|
registered and tells the two stories apart — the measured #93 wedge (no
|
||||||
observed to succeed — and points at `box doctor` for the host. The
|
server-side operation; an immediate retry has been observed to succeed)
|
||||||
|
vs a slow launch that overran the budget with the instance already
|
||||||
|
created — then best-effort deletes either way, so the retry advice is
|
||||||
|
clean in both worlds, and points at `box doctor` for the host. The
|
||||||
`--from` clone path is untouched: `incus copy` of a local instance is a
|
`--from` clone path is untouched: `incus copy` of a local instance is a
|
||||||
different operation and has never been observed to wedge this way.
|
different operation and has never been observed to wedge this way.
|
||||||
- **UFW's gateway carve-out converges with the bridge, and the doctor can
|
- **UFW's gateway carve-out converges with the bridge, and the doctor can
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue