-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: ChangeLog: update for 2.1.2-rc2 release
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
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,3 +1,13 @@ | ||
* Mon Nov 15 2021 Ken Gaillot <[email protected]> Pacemaker-2.1.2-rc2 | ||
- Changesets: 3 | ||
- Diff: 4 files changed, 4 insertions(+), 2 deletions(-) | ||
|
||
- Fixes since Pacemaker-2.1.2-rc1 | ||
+ fencing: mark state as done if remapped "on" times out | ||
+ executor: avoid memory leak for failed pending op | ||
(regression introduced in 2.1.2-rc1) | ||
+ pkg-config: return correct value for ocfdir (regression introduced in 2.1.0) | ||
|
||
* Fri Oct 29 2021 Ken Gaillot <[email protected]> Pacemaker-2.1.2-rc1 | ||
- Changesets: 448 | ||
- Diff: 221 files changed, 16502 insertions(+), 11737 deletions(-) | ||
|
@@ -810,7 +820,7 @@ | |
compare a node attribute against a resource parameter | ||
+ New "stonith-max-attempts" cluster option to specify how many times | ||
fencing can fail for a target before the cluster will no longer | ||
immediately re-attempt it (previously hard-coded at 10) | ||
immediately re-attempt it (previously hard-coded at 10) | ||
+ New "cluster-ipc-limit" cluster option to avoid IPC client eviction in | ||
large clusters | ||
+ Failures are now tracked per operation type, as well as per node and | ||
|