diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
commit | 924f5ea83e48277e014ebf0d19a27187cb93e2f7 (patch) | |
tree | 75920a275bba045f6d108204562c218a9a26ea15 /cts/README.md | |
parent | Adding upstream version 2.1.7. (diff) | |
download | pacemaker-upstream.tar.xz pacemaker-upstream.zip |
Adding upstream version 2.1.8~rc1.upstream/2.1.8_rc1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'cts/README.md')
-rw-r--r-- | cts/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cts/README.md b/cts/README.md index cbf319a..595268d 100644 --- a/cts/README.md +++ b/cts/README.md @@ -103,6 +103,15 @@ CTS includes: *must* match the hosts' names as returned by `uname -n`; they do not have to match the machines' fully qualified domain names. +* Optionally, configure the exerciser as a log aggregator, using something like + `rsyslog` log forwarding. If aggregation is detected, the exerciser will look + for new messages locally instead of requesting them repeatedly from cluster + nodes. + * Currently, `/var/log/messages` on the exerciser is the only supported log + destination. Further, if it's specified explicitly on the command line as + the log file, then CTS lab will not check for aggregation. + * CTS lab does not currently detect systemd journal log aggregation. + ### Run |