Changeset 17077 for trunk/Nebulous-Server/lib/Nebulous/Server.pod
- Timestamp:
- Mar 20, 2008, 3:25:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pod
r16261 r17077 27 27 Nebulous::Server->delete_instance( $uri ); 28 28 Nebulous::Server->stat_object( $key ); 29 Nebulous::Server->mounts(); 29 30 30 31 =head1 DESCRIPTION … … 97 98 number of instances 98 99 100 =item * mounts( $key ); 101 102 Accepts no parameters and returns an AoA of: 103 104 [ 105 [ 106 mountpoint, 107 total, 108 used, 109 vol_id, 110 name, 111 path, 112 allocate, 113 available, 114 xattr, 115 ], 116 [ ... ], 117 ... 118 ] 119 99 120 =back 100 121 … … 117 138 =head1 COPYRIGHT 118 139 119 Copyright (C) 2004-200 5Joshua Hoblitt. All rights reserved.140 Copyright (C) 2004-2008 Joshua Hoblitt. All rights reserved. 120 141 121 142 This program is free software; you can redistribute it and/or modify it under
Note:
See TracChangeset
for help on using the changeset viewer.
