IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 1, 2008, 5:40:10 PM (18 years ago)
Author:
jhoblitt
Message:

add "smart" storage volume selection when ->replicate_object() is invoked without a target volume name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/07_server_find_instances.t

    r17753 r18400  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 07_server_find_instances.t,v 1.12 2008-05-20 01:47:08 jhoblitt Exp $
     5# $Id: 07_server_find_instances.t,v 1.13 2008-07-02 03:40:10 jhoblitt Exp $
    66
    77use strict;
     
    9191    my $uri2 = $neb->replicate_object("foo");
    9292
    93     my $locations = $neb->find_instances("foo", "node01");
     93    my $locations = $neb->find_instances("foo", ":any");
    9494
    9595    uri_scheme_ok($locations->[0], 'file');
Note: See TracChangeset for help on using the changeset viewer.