Changeset 19473
- Timestamp:
- Sep 10, 2008, 1:55:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r19431 r19473 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.8 4 2008-09-09 02:18:47 jhoblittExp $3 # $Id: Server.pm,v 1.85 2008-09-10 23:55:54 bills Exp $ 4 4 5 5 package Nebulous::Server; … … 1185 1185 # find it, fall back to any volume 1186 1186 if ($soft_volume) { 1187 return $self->_get_storage_volume; 1187 ($vol_id, $vol_host, $vol_path, $xattr) = $self->_get_storage_volume; 1188 return; # this just returns out of the eval not from the subroutine 1188 1189 } 1189 1190 $log->logdie("storage volume: $name is not available"); … … 1245 1246 unless ($rows > 0) { 1246 1247 $query->finish; 1247 $log->logdie("can't find a suitable storage volume to replicate $key to o");1248 $log->logdie("can't find a suitable storage volume to replicate $key to"); 1248 1249 } 1249 1250 # when matching by name we shouldn't ever match more than once
Note:
See TracChangeset
for help on using the changeset viewer.
