Changeset 368

Show
Ignore:
Timestamp:
05/25/07 17:07:43 (1 year ago)
Author:
kindlund
Message:

Debugging threading.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/etc/honeyclient.xml

    r348 r368  
    121121        </Driver> 
    122122        <perform_integrity_checks description="An integer, representing whether the Agent should perform any integrity checks. 1 enables, 0 disables." default="1"> 
    123             1 
     123            0  
    124124        </perform_integrity_checks> 
    125125        <!-- HoneyClient::Agent::Integrity Options --> 
     
    402402            </port> 
    403403            <datastore_path description="The absolute path to the parent directory, where all HoneyClient VM data is stored on the host server.  It is assumed that individual VM data is stored in separate subdirectories within this parent directory." default="/vm"> 
    404                 /vm/clones 
     404                /dev/shm/clones 
    405405            </datastore_path> 
    406406            <snapshot_path description="The absolute path to the directory that contains all snapshot data, associated with every HoneyClient VM." default="/vm/snapshots">