defect 3190923 - rollupdate error appstatus
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9058 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1985,6 +1985,7 @@ sub runrollupdate { | ||||
|             foreach my $rn (@remaining_nodes) { | ||||
|                 if (defined($rn)) { | ||||
|                     push (@bootnodes,$rn); | ||||
|                     undef($rn); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
| @@ -2109,7 +2110,9 @@ sub runrollupdate { | ||||
|                     } | ||||
|                 } | ||||
|                 xCAT::Utils->setAppStatus(\@error_nodes,"RollingUpdate","ERROR_bringuptimeout_exceeded"); | ||||
|                 xCAT::Utils->setAppStatus(\@remaining_nodes,"RollingUpdate","ERROR_bringuptimeout_exceeded_for_previous_node"); | ||||
|                 if ( defined($remaining_nodes[0]) ) { | ||||
|                   xCAT::Utils->setAppStatus(\@remaining_nodes,"RollingUpdate","ERROR_bringuptimeout_exceeded_for_previous_node"); | ||||
|                 } | ||||
|             } | ||||
|             last; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user