Updated to version 8.1.1.360

- Fixed vdostats output issues.
Resolves: rhbz#2004576
- Removed incorrect assumptions about major device numbers in vdostats.
Resolves: rhbz#2045885
- Made improvements to the vdorecover script.
Resolves: rhbz#2047543
- Added a tool to make LVMVDO pools read/write so that support and debugging tools may access them.
Resolves: rhbz#2047543

Signed-off-by: Andrew Walsh <awalsh@redhat.com>
This commit is contained in:
Andrew Walsh 2022-02-13 04:46:20 +00:00
parent 5b6d2551e4
commit 6d98af1629
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/vdo-860e625.tar.gz
/vdo-f695290.tar.gz
/vdo-e3f1b5b.tar.gz
/vdo-0bbe708.tar.gz

View File

@ -1 +1 @@
SHA512 (vdo-e3f1b5b.tar.gz) = 5b6345e4e488624132d7989bb2b63b6a6e6cb80422371434963e686ab71a0015443bb16907ba51a24190fd2946276f5bfbd48d8d1b7ffc8502790c3ea0c22ac3
SHA512 (vdo-0bbe708.tar.gz) = b4b26b6910d0e093e246f1ab6a5a640914a671794d9cb07ccd63f40050074f11223f4aa85121d2f52e5e28d59b499c8591e7feb465b4d7b8a0d0e37c7310b114

View File

@ -1,12 +1,12 @@
%global commit e3f1b5bc41be86e909facf7995da4106975ba858
%global gittag 8.1.1.287
%global commit 0bbe70862b691da346536a1dd3e75be47a3514eb
%global gittag 8.1.1.360
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define spec_release 1
Summary: Management tools for Virtual Data Optimizer
Name: vdo
Version: %{gittag}
Release: %{spec_release}%{?dist}.1
Release: %{spec_release}%{?dist}
License: GPLv2
Source0: https://github.com/dm-vdo/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Patch0: fix_dmeventd_linking.patch
@ -91,6 +91,7 @@ block-level deduplication, compression, and thin provisioning.
This package provides the user-space support tools for VDO.
%files support
%{_bindir}/adaptLVMVDO.sh
%{_bindir}/vdoaudit
%{_bindir}/vdodebugmetadata
%{_bindir}/vdodumpblockmap
@ -98,6 +99,7 @@ This package provides the user-space support tools for VDO.
%{_bindir}/vdolistmetadata
%{_bindir}/vdoreadonly
%{_bindir}/vdoregenerategeometry
%{_mandir}/man8/adaptlvm.8.gz
%{_mandir}/man8/vdoaudit.8.gz
%{_mandir}/man8/vdodebugmetadata.8.gz
%{_mandir}/man8/vdodumpblockmap.8.gz
@ -107,6 +109,17 @@ This package provides the user-space support tools for VDO.
%{_mandir}/man8/vdoregenerategeometry.8.gz
%changelog
* Sat Feb 12 2022 - Andy Walsh <awalsh@redhat.com> - 8.1.1.360-1
- Fixed vdostats output issues.
- Resolves: rhbz#2004576
- Removed incorrect assumptions about major device numbers in vdostats.
- Resolves: rhbz#2045885
- Made improvements to the vdorecover script.
- Resolves: rhbz#2047543
- Added a tool to make LVMVDO pools read/write so that support and
debugging tools may access them.
- Resolves: rhbz#2047543
* Sun Jan 23 2022 - Andy Walsh <awalsh@redhat.com> - 8.1.1.287-1
- Fixed off-by-one issue in vdostats.
- Resolves: rhbz#1999056