Skip to content

Releases: dm-vdo/vdo

6.2.3.91

30 May 02:28
Compare
Choose a tag to compare
6.2.3.91 Pre-release
Pre-release
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

09 Apr 22:05
Compare
Choose a tag to compare
Version 6.1.3.23

- Added sample udev and systemd rules files to the examples to demonstrate
  a better way of starting VDO devices at boot time.

6.2.2.117

21 Jan 02:04
Compare
Choose a tag to compare
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

22 Nov 22:44
Compare
Choose a tag to compare
6.2.2.33 Pre-release
Pre-release
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

30 Oct 19:36
Compare
Choose a tag to compare
6.2.2.24 Pre-release
Pre-release
Version 6.2.2.24

- Began preparations for releasing more VDO analysis and debugging tools.
- Really added the ability to modify the UUID of a VDO device (the previous
  version omitted some of the files necessary for this feature).

6.2.2.18

17 Oct 00:48
Compare
Choose a tag to compare
6.2.2.18 Pre-release
Pre-release
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

20 Aug 20:48
Compare
Choose a tag to compare
Version 6.1.3.4

- Added UUID filtering of underlying devices when running vdo create with
  the --force flag as this failed when run on certain PVs.

6.2.1.134

01 Aug 22:45
Compare
Choose a tag to compare
Version 6.2.1.134

- Added UUID filtering of underlying devices when running vdo create with
  the --force flag as this failed when run on certain PVs.

6.2.1.102

14 Jun 00:05
Compare
Choose a tag to compare
6.2.1.102 Pre-release
Pre-release
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

18 Apr 18:55
Compare
Choose a tag to compare
6.2.1.48 Pre-release
Pre-release
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.