Add updateflag.awk to scripts that are run.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1148 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
fe31bbb21f
commit
a1c44b5870
@ -53,6 +53,11 @@ echo $HOSTNAME
|
||||
/sbin/portmap
|
||||
export MASTER_IP=#XCATVAR:XCATMASTER#
|
||||
export MASTER_IPS=#XCATVAR:XCATMASTER#
|
||||
export MASTER="#XCATVAR:XCATMASTER#"
|
||||
|
||||
#
|
||||
# This script has not yet been updated to work with service nodes
|
||||
#
|
||||
mkdir -p /xcatpost
|
||||
for i in $(seq 1 20)
|
||||
do
|
||||
@ -73,6 +78,7 @@ do
|
||||
RAND=$(perl -e 'print int(rand(5)). "\n"')
|
||||
sleep $RAND
|
||||
done
|
||||
updateflag.awk $MASTER 3002
|
||||
cd /
|
||||
/xcatpost/#TABLE:nodelist:$NODE:node#
|
||||
umount /xcatpost
|
||||
|
Loading…
Reference in New Issue
Block a user