mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 07:24:01 +00:00
CTS: add -l to keygen (normal keygen struggles to run on VMs)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
a22c9afde0
commit
dc402cbb98
@ -57,7 +57,7 @@ class CoroTest(CTSTest):
|
||||
# setup the authkey
|
||||
localauthkey = '/tmp/authkey'
|
||||
if not os.path.exists(localauthkey):
|
||||
self.CM.rsh(node, 'corosync-keygen')
|
||||
self.CM.rsh(node, 'corosync-keygen -l')
|
||||
self.CM.rsh.cp("%s:%s" % (node, "/etc/corosync/authkey"), localauthkey)
|
||||
|
||||
for n in self.CM.Env["nodes"]:
|
||||
|
Loading…
Reference in New Issue
Block a user