start daemon after create instance failure
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8171 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
54b364cb77
commit
5c3c53b6ed
@ -745,7 +745,10 @@ sub setupinstance
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{ # if error exit
|
||||
xCAT::MsgUtils->message("E", " $cmd failed.");
|
||||
# start the daemon
|
||||
&startxcatd;
|
||||
exit(1);
|
||||
|
||||
}
|
||||
|
||||
# setup instance
|
||||
|
Loading…
Reference in New Issue
Block a user