mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 20:30:56 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user