Changeset 26294 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- Nov 30, 2009, 4:56:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r26292 r26294 40 40 41 41 # This determines how many entries from the list of volumes sorted by free space are randomized. 42 my $topfew_count = 3;42 my $topfew_count = 15; 43 43 44 44 # transaction restart/retry regex … … 2130 2130 # %free, avaiable, allocate 2131 2131 $rows = $query->execute(0.95, 1, 1, $topfew_count); 2132 # $log->warn("Storage_volume: $rows $topfew_count"); 2132 2133 # there has to be atleast one storage volume 2133 2134 unless ($rows > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
