43580b import kmod-kvdo-6.2.2.117-65.el8

Authored and Committed by centosrcm 4 years ago
    import kmod-kvdo-6.2.2.117-65.el8
    
        
file modified
+1 -1
.gitignore CHANGED
@@ -1 +1 @@
1
- SOURCES/kvdo-7806cbf.tar.gz
1
+ SOURCES/kvdo-c6e162c.tar.gz
file modified
+1 -1
.kmod-kvdo.metadata CHANGED
@@ -1 +1 @@
1
- c4f1923ec5935a35c3c795fc6cc887422c108980 SOURCES/kvdo-7806cbf.tar.gz
1
+ caf0ac4037c3ecdd894a360b6745a0fe6e83c83c SOURCES/kvdo-c6e162c.tar.gz
file modified
+61 -6
SPECS/kmod-kvdo.spec CHANGED
@@ -1,12 +1,12 @@
1
- %global commit 7806cbf0b693ea3ac82cafe567b1a964bcd69924
2
- %global gittag 6.2.1.138
1
+ %global commit c6e162cf6fd69ed74818e029d2c7ef808e3d9fe1
2
+ %global gittag 6.2.2.117
3
3
%global shortcommit %(c=%{commit}; echo ${c:0:7})
4
- %define spec_release 58
4
+ %define spec_release 65
5
5
6
6
%define kmod_name kvdo
7
7
%define kmod_driver_version %{gittag}
8
8
%define kmod_rpm_release %{spec_release}
9
- %define kmod_kernel_version 4.18.0-147.6.1.el8_1
9
+ %define kmod_kernel_version 4.18.0-187.el8
10
10
%define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//')
11
11
%define kmod_kbuild_dir .
12
12
%define kmod_dependencies %{nil}
@@ -164,9 +164,64 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_
164
164
rm -rf $RPM_BUILD_ROOT
165
165
166
166
%changelog
167
- * Wed Feb 19 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.1.138-58
167
+ * Sat Mar 07 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-65
168
168
- Bumped NVR for new 4.18 kernel
169
- - Resolves: rhbz#1805138
169
+ - Relates: rhbz#1764816
170
+
171
+ * Tue Feb 11 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.117-63
172
+ - Fixed a bug which would cause the UDS index to be perceived as corrupt
173
+ when a VDO volume is moved to a system with a different endianness.
174
+ - Resolves: rhbz#1745211
175
+ - Modified UDS index rebuild to be interruptible so that shutting down a
176
+ VDO whose index is rebuilding need not wait for the index rebuild to
177
+ complete.
178
+ - Resolves: rhbz#1737639
179
+ - Prevented two VDO devices from being started on the same storage.
180
+ - Resolves: rhbz#1725052
181
+ - Fixed rare races which could result in VDO issuing I/O while suspended.
182
+ - Resolves: rhbz#1766358
183
+ - Fixed crashes when re-suspending a VDO after it had been resumed.
184
+ - Resolves: rhbz#1765253
185
+ - Made async mode ACID. Added async-unsafe mode to preserve the performance of
186
+ the old implementation.
187
+ - Resolves: rhbz#1657301
188
+
189
+ * Tue Jan 14 2020 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-63
190
+ - Bumped NVR for new 4.18 kernel
191
+ - Relates: rhbz#1764816
192
+
193
+ * Tue Dec 03 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-62
194
+ - Bumped NVR for new 4.18 kernel
195
+ - Relates: rhbz#1764816
196
+
197
+ * Tue Nov 26 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-61
198
+ - Bumped NVR for new 4.18 kernel
199
+ - Relates: rhbz#1764816
200
+
201
+ * Mon Nov 11 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-60
202
+ - Bumped NVR for new 4.18 kernel
203
+ - Relates: rhbz#1764816
204
+
205
+ * Thu Oct 31 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-59
206
+ - Bumped NVR for new 4.18 kernel
207
+ - Relates: rhbz#1764816
208
+
209
+ * Wed Oct 30 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.24-58
210
+ - Incremented the dm target version to allow lvm to tell whether a VDO
211
+ - Resolves: rhbz#1752893
212
+
213
+ * Thu Oct 24 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.18-58
214
+ - Bumped NVR for new 4.18 kernel
215
+ - Relates: rhbz#1764816
216
+
217
+ * Thu Oct 17 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.2.18-57
218
+ - Reduced the default number of index zones as the previous default
219
+ attempted to maximize index performance at the expense of all other
220
+ processes.
221
+ - Resolves: rhbz#1703507
222
+ - Fixed an assertion when resuming a VDO device which was not suspended
223
+ with the no-flush flag.
224
+ - Resolves: rhbz#1752893
170
225
171
226
* Fri Sep 13 2019 - Andy Walsh <awalsh@redhat.com> - 6.2.1.138-57
172
227
- Bumped NVR for new 4.18 kernel