From e6db2c75503c289adb98435abd22f448e0dc016d Mon Sep 17 00:00:00 2001 From: mellor Date: Tue, 26 Jul 2011 11:48:44 +0000 Subject: [PATCH] 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 --- .../share/xcat/rollupdate/rollupdate_all.input.sample | 7 +++---- .../share/xcat/rollupdate/rollupdate_stateful.input.sample | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/xCAT-server/share/xcat/rollupdate/rollupdate_all.input.sample b/xCAT-server/share/xcat/rollupdate/rollupdate_all.input.sample index c3e684a94..a0849d340 100644 --- a/xCAT-server/share/xcat/rollupdate/rollupdate_all.input.sample +++ b/xCAT-server/share/xcat/rollupdate/rollupdate_all.input.sample @@ -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 diff --git a/xCAT-server/share/xcat/rollupdate/rollupdate_stateful.input.sample b/xCAT-server/share/xcat/rollupdate/rollupdate_stateful.input.sample index 23df5266e..b68ceecfd 100644 --- a/xCAT-server/share/xcat/rollupdate/rollupdate_stateful.input.sample +++ b/xCAT-server/share/xcat/rollupdate/rollupdate_stateful.input.sample @@ -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