From 74fea7a308dae3678fc0f0a1537e3ed68fd51d25 Mon Sep 17 00:00:00 2001 From: baiyuan Date: Thu, 5 Jun 2014 02:06:22 -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 d24708fb1..77aa7bac2 100644 --- a/xCAT-server/lib/xcat/plugins/imgport.pm +++ b/xCAT-server/lib/xcat/plugins/imgport.pm @@ -1496,7 +1496,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; } }