import vdo-6.2.5.41-14.el8
This commit is contained in:
parent
b55f7c936a
commit
9d36311405
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/vdo-9c5c694.tar.gz
|
||||
SOURCES/vdo-b08e17e.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
597074d275565939091122474c0b047bd4a02bab SOURCES/vdo-9c5c694.tar.gz
|
||||
21d1f1af604f8758fd08737ec1d31885bd2fc38e SOURCES/vdo-b08e17e.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global commit 9c5c6946411e51ab27a63641a1e37c7dae610ec9
|
||||
%global gittag 6.2.5.11
|
||||
%global commit b08e17e9542fabc23631cf75bda67ad06018892c
|
||||
%global gittag 6.2.5.41
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%define spec_release 14
|
||||
@ -83,6 +83,8 @@ done
|
||||
%{_bindir}/vdoforcerebuild
|
||||
%{_bindir}/vdoformat
|
||||
%{_bindir}/vdosetuuid
|
||||
%{_bindir}/vdo2lvm
|
||||
%{_mandir}/man8/vdo2lvm.8.gz
|
||||
%dir %{python3_sitelib}/%{name}
|
||||
%{python3_sitelib}/%{name}/__init__.py
|
||||
%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc
|
||||
@ -237,6 +239,20 @@ This package provides the user-space support tools for VDO.
|
||||
%{_mandir}/man8/vdoregenerategeometry.8.gz
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Jun 01 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.41-14
|
||||
- Integrated the vdo to lvm conversion tool into the vdo management script
|
||||
and modified the tool itself to correctly convert the UDS index so that
|
||||
dedupe information is not lost by conversion.
|
||||
- Resolves: rhbz#1928284
|
||||
|
||||
* Thu May 20 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.21-14
|
||||
- Added a tool for converting a VDO volume from the vdo management script
|
||||
to LVM. The tool can be invoked from the new vdo convert command.
|
||||
- Related: rhbz#1928284
|
||||
- Fixed a (relatively harmless) buffer overflow in vdo userspace tools.
|
||||
- Resolves: rhbz#1927938
|
||||
|
||||
* Thu May 13 2021 - Andy Walsh <awalsh@redhat.com> - 6.2.5.11-14
|
||||
- Introduced new memory size parameter values for UDS indexes which have
|
||||
been converted from vdo script management to LVM.
|
||||
|
Loading…
Reference in New Issue
Block a user