bazel-buildfarm icon indicating copy to clipboard operation
bazel-buildfarm copied to clipboard

Update statefulsets.yaml

Open werkt opened this issue 1 year ago • 2 comments

Request an xfs formatted mount point for worker root.

werkt avatar Dec 15 '23 18:12 werkt

Why XFS? :)

jasonschroeder-sfdc avatar Dec 15 '23 19:12 jasonschroeder-sfdc

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.

werkt avatar Dec 15 '23 21:12 werkt