Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: exclude
lost+found
directory
This directory is created by the filesystem and unowned file chunks are put there by `fsck`. The directory and its contents aren't readable by anyone except `root`, so this can cause the `du -c /mnt/data1` that `roachtest` performs to fail -- add an `--exclude` to handle this. We already ignore this directory in other contexts (for example, see `pkg/storage/mvcc.go`). Fixes cockroachdb#53663. Release justification: Non-production code change Release note: None
- Loading branch information