Changeset 18016
- Timestamp:
- Jun 9, 2008, 10:25:27 AM (18 years ago)
- Location:
- trunk/Nebulous
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
bin/neb-stat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/Changes
r17873 r18016 2 2 3 3 0.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 4 6 - make neb-ls non-recursive by default and add a --recursive flag 5 7 - add neb-copies util -
trunk/Nebulous/bin/neb-stat
r18015 r18016 3 3 # Copyright (C) 2007-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-stat,v 1. 2 2008-06-09 20:08:46jhoblitt Exp $5 # $Id: neb-stat,v 1.3 2008-06-09 20:25:27 jhoblitt Exp $ 6 6 7 7 use strict; … … 41 41 my $stat = $neb->stat($key); 42 42 die "nebulous key: $key not found" unless $stat; 43 my $instances = $neb->find_instances($key );43 my $instances = $neb->find_instances($key, ':any'); 44 44 die "no instances found" unless $instances; 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
