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:
parent
f9259dfec6
commit
e6db2c7550
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user