IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 30, 2009, 2:01:57 PM (17 years ago)
Author:
watersc1
Message:

changed replicate call from $neb->replicate($filename, 'any'); to $neb->replicate($filename). The default case assumes a random host, and explicitly specifying 'any' currently is buggy in the Nebulous code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/scripts/dsget

    r25299 r25692  
    207207    if (defined $copies and $copies > 1) {
    208208        foreach (1 .. ($copies - 1)) {
    209             $neb->replicate($filename, 'any')
     209            $neb->replicate($filename)
    210210                or die "failed to replicate $filename failed: $!";
    211211        }
Note: See TracChangeset for help on using the changeset viewer.