From 09a2576d24e8f7894d14e8d673e3ad5417c4510a Mon Sep 17 00:00:00 2001 From: mxi1 Date: Wed, 15 Dec 2010 08:36:17 +0000 Subject: [PATCH] Revert "the code trying to retrieve the "dump" attribute from noderes table is wrong, fixed it." This reverts commit bc3cf7e4cc24055df53d0fcb29e93058546d38e2. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8409 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/anaconda.pm b/xCAT-server/lib/xcat/plugins/anaconda.pm index 0cd74ce78..5922c26a0 100644 --- a/xCAT-server/lib/xcat/plugins/anaconda.pm +++ b/xCAT-server/lib/xcat/plugins/anaconda.pm @@ -223,7 +223,7 @@ sub mknetboot my $machash = $mactab->getNodesAttribs(\@nodes, ['interface','mac']); - my $reshash = $restab->getNodesAttribs(\@nodes, ['primarynic','tftpserver','xcatmaster','nfsserver','nfsdir', 'installnic']); + my $reshash = $restab->getNodesAttribs(\@nodes, ['primarynic','tftpserver','xcatmaster','nfsserver','nfsdir', 'installnic', 'dump']); my $hmhash = $hmtab->getNodesAttribs(\@nodes, ['serialport', 'serialspeed', 'serialflow']);