Index: trunk/ippScripts/scripts/rawcheck.pl
===================================================================
--- trunk/ippScripts/scripts/rawcheck.pl	(revision 39905)
+++ trunk/ippScripts/scripts/rawcheck.pl	(revision 39930)
@@ -73,7 +73,11 @@
 ## how many copies we want at each site.
 my %requirement_map = ();
+# CZW: 2017-01-10: I've changed this to MRTCB=1, OFFSITE=0, from MRTCB=0, OFFSITE=1 to attempt to speed
+#                  up the shuffle (which is OFFSITE limited).  Setting MRTCB=1 to ensure two copies in 
+#                  in the system (not totally necessary for everything, but a precaution in case this
+#                  is run in cull mode without an edit back).
 $requirement_map{ITC} = 1;
-$requirement_map{OFFSITE} = 1;
-$requirement_map{MRTCB} = 0;
+$requirement_map{OFFSITE} = 0;
+$requirement_map{MRTCB} = 1;
 
 ## Second, construct a list of volumes, mapped to their site location, using the
@@ -105,4 +109,12 @@
     $volume_map{$vol} = 'ITC';
 }    
+for ($i = 118; $i <= 122; $i++) {
+    my $vol = sprintf("ipp%03d.0",$i);
+    $volume_map{$vol} = 'MRTCB';
+    $vol = sprintf("ipp%03d.1",$i);
+    $volume_map{$vol} = 'MRTCB';
+}
+
+
 for ($i = 0; $i <= 15; $i++) {
     if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster.
