IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23570


Ignore:
Timestamp:
Mar 26, 2009, 4:23:12 PM (17 years ago)
Author:
eugene
Message:

add note re: default desired number of copies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/neb_distrib_20081210/Nebulous-Server/bin/neb-admin

    r23537 r23570  
    171171        # if the copies xattr is unset and the object has 2 or more instances, we
    172172        # will assume a target of 2 copies
     173       
     174        # XXX change this: there should be no default value or we will
     175        # have a race condition.  user.copies should never get set by
     176        # any client until AFTER a file is no longer in use.
    173177        my $copies = $obj->{copies} || 2;
    174178
Note: See TracChangeset for help on using the changeset viewer.