Skip to content

Releases: dm-vdo/vdo

Version 6.2.7.9

04 May 20:32
Compare
Choose a tag to compare
Version 6.2.7.9 Pre-release
Pre-release
- Fixed excessive vdo2lvm "Retrying" messages.
- Fixed a pylint 2+ complaint in the vdo scripts.

Version 8.1.1.360

12 Feb 20:52
Compare
Choose a tag to compare
- Fixed vdostats output issues.
- Removed incorrect assumptions about major device numbers in vdostats.
- Made improvements to the vdorecover script.
- Added a tool to make LVMVDO pools read/write so that support and
  debugging tools may access them.

Version 6.2.6.14

11 Feb 00:53
Compare
Choose a tag to compare
- Updated the vdo man page to explain issues with import.
- Added a tool to make LVMVDO pools read/write so that support and
  debugging tools may access them.

8.1.1.287

21 Jan 22:52
Compare
Choose a tag to compare
Version 8.1.1.287

- Fixed off-by-one issue in vdostats.
- Improved error handling and path validation in vdostats.

Version 6.2.6.7

12 Nov 23:34
Compare
Choose a tag to compare
- Fixed bugs in the vdopreparelvm check to determine whether a device has
  already been converted.
- Fixed an issue in the vdo-by-dev tool which could result in a failure to
  start vdo devices when some devices in the vdo config file do not exist.

Version 6.2.6.3

03 Nov 20:07
Compare
Choose a tag to compare
- Added a check to vdopreparelvm to determine whether it has already been
  converted.

6.1.3.40

29 Sep 22:16
Compare
Choose a tag to compare
Version 6.1.3.40

- Added a new utility, vdoregenerategeometry, which can be used to
  recover a VDO whose initial blocks have been overwritten
  accidentaly.

Version 6.2.5.74

20 Aug 21:05
Compare
Choose a tag to compare
- Renamed vdo2LVM to vdopreparelvm and moved its installation location to
  /usr/libexec so that it is not in common default paths as this utility is
  intended to be called from LVM, not directly by users.

Version 8.1.0.316

09 Aug 20:31
Compare
Choose a tag to compare
- Rebased to upstream candidate.
- Removed support for UDS super block version 6 which can only exist in
  versions of the index which the current code does not support.
- Removed all python based tools. vdostats is now a C program, and all
  management should be done with LVM.

8.1.0.264

28 Jul 22:44
Compare
Choose a tag to compare
8.1.0.264 Pre-release
Pre-release
Version 8.1.0.264

- Rebased to upstream candidate.
- Addressed a Coverity scan false positive.