@@ -51,7 +51,7 @@ Name: sbd
51
51
Summary: Storage-based death
52
52
License: GPLv2+
53
53
Group: System Environment/Daemons
54
- Version: 1.5.1
54
+ Version: 1.5.2
55
55
Release: 99.%{buildnum }.%{shortcommit }.%{modified }git%{?dist }
56
56
Url: https://github.com/%{github_owner }/%{name }
57
57
Source0: https://github.com/%{github_owner }/%{name }/archive/%{longcommit }/%{name }-%{longcommit }.tar.gz
@@ -177,6 +177,34 @@ rm -rf %{buildroot}
177
177
%{_libdir }/libsbdtestbed*
178
178
179
179
%changelog
180
+ * Thu Jan 5 2023 <klaus.wenninger@aon.at> - 1.5.2-99.0.8ec8e011.git
181
+ - fail startup if pacemaker integration is disabled while
182
+ SBD_SYNC_RESOURCE_STARTUP is conflicting (+ hint to overcome)
183
+ - improve logs
184
+ - when logging state of SBD_PACEMAKER tell it is just that as
185
+ this might still be overridden via cmdline options
186
+ - log a warning if SBD_PACEMAKER is overridden by -P or -PP option
187
+ - do not warn about startup syncing with pacemaker integration disabled
188
+ - when watchdog-device is busy give a hint on who is hogging it
189
+ - improve build environment
190
+ - have --with-runstatedir overrule --runstatedir
191
+ - use new package name for pacemaker devel on opensuse
192
+ - make config location configurable for man-page-creation
193
+ - reverse alloc/de-alloc order to make gcc-12 static analysis happy
194
+ - improve test environment
195
+ - have image-files in /dev/shm to assure they are in memory and
196
+ sbd opening the files with O_SYNC doesn't trigger unnecessary
197
+ syncs on a heavily loaded test-machine
198
+ fallback to /tmp if /dev/shm doesn't exist
199
+ - wrapping away libaio and usage of device-mapper for block-device
200
+ simulation can now be passed into make via
201
+ SBD_USE_DM & SBD_TRANSLATE_AIO
202
+ - have variables that configure test-environment be printed
203
+ out prior to running tests
204
+ - finally assure we clean environment when interrupted by a
205
+ signal (bash should have done it with just setting EXIT handler -
206
+ but avoiding bashism might come handy one day)
207
+
180
208
* Mon Nov 15 2021 <klaus.wenninger@aon.at> - 1.5.1-99.0.7bcdf695.git
181
209
- improve/fix cmdline handling
182
210
- tell the actual watchdog device specified with -w
0 commit comments