Changeset 19797
- Timestamp:
- Oct 1, 2008, 11:06:06 AM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
bin/neb-voladd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r19796 r19797 13 13 it's behind the scenes usage of `df` instead of statfs() was causing lags 14 14 on hung NFS mounts 15 - document neb-voladd --host option 15 16 16 17 0.15 Thu Sep 11 13:00:59 HST 2008 -
trunk/Nebulous-Server/bin/neb-voladd
r19623 r19797 3 3 # Copyright (C) 2005-2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-voladd,v 1. 1 2008-09-20 02:42:24jhoblitt Exp $5 # $Id: neb-voladd,v 1.2 2008-10-01 21:05:57 jhoblitt Exp $ 6 6 7 7 use strict; … … 80 80 81 81 neb-voladd --volume <volume name> --uri <volume uri> 82 [--db <database>] [--user <username>] [--pass <password>]82 [--db <database>] [--user <username>] [--pass <password>] [--host <hostname] 83 83 84 84 =head1 DESCRIPTION … … 117 117 118 118 Optional if the appropriate environment variable is set. 119 120 =item * --host <database host> 121 122 Name of host on which the database resides. 123 124 Optional. Defaults to C<localhost>. 125 119 126 120 127 =back
Note:
See TracChangeset
for help on using the changeset viewer.
