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