Files
windmill/backend/windmill-worker
Ruben FiszelandClaude Opus 4.6 e38460605f feat(sandbox_setup): add fuse-overlayfs fallback, test mount_overlay directly
mount_overlay now tries kernel `mount -t overlay` first (needs root or
CAP_SYS_ADMIN), then falls back to fuse-overlayfs (works unprivileged).
unmount_overlay uses fusermount3 -u for FUSE mounts, umount for kernel.

OverlayMount gains an `is_fuse` field to track which backend was used.

The overlay integration tests now exercise the actual mount_overlay()
and unmount_overlay() Rust functions (via fuse-overlayfs on non-root),
verifying read-through, copy-on-write, and cleanup semantics.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 21:33:50 +00:00
..
2025-11-27 16:05:21 +00:00

Windmill Worker

The worker. Used to process and execute flows & jobs.

This crate exposes both a library as well as a binary target.