IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 3:25:21 PM (18 years ago)
Author:
jhoblitt
Message:

add Nebulous::Server::mounts()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pod

    r16261 r17077  
    2727    Nebulous::Server->delete_instance( $uri );
    2828    Nebulous::Server->stat_object( $key );
     29    Nebulous::Server->mounts();
    2930
    3031=head1 DESCRIPTION
     
    9798    number of instances
    9899
     100=item * mounts( $key );
     101
     102Accepts 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
    99120=back
    100121
     
    117138=head1 COPYRIGHT
    118139
    119 Copyright (C) 2004-2005  Joshua Hoblitt.  All rights reserved.
     140Copyright (C) 2004-2008  Joshua Hoblitt.  All rights reserved.
    120141
    121142This program is free software; you can redistribute it and/or modify it under
Note: See TracChangeset for help on using the changeset viewer.