mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-08-13 00:26:09 +00:00
CTS: set the syslog restart commands up correctly
Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
9e6ea08925
commit
4f99bef8b6
@ -115,8 +115,9 @@ class CoroLabEnvironment(CtsLab):
|
||||
self["warn-inactive"] = 0
|
||||
self["ListTests"] = 0
|
||||
self["benchmark"] = 0
|
||||
self["logrestartcmd"] = "/etc/init.d/rsyslog restart 2>&1 > /dev/null"
|
||||
self["Schema"] = "corosync 1.2"
|
||||
self["logrestartcmd"] = "systemctl restart rsyslog.service 2>&1 > /dev/null"
|
||||
self["syslogd"] ="rsyslog"
|
||||
self["Schema"] = "corosync 2.0"
|
||||
self["Stack"] = "corosync (needle)"
|
||||
self['CMclass'] = corosync_needle
|
||||
self["stonith-type"] = "external/ssh"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user