From 5ef9fb08e84e51f5479ea27ce80cf0ba19ff22d2 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 5 Mar 2012 03:48:42 +0000 Subject: [PATCH] output message for unhandled nodes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11741 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 830e6b966..30698b0f8 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -3496,7 +3496,7 @@ sub preprocess_request { #parse the arguments for commands if ($command eq "getmacs") { my (@mpnodes, @fspnodes, @nohandle); - filter_nodes($request, \@mpnodes, \@fspnodes); + filter_nodes($request, \@mpnodes, \@fspnodes, \@nohandle); if (@nohandle) { $callback->({data=>"Cannot figure out plugin for nodes:@nohandle"}); }