From 9dfcfa42918db9b542306deebc10f003d1be7990 Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 2 Mar 2011 08:37:08 +0000 Subject: [PATCH] fix for bug 3182341: site name check git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8960 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 7b6b7004e..a6dd21d4a 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -606,6 +606,7 @@ sub processArgs # special handling for site table !!!!! if (($::opt_t eq 'site') && ($::opt_o ne 'clustersite')) { + push(@::clobjnames, $::opt_o); push(@::clobjnames, 'clustersite'); }