Changeset 28492 for trunk/Nebulous-Server/bin/neb-voladm
- Timestamp:
- Jun 24, 2010, 3:56:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/bin/neb-voladm (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/bin/neb-voladm
r26292 r28492 33 33 $xattr, 34 34 $cab_id, 35 $note, 35 36 ); 36 37 … … 53 54 'cab_id|c=i' => \$cab_id, 54 55 'xattr=i' => \$xattr, 56 'note=s' => \$note, 55 57 ) || pod2usage( 2 ); 56 58 … … 89 91 $set{'v.xattr'} = $xattr if defined $xattr; 90 92 $set{'v.cab_id'} = $cab_id if defined $cab_id; 93 $set{'v.note'} = $note if defined $note; 91 94 92 95 if (%set) { … … 150 153 neb-voladm [--vname <volume name>] [--vhost <volume host>] 151 154 [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>] 152 [--cab_id <cab_id>] 155 [--cab_id <cab_id>] [--note <note>] 153 156 [--host <database host> ] [--db <database name>] 154 157 [--user <database username>] [--pass <database password>] … … 189 192 190 193 Sets the cabinet id for this storage volume. 194 195 Requires either the C<--vname> or c<--vhost> options. 196 197 =item * --note <note> 198 199 Set a note for this volume. 191 200 192 201 Requires either the C<--vname> or c<--vhost> options.
Note:
See TracChangeset
for help on using the changeset viewer.
