From: Silvio Rhatto Date: Wed, 9 Apr 2014 03:12:48 +0000 (-0300) Subject: Back to pssh, but without timeout X-Git-Tag: 0.2.2~20 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=72d6838fcba5b56a864a678b1214b3933c7cfde7;p=hydra.git Back to pssh, but without timeout --- 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