Changeset 41699
- Timestamp:
- Jul 7, 2021, 4:56:43 PM (5 years ago)
- Location:
- tags/ipp-ps1-20210510/tools
- Files:
-
- 6 edited
- 11 copied
-
. (modified) (1 prop)
-
eam/rebalance/launch.location.check.sh (copied) (copied from trunk/tools/eam/rebalance/launch.location.check.sh )
-
eam/rebalance/launch.trash.check.sh (copied) (copied from trunk/tools/eam/rebalance/launch.trash.check.sh )
-
eam/rebalance/launch.trash.empty.sh (copied) (copied from trunk/tools/eam/rebalance/launch.trash.empty.sh )
-
eam/rebalance/launch.trash.errors.sh (copied) (copied from trunk/tools/eam/rebalance/launch.trash.errors.sh )
-
eam/rebalance/launch.trash.sh (copied) (copied from trunk/tools/eam/rebalance/launch.trash.sh )
-
eam/rebalance/neb_check_location.pl (modified) (1 diff)
-
eam/rebalance/neb_check_reinsert.pl (modified) (1 diff)
-
eam/rebalance/neb_check_trash.pl (modified) (1 diff)
-
eam/rebalance/neb_fix_location.pl (modified) (2 diffs)
-
eam/rebalance/neb_reinsert.pl (modified) (1 diff)
-
eam/rebalance/run.location.result.sh (copied) (copied from trunk/tools/eam/rebalance/run.location.result.sh )
-
eam/rebalance/run.nebstat.insert.check.errors (copied) (copied from trunk/tools/eam/rebalance/run.nebstat.insert.check.errors )
-
eam/rebalance/run.nebstat.trash.check.errors (copied) (copied from trunk/tools/eam/rebalance/run.nebstat.trash.check.errors )
-
eam/rebalance/run.search.logs.sh (copied) (copied from trunk/tools/eam/rebalance/run.search.logs.sh )
-
eam/rebalance/run.split.repl.sh (copied) (copied from trunk/tools/eam/rebalance/run.split.repl.sh )
-
eam/rebalance/run.trash.error.check (copied) (copied from trunk/tools/eam/rebalance/run.trash.error.check )
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/tools
- Property svn:mergeinfo changed
/trunk/tools merged: 41658,41682-41683
- Property svn:mergeinfo changed
-
tags/ipp-ps1-20210510/tools/eam/rebalance/neb_check_location.pl
r41509 r41699 21 21 22 22 my ( $dbname, $dbhost, $dbport, $dbpass, $dbuser ); 23 my $conffile = ' /data/ippc19.0/home/eugene/rebalance.20200605/nebulous.config';23 my $conffile = 'nebulous.config'; 24 24 25 25 if (-e $conffile) { -
tags/ipp-ps1-20210510/tools/eam/rebalance/neb_check_reinsert.pl
r41508 r41699 21 21 22 22 my ( $dbname, $dbhost, $dbport, $dbpass, $dbuser ); 23 my $conffile = ' /data/ippc19.0/home/eugene/rebalance.20200605/nebulous.config';23 my $conffile = 'nebulous.config'; 24 24 25 25 if (-e $conffile) { -
tags/ipp-ps1-20210510/tools/eam/rebalance/neb_check_trash.pl
r41508 r41699 20 20 21 21 my ( $dbname, $dbhost, $dbport, $dbpass, $dbuser ); 22 my $conffile = ' /data/ippc19.0/home/eugene/rebalance.20200605/nebulous.config';22 my $conffile = 'nebulous.config'; 23 23 24 24 if (-e $conffile) { -
tags/ipp-ps1-20210510/tools/eam/rebalance/neb_fix_location.pl
r41509 r41699 17 17 18 18 my ( $dbname, $dbhost, $dbport, $dbpass, $dbuser ); 19 my $conffile = ' /data/ippc19.0/home/eugene/rebalance.20200605/nebulous.config';19 my $conffile = 'nebulous.config'; 20 20 21 21 if (-e $conffile) { … … 196 196 return $status; 197 197 } 198 -
tags/ipp-ps1-20210510/tools/eam/rebalance/neb_reinsert.pl
r41383 r41699 29 29 30 30 my ( $dbname, $dbhost, $dbport, $dbpass, $dbuser ); 31 my $conffile = ' /data/ippc19.0/home/eugene/rebalance.20200605/nebulous.config';31 my $conffile = 'nebulous.config'; 32 32 33 33 if (-e $conffile) {
Note:
See TracChangeset
for help on using the changeset viewer.
