cockroachdb / cockroachdb/cockroach
storage: audit vfs.FS usage to ensure all instances are configured with disk health checks
Open
A-storage
C-enhancement
E-quick-win
T-storage
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Anywhere we instantiate a `vfs.FS`, we should ensure that we are installing the disk health checking middleware (`vfs.WithDiskHealthChecks`) correctly (i.e. the health checking FS should be at the top of the FS stack).
Related to #94373.
Jira issue: CRDB-23807
Contributor guide
Assessment
This issue has not been assessed yet.