Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@damien-lemoal damien-lemoal released this 23 Mar 08:00
· 138 commits to master since this release

This new release fixes some problems with mkzonefs and improves the test suite.
In more details:

  • mkzonefs:
    • Improved zone reset handling, forcing an all zone reset, always.
    • Use O_EXCL mode flag to open a device file to avoid formatting a device in use.
    • Fix make install directive
    • Add the new make rpm directive
  • Test suite:
    • New zio tool to execute IO operations of various types using various flags
    • Fix stale data access when running tests
    • zonefs-tests-nullblk.sh improvements (new options)
    • Add test cases related to using zonefs files as swap files
    • Various other minor improvements.