- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous/lib/Nebulous/Client.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Nebulous/lib/Nebulous/Client.pod
r24281 r27839 35 35 my $mounts = $neb->mounts(); 36 36 my $mode = $neb->chmod( $key, $mode ); 37 my $n_dead = $neb->prune( $key ); 38 my $n_dead = $neb->there_can_be_only_one( $key, $vol ); 37 39 38 40 =head1 DESCRIPTION … … 405 407 406 408 Returns an arrayref of scalars. 409 410 =item * prune($key) 411 412 Removes all of the inaccessible instances from an object. 413 414 =over 4 415 416 =item * key 417 418 The storage object key (name). 419 420 =back 421 422 The number of instances removed. 423 424 =item * there_can_be_only_one($key, $vol) 425 426 Removes all but one instance of an object and automatically removes any 427 inaccessible instances. 428 429 =over 4 430 431 =item * key 432 433 The storage object key (name). 434 435 =item * vol 436 437 If specified, the only remaining instance will be left on this volume (if an 438 instance already exists there). 439 440 =back 441 442 The number of avaiable instances removed. 407 443 408 444 =item * mounts() … … 464 500 =head1 COPYRIGHT 465 501 466 Copyright (C) 2004-200 8Joshua Hoblitt. All rights reserved.502 Copyright (C) 2004-2009 Joshua Hoblitt. All rights reserved. 467 503 468 504 This program is free software; you can redistribute it and/or modify it under
Note:
See TracChangeset
for help on using the changeset viewer.
