From 63497743c71a1cd6f9bfabaf37623d2e56c39c20 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Thu, 5 Jun 2014 01:49:25 -0400 Subject: [PATCH] imgimport does not support kit related in 2.8.x,warning replace error for defect 4093 --- xCAT-server/lib/xcat/plugins/imgport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/imgport.pm b/xCAT-server/lib/xcat/plugins/imgport.pm index 8156b0a4c..836acc5a8 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -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; } }