Index: trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 26292)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 26294)
@@ -40,5 +40,5 @@
 
 # This determines how many entries from the list of volumes sorted by free space are randomized.
-my $topfew_count = 3;
+my $topfew_count = 15;
 
 # transaction restart/retry regex
@@ -2130,4 +2130,5 @@
             # %free, avaiable, allocate
             $rows = $query->execute(0.95, 1, 1, $topfew_count);
+#	    $log->warn("Storage_volume: $rows $topfew_count");
             # there has to be atleast one storage volume
             unless ($rows > 0) {
