2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

add check and fix of all cred and key files needed to install and bring up service nodes and compute nodes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2981 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav
2009-03-25 12:53:30 +00:00
parent 16ccb564a4
commit cb917e4b4e

View File

@ -46,6 +46,7 @@ sub process_request {
$request = shift;
$callback = shift;
$subreq = shift;
my $result= xCAT::Utils->checkCredFiles($callback);
if ($request->{command}->[0] eq 'getdestiny') {
getdestiny(0);
}