Skip to content
Snippets Groups Projects
Select Git revision
  • update_Makefile.mingw
  • master default protected
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
24 results

vboxwrapper.cpp

  • Rom Walton's avatar
    a57cbb79
    Add implementation for an extra cache disk · a57cbb79
    Rom Walton authored
    
    This commit adds two extra options:
    - enable_cache_disk
    - cache_disk_filename
    
    This allows to attach a cache disk image to extend the storage
    needs initially provided by the OS image.
    
    In context-based systems such as uCernVM, this image can be
    used to store the local cache of artifacs coming from CVMFS.
    
    Note this image is attached without further checking on the content
    and is entirely up to the main OS to make good use of it.
    
    Signed-off-by: default avatarCarlos Aguado Sanchez <carlos.aguado@epfl.ch>
    a57cbb79
    History
    Add implementation for an extra cache disk
    Rom Walton authored
    
    This commit adds two extra options:
    - enable_cache_disk
    - cache_disk_filename
    
    This allows to attach a cache disk image to extend the storage
    needs initially provided by the OS image.
    
    In context-based systems such as uCernVM, this image can be
    used to store the local cache of artifacs coming from CVMFS.
    
    Note this image is attached without further checking on the content
    and is entirely up to the main OS to make good use of it.
    
    Signed-off-by: default avatarCarlos Aguado Sanchez <carlos.aguado@epfl.ch>