mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 18:50:28 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user