From abf4eda63a9cf13b7b56ce0665c1dc4a7db03182 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 25 May 2011 10:35:28 +0000 Subject: [PATCH] minor fix. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9682 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/setup.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/setup.pm b/xCAT-server/lib/xcat/plugins/setup.pm index defc398a8..d6c527ef9 100644 --- a/xCAT-server/lib/xcat/plugins/setup.pm +++ b/xCAT-server/lib/xcat/plugins/setup.pm @@ -160,6 +160,7 @@ my %tables = ('site' => 1, 'nodegroup' => 0, 'networks' => 1, 'routes' => 0, + 'vpd' => 1, ); my $CECPOSITIONS; # a hash of the cec values in the nodepos table