2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 11:20:32 +00:00

imgimport does not support kit related in 2.8.x,warning replace error for defect 4093

This commit is contained in:
baiyuan
2014-06-05 01:49:25 -04:00
parent cd2cb8112e
commit 63497743c7

View File

@ -1412,7 +1412,7 @@ sub create_symlink {
}
}
} else {
$callback->({error => ["osimage table or kitcomponent do not exist"],errorcode=>[1]});
$callback->({warning => ["osimage table or kitcomponent do not exist"],errorcode=>[1]});
return 1;
}
}