Index: trunk/Nebulous-Server/bin/neb-voladm
===================================================================
--- trunk/Nebulous-Server/bin/neb-voladm	(revision 26292)
+++ trunk/Nebulous-Server/bin/neb-voladm	(revision 28492)
@@ -33,4 +33,5 @@
     $xattr,
     $cab_id,
+    $note,
 );
 
@@ -53,4 +54,5 @@
     'cab_id|c=i'        => \$cab_id,
     'xattr=i'           => \$xattr,
+    'note=s'            => \$note,
 ) || pod2usage( 2 );
 
@@ -89,4 +91,5 @@
 $set{'v.xattr'} = $xattr if defined $xattr;
 $set{'v.cab_id'} = $cab_id if defined $cab_id;
+$set{'v.note'} = $note if defined $note;
 
 if (%set) {
@@ -150,5 +153,5 @@
     neb-voladm [--vname <volume name>] [--vhost <volume host>]
     [--allocate <0|1>] [--available <0|1>] [--xattr <0|1>]
-    [--cab_id <cab_id>]
+    [--cab_id <cab_id>] [--note <note>]
     [--host <database host> ] [--db <database name>]
     [--user <database username>] [--pass <database password>]
@@ -189,4 +192,10 @@
 
 Sets the cabinet id for this storage volume.
+
+Requires either the C<--vname> or c<--vhost> options.
+
+=item * --note <note>
+
+Set a note for this volume.
 
 Requires either the C<--vname> or c<--vhost> options.
