don't stop on table reorg erro, try the next table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9619 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7c49fcb183
commit
ca3a3703cf
@ -68,7 +68,6 @@ foreach my $table (@tablist) {
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
`logger -txcat " reorgtbl:error $cmd"`;
|
||||
exit 1;
|
||||
} else {
|
||||
`logger -txcat " reorgtbl:reorg indexes for $table"`;
|
||||
}
|
||||
@ -77,7 +76,6 @@ foreach my $table (@tablist) {
|
||||
if ($::RUNCMD_RC != 0)
|
||||
{
|
||||
`logger -txcat " reorgtbl:error $cmd"`;
|
||||
exit 1;
|
||||
} else {
|
||||
`logger -txcat " reorgtbl:reorg $table inplace"`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user