From 75fd8fa3331730ae092d12e940340679211dfff0 Mon Sep 17 00:00:00 2001 From: Wayland Yang Date: Sun, 14 Jun 2026 17:43:38 +0800 Subject: [PATCH] docs(readme): doctor runs 17 checks, not 16 (hugepages added in #230) #230 added check_hugepages, bumping the doctor check count from 16 to 17, but the README prose wasn't updated. Also names hugepages in the live-fork check list alongside uffd_wp + memfd_create. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f4f59c..b362be4 100644 --- a/README.md +++ b/README.md @@ -481,12 +481,12 @@ pip install forkd # Python SDK — calls the daemon over npm install @deeplethe/forkd # TypeScript SDK ``` -`forkd doctor` runs 16 checks (KVM, hardware virt, cgroup v2, IP forward, +`forkd doctor` runs 17 checks (KVM, hardware virt, cgroup v2, IP forward, tap, netns, Firecracker binary + version, Docker daemon, snapshot dir + disk space, kernel image, controller reachability, platform, plus -`uffd_wp` + `memfd_create` for the v0.4 live-fork path) and emits -specific fix hints for each non-pass. Run this first whenever something -feels off. +`uffd_wp` + `memfd_create` + hugepages for the v0.4 live-fork path) and +emits specific fix hints for each non-pass. Run this first whenever +something feels off. ![forkd doctor — 14 checks pass on a configured host](./docs/assets/doctor-14pass.webp)