Changeset 41682
- Timestamp:
- Jul 2, 2021, 8:53:41 AM (5 years ago)
- Location:
- trunk/tools/eam/rebalance
- Files:
-
- 5 edited
-
neb_check_location.pl (modified) (1 diff)
-
neb_check_reinsert.pl (modified) (1 diff)
-
neb_check_trash.pl (modified) (1 diff)
-
neb_fix_location.pl (modified) (2 diffs)
-
neb_reinsert.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/eam/rebalance/neb_check_location.pl
r41509 r41682 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) { -
trunk/tools/eam/rebalance/neb_check_reinsert.pl
r41508 r41682 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) { -
trunk/tools/eam/rebalance/neb_check_trash.pl
r41508 r41682 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) { -
trunk/tools/eam/rebalance/neb_fix_location.pl
r41509 r41682 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 -
trunk/tools/eam/rebalance/neb_reinsert.pl
r41383 r41682 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.
