Changeset 39911
- Timestamp:
- Jan 3, 2017, 1:42:15 PM (10 years ago)
- File:
-
- 1 edited
-
tags/ipp-20150312/ippScripts/scripts/rawcheck.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20150312/ippScripts/scripts/rawcheck.pl
r39906 r39911 106 106 } 107 107 for ($i = 0; $i <= 15; $i++) { 108 if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster. 108 my $loc = 'OFFSITE'; 109 if ($i == 6) { 110 $loc = 'MRTCB'; 111 } # This isn't "offsite", it's with the rest of the maui cluster. 109 112 if ($i == 9) { next; } # Not online 110 113 111 114 my $vol = sprintf("ippb%02d.0",$i); 112 $volume_map{$vol} = 'OFFSITE';115 $volume_map{$vol} = $loc; 113 116 $vol = sprintf("ippb%02d.1",$i); 114 $volume_map{$vol} = 'OFFSITE';117 $volume_map{$vol} = $loc; 115 118 if ($i <= 6) { 116 119 $vol = sprintf("ippb%02d.2",$i); 117 $volume_map{$vol} = 'OFFSITE';120 $volume_map{$vol} = $loc; 118 121 } 119 122 }
Note:
See TracChangeset
for help on using the changeset viewer.
