-
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.
Note: This is a pre-release version, future versions of VDO may not support VDO devices created with this version. - Enabled the setting of max_discard_sectors for VDO devices via sysfs. This allows users stacking dm-thin devices on top of VDO to set a value which is large enough that dm-thin will send discards to VDO.
- Loading branch information
Showing
4 changed files
with
29 additions
and
39 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.0.187 | ||
%define kmod_driver_version 6.2.0.197 | ||
%define kmod_rpm_release %{spec_release} | ||
%define kmod_kernel_version 3.10.0-693.el7 | ||
|
||
|
@@ -85,5 +85,5 @@ rm -rf $RPM_BUILD_ROOT | |
%{_usr}/src/%{kmod_name}-%{version}-%{kmod_driver_version}/* | ||
|
||
%changelog | ||
* Fri Jul 27 2018 - J. corwin Coburn <[email protected]> - 6.2.0.187-1 | ||
HASH(0x229f768) | ||
* Mon Aug 06 2018 - J. corwin Coburn <[email protected]> - 6.2.0.197-1 | ||
HASH(0x26d07a0) |
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