Changeset 20160
- Timestamp:
- Oct 14, 2008, 4:13:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-voladm (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-voladm
r20156 r20160 3 3 # Copyright (C) 2008 Joshua Hoblitt 4 4 # 5 # $Id: neb-voladm,v 1. 5 2008-10-15 01:57:10jhoblitt Exp $5 # $Id: neb-voladm,v 1.6 2008-10-15 02:13:56 jhoblitt Exp $ 6 6 7 7 use strict; … … 124 124 neb-addvol [--vname <volume name>] [--vhost <volume host>] 125 125 [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>] 126 [--host <db host> ] [--db <db name>] [--user <username>] [--pass <password>] 126 [--host <database host> ] [--db <database name>] 127 [--user <database username>] [--pass <database password>] 127 128 128 129 =head1 DESCRIPTION … … 158 159 Requires either the C<--vname> or c<--vhost> options. 159 160 160 =item * --db|-d <d bname>161 =item * --db|-d <database name> 161 162 162 163 Name of database (C<namespace>) to create tables in. … … 164 165 Optional if the appropriate environment variable is set. 165 166 166 =item * --host <d bhost>167 =item * --host <database host> 167 168 168 169 Host name where the database resides. … … 170 171 Defaults to C<localhost>. 171 172 172 =item * --user|-u < username>173 =item * --user|-u <database username> 173 174 174 175 Username to authenticate with. … … 176 177 Optional if the appropriate environment variable is set. 177 178 178 =item * --pass|-p < password>179 =item * --pass|-p <database password> 179 180 180 181 Password to authenticate with.
Note:
See TracChangeset
for help on using the changeset viewer.
