defect 3377827 - added/fixed skipshutdown stanza to rollupdate sample input files

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10155 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2011-07-26 11:48:44 +00:00
parent f9259dfec6
commit e6db2c7550
2 changed files with 4 additions and 5 deletions

View File

@ -172,13 +172,12 @@ update_if_down=no
# NOT IMPLEMENTED YET! FUTURE SUPPORT FOR ROLLING UPDATE OF DISKFULL NODES
# shutdownrequired: Should a shutdown command be sent to the nodes.
# skipshutdown: Should a shutdown command be sent to the nodes.
# Shutdown is required for diskless nodes. For diskfull nodes, simple
# updates may be applied to the nodes through prescripts, and a node
# reboot may not be required.
# Default is "yes".
shutdownrequired=yes
# Default is "no" - a node shutdown will be performed.
skipshutdown=no

View File

@ -199,7 +199,7 @@ prescriptnodes=sn
# updates may be applied to the nodes through prescripts, and a node
# reboot may not be required.
# Default is "no" - a node shutdown will be performed.
skipshutdown=yes
skipshutdown=no