IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39904


Ignore:
Timestamp:
Dec 21, 2016, 1:30:00 PM (10 years ago)
Author:
watersc1
Message:

Update to add b-node storage as offsite targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20150312/ippScripts/scripts/rawcheck.pl

    r39813 r39904  
    105105    $volume_map{$vol} = 'ITC';
    106106}   
    107 for ($i = 0; $i <= 6; $i++) {
     107for ($i = 0; $i <= 15; $i++) {
    108108    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
    109111    my $vol = sprintf("ippb%02d.0",$i);
    110112    $volume_map{$vol} = 'OFFSITE';
Note: See TracChangeset for help on using the changeset viewer.