Changeset 1134

Show
Ignore:
Timestamp:
12/11/07 01:45:40 (1 year ago)
Author:
robbat2
Message:

Wire up fsck_reset's startpos argument.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/utils/Changes

    r1130 r1134  
     1  * Wire up fsck_reset's startpos argument. (Robin H. Johnson). 
     2 
    13  * Fix the automatic retry on errors saving a chunk (Ask Bjoern Hansen) 
    24 
  • trunk/utils/mogadm

    r1079 r1134  
    228228                opts => { 
    229229                    '--policy-only' => "Check repl policy (assumed locations); don't stat storage nodes", 
     230                    '--startpos=i'  => "FID to start at.", 
    230231                } 
    231232            }, 
     
    945946    my $res = $mogadm->fsck_reset( 
    946947                                  policy_only => $args->{"policy-only"}, 
     948                                  startpos => $args->{"startpos"}, 
    947949                                  ) 
    948950        or fail($mogadm->errstr);