IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37424


Ignore:
Timestamp:
Sep 23, 2014, 2:35:52 PM (12 years ago)
Author:
watersc1
Message:

rawcheck needs to know that ippb04/05 are full.

File:
1 edited

Legend:

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

    r36686 r37424  
    6262my %backup_hosts = ('ippb00' => 1, 'ippb01' => 1,
    6363                    'ippb02' => 1, 'ippb03' => 1,
    64                     'ippb04' => 1, 'ippb05' => 1
     64                    'ippb04' => 1, 'ippb05' => 1,
     65                    'ippb06' => 1
    6566    );
    66 my %backup_destinations = ('ippb04' => 1,
    67                            'ippb05' => 1);
     67my %backup_destinations = (# 'ippb04' => 1,  # full
     68                           # 'ippb05' => 1,  # full
     69                           'ippb06' => 1
     70    );
    6871my $backup_Nvols = 3;
    6972
Note: See TracChangeset for help on using the changeset viewer.