mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
By default, OpenZFS will perform metadata verification of the most recent TXGs, but this can be very slow since all data in a pool generated by makefs was logically written in a single transaction. Avoid triggering this verification by default, but add an option to restore the previous behaviour and enable it in regression test cases. Reported by: cperciva Tested by: cperciva (previous version) MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| Makefile | ||
| Makefile.depend | ||
| makefs_cd9660_tests.sh | ||
| makefs_ffs_tests.sh | ||
| makefs_tests_common.sh | ||
| makefs_zfs_tests.sh | ||