From d292e44eb4d5792e27512cdf8e23f602b94ce386 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 10 Aug 2011 11:25:48 +0000 Subject: [PATCH] Fix bug 3184683: makedhcp -a shouldn't return error with nodes doesn't reach git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10263 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/dhcp.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/dhcp.pm b/xCAT-server/lib/xcat/plugins/dhcp.pm index b08591212..e0315bd22 100644 --- a/xCAT-server/lib/xcat/plugins/dhcp.pm +++ b/xCAT-server/lib/xcat/plugins/dhcp.pm @@ -1293,8 +1293,7 @@ sub process_request { $callback->( { - error => ["Unable to find mac address for $node"], - errorcode => [1] + warning => ["Unable to find mac address for $node"] } ); next;