From 4bef85fd54589a0ae254c770c4f3ffd782c4464d Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 28 Mar 2009 05:09:26 +0000 Subject: [PATCH] use correct table to read netboot method git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3026 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/AAsn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/AAsn.pm b/xCAT-server/lib/xcat/plugins/AAsn.pm index 31b4ac625..604064a89 100644 --- a/xCAT-server/lib/xcat/plugins/AAsn.pm +++ b/xCAT-server/lib/xcat/plugins/AAsn.pm @@ -948,7 +948,7 @@ sub setup_TFTP ${"xCAT_plugin::mknb::"}{process_request}->($cmdref, \&xCAT::Client::handle_response); #now, run nodeset enact on my $mactab = xCAT::Table->new('mac'); - my $hmtab = xCAT::Table->new('nodehm'); + my $hmtab = xCAT::Table->new('noderes'); if ($mactab and $hmtab) { my @mentries = ($mactab->getAllNodeAttribs([qw(node mac)])); #nodeset fails if no mac entry, filter on discovered nodes first... my %netmethods;