import vdo-6.2.6.14-14.el8
This commit is contained in:
parent
ae4e2b632d
commit
035ab38cf4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/vdo-c658747.tar.gz
|
||||
SOURCES/vdo-17879e8.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
554e49ae907caf589ff90f14952ec6dd38bc7f86 SOURCES/vdo-c658747.tar.gz
|
||||
a840e5948ec5572c2e8ad9dde211f9687a9a89ef SOURCES/vdo-17879e8.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global commit c658747fb8964e3a46c934e1e382de0abd5bb901
|
||||
%global gittag 6.2.5.74
|
||||
%global commit 17879e8178f5699204e2cb9f80b11e14a76350eb
|
||||
%global gittag 6.2.6.14
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define spec_release 14
|
||||
@ -224,6 +224,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
|
||||
@ -231,6 +232,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
|
||||
@ -240,6 +242,24 @@ This package provides the user-space support tools for VDO.
|
||||
%{_mandir}/man8/vdoregenerategeometry.8.gz
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2022 - Andy Walsh <awalsh@redhat.com> - 6.2.6.14-14
|
||||
- Added a tool to make LVMVDO pools read/write so that support and
|
||||
debugging tools may access them.
|
||||
- Resolves: rhbz#1999640
|
||||
|
||||
* Mon Nov 15 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.6.7-14
|
||||
- Fixed bugs in the vdopreparelvm check to determine whether a device has
|
||||
already been converted.
|
||||
- Resolves: rhbz#2017843
|
||||
- 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.
|
||||
- Resolves: rhbz#2022154
|
||||
|
||||
* Wed Nov 03 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.6.3-14
|
||||
- Added a check to vdopreparelvm to determine whether it has already been
|
||||
converted.
|
||||
- Resolves: rhbz#2017843
|
||||
|
||||
* Fri Aug 20 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.74-14
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user