Changed "ppcDirect" table name to "ppcdirect"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@73 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
076adf9933
commit
8298815df5
@ -170,7 +170,7 @@ sub preprocess_nodes {
|
||||
if (( $request->{command} eq "rscan" ) or
|
||||
( $request->{hwtype} eq "fsp" )) {
|
||||
|
||||
my $tab = ($request->{hwtype} eq "fsp") ? "ppcDirect" : "ppchcp";
|
||||
my $tab = ($request->{hwtype} eq "fsp") ? "ppcdirect" : "ppchcp";
|
||||
my $db = xCAT::Table->new( $tab );
|
||||
|
||||
if ( !defined( $db )) {
|
||||
|
@ -140,7 +140,7 @@ sub credentials {
|
||||
my %db = (
|
||||
hmc => "ppchcp",
|
||||
ivm => "ppchcp",
|
||||
fsp => "ppcDirect"
|
||||
fsp => "ppcdirect"
|
||||
);
|
||||
|
||||
###########################################
|
||||
|
Loading…
Reference in New Issue
Block a user