-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixed bug which could result in empty flushes being issued to the storage below vdo while suspended. - Fixed syntax mismatch which prevented lvm from being able to configure a 512MB UDS index.
- Loading branch information
Showing
7 changed files
with
71 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%define spec_release 1 | ||
%define kmod_name kvdo | ||
%define kmod_driver_version 6.2.6.14 | ||
%define kmod_driver_version 6.2.7.9 | ||
%define kmod_rpm_release %{spec_release} | ||
%define kmod_kernel_version 3.10.0-693.el7 | ||
|
||
|
@@ -96,5 +96,8 @@ rm -rf $RPM_BUILD_ROOT | |
%{_usr}/src/%{kmod_name}-%{version} | ||
|
||
%changelog | ||
* Thu Feb 10 2022 - Red Hat VDO Team <[email protected]> - 6.2.6.14-1 | ||
- Fixed stack frame warnings when building with the debug kernel. | ||
* Wed May 04 2022 - Red Hat VDO Team <[email protected]> - 6.2.7.9-1 | ||
- Fixed bug which could result in empty flushes being issued to the storage | ||
below vdo while suspended. | ||
- Fixed syntax mismatch which prevented lvm from being able to configure a | ||
512MB UDS index. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters