Changeset 39903
- Timestamp:
- Dec 21, 2016, 1:29:02 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/rawcheck.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/rawcheck.pl
r39812 r39903 105 105 $volume_map{$vol} = 'ITC'; 106 106 } 107 for ($i = 0; $i <= 6; $i++) {107 for ($i = 0; $i <= 15; $i++) { 108 108 if ($i == 6) { next; } # This isn't "offsite", it's with the rest of the maui cluster. 109 if ($i == 9) { next; } # Not online 110 109 111 my $vol = sprintf("ippb%02d.0",$i); 110 112 $volume_map{$vol} = 'OFFSITE';
Note:
See TracChangeset
for help on using the changeset viewer.
