Releases: dm-vdo/vdo
Releases · dm-vdo/vdo
6.2.3.91
Version 6.2.3.91 - Modified vdo script to display information when creating a volume about the logical size and maxium physical size. - Removed unused UDS bio statistics - Added a summary mode to vdoaudit and made this mode the default. Also added histograms. - Modified vdostats to accept short (one character) options. - Modified vdo script to use lsblk to identify LVM created VDO volumes. - Modified vdo script to avoid unnecessary config file updates when removing VDO volumes. - Fixed a cast which caused a Coverity complaint. - Fixed a cut&paste error in the vdosetuuid man page. - Fixed documentation of logical threads. - Began creation of a package of binaries for investigating VDO issues. - Updated VDO to use udev/systemd rules for startup. - Modified VDO volume creation to use libblkid instead of pvcreate to determine whether the underlying storage is already in use. Moved these checks from the vdo script into the vdoformat utility. - Modified the vdo status command to treat a running vdo volume is authoratative over the config file. - Added a new utility, vdoregenerategeometry, which can be used to recover a VDO whose initial blocks have been overwritten accidentaly.
6.1.3.23
6.2.2.117
Version 6.2.2.117 - Improved man pages and help text for vdo script and vdo utilities. - Fixed python compatability issues. - Modified vdoformat to display the maximum VDO size based on the configured slab size when formatting a volume. Modified vdo script to also display this output when creating a new VDO.
6.2.2.33
Version 6.2.2.33 Note: This is a pre-release version, future versions of VDO may not support VDO devices created with this version. - Fixed bug in the import command of the vdo script which would fail if there were no active dm devices. - Added a version command to the vdo script to report the script version. - Added version options to vdo utilities which did not have one. - Removed deprecated vdoprepareupgrade utility.
6.2.2.24
6.2.2.18
Version 6.2.2.18 - Added the ability to modify the UUID of a VDO device. - Added an import command to the vdo script to allow management of an existing VDO device which is not already in the vdo config file. - Modified the vdo script to warn the user when starting or stopping a VDO device if the device is already in the desired state.
6.1.3.4
6.2.1.134
6.2.1.102
Version 6.2.1.102 Note: This is a pre-release version, future versions of VDO may not support VDO devices created with this version. - Added bash command completion for the vdo command. - Modified the vdo script's list command to not display VDO devices which were not created with the vdo command (i.e. via LVM or using raw dm commands). - Modified vdostats to continue to work on VDO devices which were not created with the vdo script. - Modified vdo script to always close the UDS index when disabling deduplication on a running VDO device.
6.2.1.48
Version 6.2.1.48 Note: This is a pre-release version, future versions of VDO may not support VDO devices created with this version. - Added bash command completion for vdostats. - Added missing newline to the output from vdoFormat. - Fixed bug in the value displayed by vdostats for statistics which are not currently available. - Updated vdo script to reflect changes in lvm. - Reduced error output when removing a VDO device whose backing storage is missing. - Removed the VDO Ansible module and examples from the vdo package. - Fixed bugs in vdo script argument parsing.