Changeset 39930
- Timestamp:
- Jan 10, 2017, 12:33:27 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/rawcheck.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/rawcheck.pl
r39905 r39930 73 73 ## how many copies we want at each site. 74 74 my %requirement_map = (); 75 # CZW: 2017-01-10: I've changed this to MRTCB=1, OFFSITE=0, from MRTCB=0, OFFSITE=1 to attempt to speed 76 # up the shuffle (which is OFFSITE limited). Setting MRTCB=1 to ensure two copies in 77 # in the system (not totally necessary for everything, but a precaution in case this 78 # is run in cull mode without an edit back). 75 79 $requirement_map{ITC} = 1; 76 $requirement_map{OFFSITE} = 1;77 $requirement_map{MRTCB} = 0;80 $requirement_map{OFFSITE} = 0; 81 $requirement_map{MRTCB} = 1; 78 82 79 83 ## Second, construct a list of volumes, mapped to their site location, using the … … 105 109 $volume_map{$vol} = 'ITC'; 106 110 } 111 for ($i = 118; $i <= 122; $i++) { 112 my $vol = sprintf("ipp%03d.0",$i); 113 $volume_map{$vol} = 'MRTCB'; 114 $vol = sprintf("ipp%03d.1",$i); 115 $volume_map{$vol} = 'MRTCB'; 116 } 117 118 107 119 for ($i = 0; $i <= 15; $i++) { 108 120 if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster.
Note:
See TracChangeset
for help on using the changeset viewer.
