Changeset 26460 for trunk/ippScripts/scripts/magic_destreak_revert.pl
- Timestamp:
- Dec 18, 2009, 10:12:03 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_revert.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_revert.pl
r26290 r26460 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.
