aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/sys-cluster/beowulf-head/files/node-manager')
-rwxr-xr-xoverlay/sys-cluster/beowulf-head/files/node-manager6
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/sys-cluster/beowulf-head/files/node-manager b/overlay/sys-cluster/beowulf-head/files/node-manager
index 509a9df..e843f24 100755
--- a/overlay/sys-cluster/beowulf-head/files/node-manager
+++ b/overlay/sys-cluster/beowulf-head/files/node-manager
@@ -62,10 +62,10 @@ HNAME=$4
if [[ $COMMAND == "old" ]]
then
- # we background this since it performs a ping with a 1second timeout
+ # we background this since it performs a ping with a 1 second timeout
# on a 256 node system, those seconds add up...
- if [[ $# -lt 5 ]]; then
- # We ignore calls made with odl and only 4 args as we're missing the
+ if [[ $# -lt 4 ]]; then
+ # We ignore calls made with old and only 4 args as we're missing the
# processor count. This can be caused by dnsmasq reloading
# or dnsmasq not setting DNSMASQ_USER_CLASS0 as it seems to happen often
# on subsequent dhcp requests made by the client.