Skip to content
Snippets Groups Projects
Commit e288106c authored by Alexander van Amesfoort's avatar Alexander van Amesfoort
Browse files

Task #5395: fix up comment of prev commit

parent 88121b35
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,7 @@ do ...@@ -176,7 +176,7 @@ do
[ "$h" == "`hostname`" ] && continue; [ "$h" == "`hostname`" ] && continue;
# Ignore hosts that already have the parset (for example, through NFS). # Ignore hosts that already have the parset (for example, through NFS).
# Disabled: buggy for manual tests that re-use a localhome parset filename, but have updated the file content. # NOTE: Buggy for manual tests that re-use a localhome parset filename, but have updated the file content.
timeout $KILLOPT 5s ssh -qn $h [ -e $PARSET ] && continue; timeout $KILLOPT 5s ssh -qn $h [ -e $PARSET ] && continue;
# Copy parset to remote node # Copy parset to remote node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment