aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Thibodeau <kyron@neuralbs.com>2008-08-19 21:25:24 -0400
committerEric Thibodeau <kyron@neuralbs.com>2008-08-19 21:25:24 -0400
commitb6f3f45d7005db6798f7a608c472b7da8180e7eb (patch)
treed7352f9b9d39166591f4d1702715cee30605e4dc /overlay
parentCorrected /etc/conf.d/net configuration to send processor count as DNSMASQ_US... (diff)
downloadclustering-livecd-b6f3f45d7005db6798f7a608c472b7da8180e7eb.tar.gz
clustering-livecd-b6f3f45d7005db6798f7a608c472b7da8180e7eb.tar.bz2
clustering-livecd-b6f3f45d7005db6798f7a608c472b7da8180e7eb.zip
Torque integration tweaks
- server USE flag was mnissing in the livecd specs - added pbs_mom to nfsroot spec NOTE: code is not "functionnal", node-manager is in constant flux as I am figuring out dhcpcd and dnsmasq exhanges of userclass information, which we will use as a means to send the cpu count to the server for the config gilse
Diffstat (limited to 'overlay')
-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.