IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27115


Ignore:
Timestamp:
Feb 26, 2010, 6:56:26 PM (16 years ago)
Author:
watersc1
Message:

neb-host tests complete.

Location:
trunk/Nebulous-Server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Build.PL

    r26292 r27115  
    4949        bin/neb-voladd
    5050        bin/neb-voladm
     51        bin/neb-host
    5152        bin/nebdiskd
    5253    )],
  • trunk/Nebulous-Server/MANIFEST

    r26292 r27115  
    1010bin/neb-cabadd
    1111bin/neb-voladm
     12bin/neb-host
    1213bin/nebdiskd
    1314docs/database_setup.txt
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r27103 r27115  
    4141# This determines how many entries from the list of volumes sorted by free space are randomized.
    4242my $topfew_count = 15;
    43 my $max_used_space = 0.98
     43my $max_used_space = 0.98;
    4444# transaction restart/retry regex
    4545my $trans_regex = qr/Deadlock Found|Lock wait timeout exceeded|try restarting transaction|Can't connect to MySQL server/i;
Note: See TracChangeset for help on using the changeset viewer.