bazel-buildfarm
bazel-buildfarm copied to clipboard
Update statefulsets.yaml
Request an xfs formatted mount point for worker root.
Why XFS? :)
Two reasons: Link count, enumerated here: https://bazelbuild.github.io/bazel-buildfarm/docs/architecture/content_addressable_storage/#casfilecache And the creation of lost+found directories at mount roots for ext4 filesystems, which a non-privileged worker will fail to start due to attempts to remove it.