Bring the seed docs in line with Phase 3

This commit is contained in:
Gmer4Lfe
2026-08-17 10:24:41 -04:00
parent 7c957d96be
commit 42711ff9ac
4 changed files with 25 additions and 14 deletions
+3 -2
View File
@@ -2,8 +2,9 @@
// ═══════════════════════════════════════════════════════════════════════════════════════════════
// PURPOSE
// Start and stop the background media seed — Rsync/media_seed.sh, the multi-week first push
// of every DAILY_SYNC_SHARES entry to the partner. Onboard Step 13 dispatches it once; this
// endpoint is how the Partnership tab restarts it after a failure and stops it on demand.
// of every DAILY_SYNC_SHARES entry to the partner. Phase 3 (partnership_onboard.sh
// --phase3-only) is how it is normally started; this endpoint is the direct control the
// Partnership tab uses to stop a running seed, and to start one without re-running the phase.
//
// OPERATIONAL MODEL
// The seed used to run inline inside partnership_onboard.sh, which meant the only control a
+1 -1
View File
@@ -232,7 +232,7 @@ function vv_pt_remote_system(string $ip, string $sshKey): array {
// ── Media seed progress ───────────────────────────────────────────────────────
//
// Onboard Step 13 dispatches Rsync/media_seed.sh detached, because a first seed of a full
// Phase 3 dispatches Rsync/media_seed.sh detached, because a first seed of a full
// media library is a multi-week transfer and used to hold the onboard — and therefore the
// phase-2 flag, and therefore this whole page — open for the duration.
//