IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18016


Ignore:
Timestamp:
Jun 9, 2008, 10:25:27 AM (18 years ago)
Author:
jhoblitt
Message:

fix neb-stat to work when a neb key is used that implies a storage volume that does not have instances on it

Location:
trunk/Nebulous
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/Changes

    r17873 r18016  
    22
    330.09
     4    - fix neb-stat to work when a neb key is used that implies a storage volume
     5      that does not have instances on it
    46    - make neb-ls non-recursive by default and add a --recursive flag
    57    - add neb-copies util
  • trunk/Nebulous/bin/neb-stat

    r18015 r18016  
    33# Copyright (C) 2007-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-stat,v 1.2 2008-06-09 20:08:46 jhoblitt Exp $
     5# $Id: neb-stat,v 1.3 2008-06-09 20:25:27 jhoblitt Exp $
    66
    77use strict;
     
    4141my $stat = $neb->stat($key);
    4242die "nebulous key: $key not found" unless $stat;   
    43 my $instances = $neb->find_instances($key);
     43my $instances = $neb->find_instances($key, ':any');
    4444die "no instances found" unless $instances;   
    4545
Note: See TracChangeset for help on using the changeset viewer.