Changes between Version 73 and Version 74 of VboxApps


Ignore:
Timestamp:
Jul 1, 2014, 1:14:11 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v73 v74  
    124124   [ <pf_guest_port>N</pf_guest_port> ]
    125125   [ <pf_host_port>N</pf_host_port> ]
    126    [ <copy_to_shared>file</copy_to_shared> ]
    127    [ <trickle_trigger_file>file</trickle_trigger_file> ]
     126   [ <copy_to_shared>filename</copy_to_shared> ]
     127   [ <trickle_trigger_file>filename</trickle_trigger_file> ]
     128   [ <completion_trigger_file>filename</completion_trigger_file> ]
    128129   [ <minimum_checkpoint_interval>N</minimum_checkpoint_interval> ]
    129130</vbox_job>
     
    163164   vboxwrapper sends a [TrickleApi trickle-up message] whose variety is the filename
    164165   and whose contents is the contents of the file, then deletes the file.
     166 '''completion_trigger_file''':: if vboxwrapper finds a file of this name in the shared directory,
     167   it cleans up the VM and exits.
     168   The file can optionally contain an integer exit code (first line)
     169   and stderr text (second line).
     170   This is a workaround for a problem where VMs don't exit cleanly.
    165171 '''minimum_checkpoint_interval''':: minimum number of seconds before a checkpoint/snaposhot can be created.
    166172  Defaults to 10 minutes. (v26086+)