Page MenuHomeFreeBSD

ZFS: fix the redundancy tests
ClosedPublic

Authored by asomers on Oct 4 2019, 10:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 4:46 AM
Unknown Object (File)
Sat, May 4, 4:11 PM
Unknown Object (File)
Sat, May 4, 2:18 AM
Unknown Object (File)
Thu, Apr 25, 7:25 AM
Unknown Object (File)
Apr 2 2024, 7:51 PM
Unknown Object (File)
Jan 18 2024, 8:41 PM
Unknown Object (File)
Dec 12 2023, 12:19 PM
Unknown Object (File)
Dec 12 2023, 7:59 AM

Details

Summary

ZFS: fix the redundancy tests

  • Fix force_sync_path, which ensures that a file is fully flushed to disk. Apparently "zpool history"'s performance has improved, but exporting and importing the pool still works.
  • Fix file_dva by using undocumented zdb syntax to clarify that we're interested in the pool's root file system, not the pool itself. This should also fix the zpool_clear_001_pos test.
  • Remove a redundant cleanup step

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable