Changeset 1145

Show
Ignore:
Timestamp:
02/04/08 14:14:19 (10 months ago)
Author:
hachi
Message:

r1324@miyako: hachi | 2008-02-04 06:07:18 -0800
Add temp_fail accessor, for easy checking to see if this is a temp fail result.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/lib/MogileFS/ReplicationRequest.pm

    r1067 r1145  
    5454} 
    5555 
     56sub temp_fail { 
     57    my $self = shift; 
     58    return $self->{temp_fail}; 
     59} 
     60 
    5661# returns array of MogileFS::Device objs, in preferred order, one of 
    5762# which (but not multiple) would satisify the replication policy