HPC Integration - minor fix to pe_install script to only restart pnsd if poscript is not run from genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2a36e8d7d7
commit
102fb2ca0e
@ -102,8 +102,10 @@ else
|
||||
else
|
||||
/usr/bin/sed -i 's/log_file_size = .*/log_file_size = 2097152/g' $installroot/etc/PNSD.cfg
|
||||
fi
|
||||
stopsrc -s pnsd
|
||||
startsrc -s pnsd
|
||||
if [ $NODESETSTATE == "install" ] || [ $NODESETSTATE == "boot" ]; then
|
||||
stopsrc -s pnsd
|
||||
startsrc -s pnsd
|
||||
fi
|
||||
fi
|
||||
|
||||
# Configure the poe.limits file
|
||||
|
Loading…
Reference in New Issue
Block a user