IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19797


Ignore:
Timestamp:
Oct 1, 2008, 11:06:06 AM (18 years ago)
Author:
jhoblitt
Message:

document neb-voladd --host option

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r19796 r19797  
    1313      it's behind the scenes usage of `df` instead of statfs() was causing lags
    1414      on hung NFS mounts
     15    - document neb-voladd --host option
    1516
    16170.15 Thu Sep 11 13:00:59 HST 2008
  • trunk/Nebulous-Server/bin/neb-voladd

    r19623 r19797  
    33# Copyright (C) 2005-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-voladd,v 1.1 2008-09-20 02:42:24 jhoblitt Exp $
     5# $Id: neb-voladd,v 1.2 2008-10-01 21:05:57 jhoblitt Exp $
    66
    77use strict;
     
    8080
    8181    neb-voladd --volume <volume name> --uri <volume uri>
    82         [--db <database>] [--user <username>] [--pass <password>]
     82    [--db <database>] [--user <username>] [--pass <password>] [--host <hostname]
    8383
    8484=head1 DESCRIPTION
     
    117117
    118118Optional if the appropriate environment variable is set.
     119
     120=item * --host <database host>
     121
     122Name of host on which the database resides.
     123
     124Optional.  Defaults to C<localhost>.
     125
    119126
    120127=back
Note: See TracChangeset for help on using the changeset viewer.