To support site.precreatemypostscripts=1
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0dcf2e1e9c
commit
43c4fada08
@ -197,7 +197,13 @@ sub setdestiny {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# if precreatemypostscripts=1, create each mypostscript for each node
|
||||
# otherwise, create it during installation /updatenode
|
||||
require xCAT::Postage;
|
||||
xCAT::Postage::create_mypostscript_or_not($request, $callback, $subreq);
|
||||
|
||||
|
||||
#print Dumper($req);
|
||||
$errored=0;
|
||||
$subreq->({command=>["mk$state"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user