IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2010, 3:56:40 PM (16 years ago)
Author:
watersc1
Message:

Add note to nebulous volume and mountedvol tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-voladm

    r26292 r28492  
    3333    $xattr,
    3434    $cab_id,
     35    $note,
    3536);
    3637
     
    5354    'cab_id|c=i'        => \$cab_id,
    5455    'xattr=i'           => \$xattr,
     56    'note=s'            => \$note,
    5557) || pod2usage( 2 );
    5658
     
    8991$set{'v.xattr'} = $xattr if defined $xattr;
    9092$set{'v.cab_id'} = $cab_id if defined $cab_id;
     93$set{'v.note'} = $note if defined $note;
    9194
    9295if (%set) {
     
    150153    neb-voladm [--vname <volume name>] [--vhost <volume host>]
    151154    [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>]
    152     [--cab_id <cab_id>]
     155    [--cab_id <cab_id>] [--note <note>]
    153156    [--host <database host> ] [--db <database name>]
    154157    [--user <database username>] [--pass <database password>]
     
    189192
    190193Sets the cabinet id for this storage volume.
     194
     195Requires either the C<--vname> or c<--vhost> options.
     196
     197=item * --note <note>
     198
     199Set a note for this volume.
    191200
    192201Requires either the C<--vname> or c<--vhost> options.
Note: See TracChangeset for help on using the changeset viewer.