mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 02:40:28 +00:00
Enable CFMUtils interface
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13966 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -484,7 +484,7 @@ sub preprocess_updatenode
|
||||
# Now here we will call CFMUtils
|
||||
$::CALLBACK=$callback;
|
||||
my $rc=0;
|
||||
#$rc=xCAT::CFMUtils->updateCFMSynclistFile(\@imagenames);
|
||||
$rc=xCAT::CFMUtils->updateCFMSynclistFile(\@imagenames);
|
||||
if ($rc !=0) {
|
||||
my $rsp = {};
|
||||
$rsp->{data}->[0] =
|
||||
|
Reference in New Issue
Block a user