import vdo-6.2.2.117-13.el8
This commit is contained in:
parent
0df18bd96b
commit
c6475cbcb3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/vdo-cf04ce0.tar.gz
|
SOURCES/vdo-b033725.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
5bd78d3f3a9480d52c8e93f447a0f3490083b634 SOURCES/vdo-cf04ce0.tar.gz
|
fda3b4a1a22c68d3223b9d398ac828317275ce4f SOURCES/vdo-b033725.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global commit cf04ce01dfece50edd021d454fe386218bfb9753
|
%global commit b03372526d8c0cb58766180dd8190128892fea3f
|
||||||
%global gittag 6.2.1.134
|
%global gittag 6.2.2.117
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
%define spec_release 11
|
%define spec_release 13
|
||||||
Summary: Management tools for Virtual Data Optimizer
|
Summary: Management tools for Virtual Data Optimizer
|
||||||
Name: vdo
|
Name: vdo
|
||||||
Version: %{gittag}
|
Version: %{gittag}
|
||||||
@ -12,7 +12,7 @@ Source0: https://github.com/dm-vdo/%{name}/archive/%{commit}/%{name}-%{shortcomm
|
|||||||
Patch0: fix_dmeventd_linking.patch
|
Patch0: fix_dmeventd_linking.patch
|
||||||
Patch1: bz1658224-fix_blkid_call.patch
|
Patch1: bz1658224-fix_blkid_call.patch
|
||||||
URL: http://github.com/dm-vdo/vdo
|
URL: http://github.com/dm-vdo/vdo
|
||||||
Requires: lvm2 >= 2.02
|
Requires: lvm2 >= 2.03
|
||||||
Requires: python3-PyYAML >= 3.10
|
Requires: python3-PyYAML >= 3.10
|
||||||
Requires: libuuid >= 2.23
|
Requires: libuuid >= 2.23
|
||||||
Requires: kmod-kvdo >= 6.2
|
Requires: kmod-kvdo >= 6.2
|
||||||
@ -82,8 +82,8 @@ done
|
|||||||
%{_bindir}/vdodumpconfig
|
%{_bindir}/vdodumpconfig
|
||||||
%{_bindir}/vdoforcerebuild
|
%{_bindir}/vdoforcerebuild
|
||||||
%{_bindir}/vdoformat
|
%{_bindir}/vdoformat
|
||||||
%{_bindir}/vdoprepareupgrade
|
|
||||||
%{_bindir}/vdoreadonly
|
%{_bindir}/vdoreadonly
|
||||||
|
%{_bindir}/vdosetuuid
|
||||||
%dir %{python3_sitelib}/%{name}
|
%dir %{python3_sitelib}/%{name}
|
||||||
%{python3_sitelib}/%{name}/__init__.py
|
%{python3_sitelib}/%{name}/__init__.py
|
||||||
%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc
|
%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc
|
||||||
@ -206,8 +206,47 @@ done
|
|||||||
%{_mandir}/man8/vdodumpconfig.8.gz
|
%{_mandir}/man8/vdodumpconfig.8.gz
|
||||||
%{_mandir}/man8/vdoforcerebuild.8.gz
|
%{_mandir}/man8/vdoforcerebuild.8.gz
|
||||||
%{_mandir}/man8/vdoformat.8.gz
|
%{_mandir}/man8/vdoformat.8.gz
|
||||||
|
%{_mandir}/man8/vdosetuuid.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 11 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-13
|
||||||
|
- Improved man pages and help text for vdo script and vdo utilities.
|
||||||
|
- Resolves: rhbz#1505748
|
||||||
|
- Resolves: rhbz#1636043
|
||||||
|
- Resolves: rhbz#1746539
|
||||||
|
- 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.
|
||||||
|
- Resolves: rhbz#1659173
|
||||||
|
|
||||||
|
* Mon Nov 25 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.33-12
|
||||||
|
- Fixed bug in the import command of the vdo script which would fail if
|
||||||
|
there were no active dm devices.
|
||||||
|
- Resolves: rhbz#1767491
|
||||||
|
- Added a version command to the vdo script to report the script version.
|
||||||
|
- Resolves: rhbz#1730429
|
||||||
|
- Added version options to vdo utilities which did not have one.
|
||||||
|
- Resolves: rhbz#1730429
|
||||||
|
- Removed deprecated vdoprepareupgrade utility.
|
||||||
|
- Resolves: rhbz#1774700
|
||||||
|
|
||||||
|
* Wed Oct 30 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-11
|
||||||
|
- Began preparations for releasing more VDO analysis and debugging tools.
|
||||||
|
- Relates: rhbz#1687996
|
||||||
|
- Really added the ability to modify the UUID of a VDO device (the previous
|
||||||
|
version omitted some of the files necessary for this feature).
|
||||||
|
- Resolves: rhbz#1713749
|
||||||
|
|
||||||
|
* Thu Oct 17 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.18-11
|
||||||
|
- Added the ability to modify the UUID of a VDO device.
|
||||||
|
- Resolves: rhbz#1713749
|
||||||
|
- 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.
|
||||||
|
- Resolves: rhbz#1737619
|
||||||
|
- Modified the vdo script to warn the user when starting or stopping a VDO
|
||||||
|
device if the device is already in the desired state.
|
||||||
|
- Resolves: rhbz#1738651
|
||||||
|
|
||||||
* Fri Aug 02 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.1.134-11
|
* Fri Aug 02 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.1.134-11
|
||||||
- Added UUID filtering of underlying devices when running vdo create with
|
- Added UUID filtering of underlying devices when running vdo create with
|
||||||
the --force flag as this failed when run on certain PVs.
|
the --force flag as this failed when run on certain PVs.
|
||||||
|
Loading…
Reference in New Issue
Block a user