From 72d6838fcba5b56a864a678b1214b3933c7cfde7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 9 Apr 2014 00:12:48 -0300 Subject: Back to pssh, but without timeout --- share/hydra/mass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/hydra/mass') diff --git a/share/hydra/mass b/share/hydra/mass index f5df37f..a7205e0 100755 --- a/share/hydra/mass +++ b/share/hydra/mass @@ -19,7 +19,7 @@ # Issue commands with pssh function mass_pssh { hydra_check_command parallel-ssh - parallel-ssh -t 120 -P -p 4 -h $TMPWORK sudo $COMMAND + parallel-ssh -P -p 4 -h $TMPWORK sudo $COMMAND } # Issue commands with a for loop @@ -71,5 +71,5 @@ fi # Execute commands in hosts echo "Issuing $COMMAND on multiple nodes..." -mass_loop $COMMAND +mass_pssh $COMMAND hydra_unset_tmpfile $TMPWORK -- cgit v1.2.3