Changeset 19144
- Timestamp:
- Aug 20, 2008, 4:26:58 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 3 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server.pm (modified) (2 diffs)
-
lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r18457 r19144 1 1 Revision history for Nebulous 2 3 0.14 Wed Aug 20 16:25:43 HST 2008 4 - change the get_replication_volume_for_ext_id query to choose a storage 5 volume (that meets the critera) at random 2 6 3 7 0.13 Wed Jul 9 16:36:27 HST 2008 -
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r19036 r19144 1 1 # Copyright (c) 2004-2008 Joshua Hoblitt 2 2 # 3 # $Id: Server.pm,v 1.8 2 2008-08-12 23:53:40jhoblitt Exp $3 # $Id: Server.pm,v 1.83 2008-08-21 02:26:58 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server; … … 9 9 no warnings qw( uninitialized ); 10 10 11 our $VERSION = '0.1 3';11 our $VERSION = '0.14'; 12 12 13 13 use base qw( Class::Accessor::Fast ); -
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r18434 r19144 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 2 2008-07-07 23:37:48 jhoblitt Exp $3 # $Id: SQL.pm,v 1.63 2008-08-21 02:26:58 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 251 251 AND available = ? 252 252 AND allocate = ? 253 ORDER BY free DESC253 ORDER BY RAND() 254 254 LIMIT 1 255 255 },
Note:
See TracChangeset
for help on using the changeset viewer.
