Skip to content

Releases: westerndigitalcorporation/dm-zoned-tools

Version 2.2.2

31 Jan 06:19
Compare
Choose a tag to compare

This minor release improves the clean and distclean make directives and remove the build dependency on autoconf-archive.

Version 2.2.1

21 Dec 05:12
Compare
Choose a tag to compare

This minor release improves the RPM spec file and fixes a problem with dmzadm command line parsing.

Version 2.2.0

01 Sep 04:14
Compare
Choose a tag to compare

This release fixes several issues and improves the code. The issues addressed are:

  • Check super block checks with the check and repair operations
  • Allow the repair operation to reset the super block zone of secondary drives so that the super block can be updated (this is needed for secondary drives that do not have conventional zones)
  • Use the device serial number for the default label for the format operation to avoid start problems when drives are renamed
  • Introduce the relabel operation to fix the label of drives formatted using the device name as the default label

Version 2.1.3

01 Jul 10:00
Compare
Choose a tag to compare

This is a bug-fix release:

  • Fix formatting error when running on kernels older than 5.0 due to the absence of the nr_zones sysfs attribute.
  • Fix formatting error when using a dmzadm executable compiled on a system supporting zone capacity reporting but executing on a system without this support.
  • Improve zone reset all operation support detection to avoid zone reset command failure logging in the kernel log.

Version 2.1.2

14 Jun 05:14
Compare
Choose a tag to compare

This release fixes the rpm spec file and adds the "--version / -v" operation to dmzadm to display the current version number.

Version 2.1.1

21 May 12:01
Compare
Choose a tag to compare

This release improves RPM package builds. The README.md also now documents the "make rpm" build directive.

Version 2.1.0

25 Mar 08:54
Compare
Choose a tag to compare

This release introduce the following fix and changes:

  • Improved package build and rpm build.
  • Prevent the use of zoned block devices with a zone capacity smaller than the zone size (i.e. NVMe ZNS devices).
  • Improved (faster) device zone reset on format
  • Fix to allow partitions of regular devices to be used as a cache device
  • Fix of metadata version and format handling in the start command

Version 2.0.2

04 Sep 10:12
Compare
Choose a tag to compare

This release fixes a build failure due to the file dmzadm.pc.in missing.

Version 2.0.1

03 Sep 08:43
Compare
Choose a tag to compare

This minor release fixes dmzadm man page and introduces the "make rpm" build directive.

Version 2.0.0

03 Sep 08:41
Compare
Choose a tag to compare

This major release adds support for dm-zoned metadata V2 which allows creating dm-zoned targets with multiple zoned block device and regular devices used as cache.