dumpxCATdb and restorexCATdb had wrong library for get_site_attributes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13573 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b55da8ad16
commit
0864a72444
@ -75,7 +75,7 @@ if ($ENV{'XCAT_SKIPTABLES'}) {
|
||||
@output2=$ENV{'XCAT_SKIPTABLES'};
|
||||
} else {
|
||||
# read tables to skip from site.skiptables attribute
|
||||
@output2=xCAT::Utils->get_site_attribute('skiptables');
|
||||
@output2=xCAT::TableUtils->get_site_attribute('skiptables');
|
||||
}
|
||||
my @skiptbls;
|
||||
if (@output2) {
|
||||
|
@ -69,7 +69,7 @@ if ($? != 0)
|
||||
exit 1;
|
||||
}
|
||||
# read tables to skip during restore from site.skiptables attribute
|
||||
my @output2=xCAT::Utils->get_site_attribute('skiptables');
|
||||
my @output2=xCAT::TableUtils->get_site_attribute('skiptables');
|
||||
my @skiptbls;
|
||||
if (@output2) {
|
||||
@skiptbls = split (/\,/,$output2[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user