Changeset 41063 for branches/eam_branches/ipp-20191011
- Timestamp:
- Nov 5, 2019, 11:49:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Nebulous/lib/Nebulous/Client.pm
r41055 r41063 428 428 429 429 if (defined $locations) { 430 print "dev: looking for undef volume instances\n"; 430 431 # first delete the valid instances (except the one we own) 431 432 my $instances_valid = $self->find_instances($key, undef, 0); # find all valid instances … … 1207 1208 my $locations; 1208 1209 if ($invalid) { 1209 # XXX this is an example of passing 'find_invalid' to find_instances1210 $locations = $self->find_instances( $key, 'any', 'find them all');1210 # delete the invalid instances: 1211 $locations = $self->find_instances( $key, 'any', 1); 1211 1212 } 1212 1213 else {
Note:
See TracChangeset
for help on using the changeset viewer.
