Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Self-hosted runner session start now probes the session config dir before proceeding

Self-hosted runner sessions now check the config directory's health before starting, flagging stuck NFS/CSI mounts

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSelf-Hosted Runnerwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Self-hosted runner sessions now check the config directory's health before starting, flagging stuck NFS/CSI mounts

What

When a self-hosted runner starts a new session, it now runs an explicit check to see if the session's config directory is reachable, logging [runner:stuck] session config dir check ... (check NFS/CSI mount health) if something's wrong. This check happens before the runner sets up the rest of the session's internal state. If the check hits an unrecoverable error, a new failure flag is set that causes later cleanup steps to be skipped.

Why

This helps diagnose sessions that hang because of a broken or slow network filesystem mount (NFS or CSI), pointing operators at the mount as the likely cause instead of leaving the session silently stuck.

See this entry in the whole of v2.1.271 →