-
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 chapter computation for a converted sparse index. - Fixed invalidation of converted chapters. - Removed extraneous fields from the super block of a converted index. - Fixed calculation of the number of expiring chapters in a converted index. - Fixed bugs rebuilding a converted index.
- Loading branch information
Showing
22 changed files
with
208 additions
and
138 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.5.41 | ||
%define kmod_driver_version 6.2.5.62 | ||
%define kmod_rpm_release %{spec_release} | ||
%define kmod_kernel_version 3.10.0-693.el7 | ||
|
||
|
@@ -96,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT | |
%{_usr}/src/%{kmod_name}-%{version} | ||
|
||
%changelog | ||
* Thu May 27 2021 - Red Hat VDO Team <[email protected]> - 6.2.5.41-1 | ||
- Fixed bugs in reading the UDS index of a VDO volume which was converted | ||
to LVM. | ||
* Mon Jul 12 2021 - Red Hat VDO Team <[email protected]> - 6.2.5.62-1 | ||
- Fixed chapter computation for a converted sparse index. | ||
- Fixed invalidation of converted chapters. | ||
- Removed extraneous fields from the super block of a converted index. | ||
- Fixed calculation of the number of expiring chapters in a converted | ||
index. | ||
- Fixed bugs rebuilding a converted 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
Oops, something went wrong.