- Timestamp:
- Jan 29, 2010, 10:51:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippScripts/scripts/magic_destreak_revert.pl
r26290 r26721 294 294 run(command => $command, verbose => $verbose); 295 295 296 if (!defined $error_code) { 297 print STDERR "run( $command ) returned undef error_code!!!!!\n"; 298 return $PS_EXIT_UNKNOWN_ERROR; 299 } 296 300 return $error_code >> 8; 297 301 } … … 392 396 my $command = "$magicdstool -updaterun"; 393 397 $command .= " -magic_ds_id $magic_ds_id"; 394 $command .= " - fault $exit_code";398 $command .= " -set_state failed_revert"; 395 399 $command .= " -dbname $dbname" if defined $dbname; 396 400
Note:
See TracChangeset
for help on using the changeset viewer.
