Index: trunk/Nebulous-Server/Changes
===================================================================
--- trunk/Nebulous-Server/Changes	(revision 17453)
+++ trunk/Nebulous-Server/Changes	(revision 17535)
@@ -2,4 +2,5 @@
 
 0.08 Thu Apr 17 16:08:16 HST 2008
+    - allow Nebulous::Server::create_object() vol_name to be undef
     - set permissions on storage instance directories
 
Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17453)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 17535)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.59 2008-04-18 02:08:35 jhoblitt Exp $
+# $Id: Server.pm,v 1.60 2008-05-06 02:49:21 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -148,5 +148,5 @@
         },
         {
-            type        => SCALAR,
+            type        => SCALAR|UNDEF,
             callbacks   => {
                 # check that the volume requested is valid
