Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 18017)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 18389)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.77 2008-06-09 20:34:30 jhoblitt Exp $
+# $Id: Server.pm,v 1.78 2008-07-01 00:28:06 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -178,5 +178,5 @@
     }
         
-    my ($vol_id, $vol_path, $vol_xattr) = $self->_get_storage_volume($vol_name);
+    my ($vol_id, $vol_host, $vol_path, $vol_xattr) = $self->_get_storage_volume($vol_name);
 
     my $uri;
@@ -353,5 +353,5 @@
     }
         
-    my ($vol_id, $vol_path, $vol_xattr) = $self->_get_storage_volume($vol_name);
+    my ($vol_id, $vol_host, $vol_path, $vol_xattr) = $self->_get_storage_volume($vol_name);
 
     my $uri;
@@ -1152,5 +1152,5 @@
     my $name = shift;
 
-    my ($vol_id, $vol_path, $xattr);
+    my ($vol_id, $vol_host, $vol_path, $xattr);
     eval {
         # TODO cache this?
@@ -1183,5 +1183,5 @@
 
         my $free;
-        ($vol_id, $vol_path, $xattr, $free) = $query->fetchrow_array;
+        ($vol_id, $vol_host, $vol_path, $xattr, $free) = $query->fetchrow_array;
         $query->finish;
     };
@@ -1193,5 +1193,5 @@
     $log->debug( "leaving" );
 
-    return ($vol_id, $vol_path, $xattr);
+    return ($vol_id, $vol_host, $vol_path, $xattr);
 }
 
