Changeset 30588
- Timestamp:
- Feb 11, 2011, 6:18:37 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r30567 r30588 153 153 154 154 # assume the fault is transient. 155 # fault the dependent to give the fault a chance to correct itself 155 156 my_die("Component faulted on update dep_id: $dep_id", $PS_EXIT_SYS_ERROR); 156 157 } … … 410 411 411 412 if ($warp->{data_state} ne 'full') { 412 my $warp_status = check_states_warp($warp, 0,$rlabel, $need_magic);413 my $warp_status = check_states_warp($warp, $rlabel, $need_magic); 413 414 if ($warp_status eq $PSTAMP_GONE) { 414 415 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); … … 426 427 if ($warp1->{data_state} ne 'full') { 427 428 $warps_ready = 0; 428 $warp_status = check_states_warp($warp1, 0,$rlabel, $need_magic);429 $warp_status = check_states_warp($warp1, $rlabel, $need_magic); 429 430 if ($warp_status) { 430 431 if ($warp_status eq $PSTAMP_GONE) { … … 440 441 if ($warp2->{data_state} ne 'full') { 441 442 $warps_ready = 0; 442 $warp_status = check_states_warp($warp2, 0,$rlabel, $need_magic);443 $warp_status = check_states_warp($warp2, $rlabel, $need_magic); 443 444 if ($warp_status eq $PSTAMP_GONE) { 444 445 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE); … … 493 494 494 495 if ($warp->{data_state} ne 'full') { 495 my $warp_status = check_states_warp($warp, 0,$rlabel, $need_magic);496 my $warp_status = check_states_warp($warp, $rlabel, $need_magic); 496 497 if ($warp_status eq $PSTAMP_GONE) { 497 498 faultComponent('diff', $diff_id, $skycell_id, $PSTAMP_GONE);
Note:
See TracChangeset
for help on using the changeset viewer.
