Changeset 38679 for trunk/tools
- Timestamp:
- Aug 11, 2015, 5:07:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/stsci_disks/p3_permcheck.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/stsci_disks/p3_permcheck.pl
r38678 r38679 72 72 my @volumes = (); 73 73 for (my $i = 4; $i <= 4; $i++) { 74 for (my $j = 0; $j < 3; $j++) { 74 my $max = 3; 75 if ($i == 4) { $max = 2; } 76 for (my $j = 0; $j < $max; $j++) { 75 77 push @volumes, sprintf("ippb%02d.%1d",$i,$j); 76 78 } … … 121 123 $neb->replicate($key,$rand_vol); 122 124 } 123 print ">> REP: $key \n";125 print ">> REP: $key $rand_vol\n"; 124 126 sleep(5); 125 127 my ($ipp_copies,$stsci_copies) = check_instances($key);
Note:
See TracChangeset
for help on using the changeset viewer.
