-
- Downloads
Add implementation for an extra cache disk
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:
Carlos Aguado Sanchez <carlos.aguado@epfl.ch>
Showing
- samples/vboxwrapper/vbox.cpp 49 additions, 4 deletionssamples/vboxwrapper/vbox.cpp
- samples/vboxwrapper/vbox.h 6 additions, 0 deletionssamples/vboxwrapper/vbox.h
- samples/vboxwrapper/vboxwrapper.cpp 9 additions, 0 deletionssamples/vboxwrapper/vboxwrapper.cpp
- samples/vboxwrapper/vboxwrapper.h 2 additions, 0 deletionssamples/vboxwrapper/vboxwrapper.h
Loading
Please register or sign in to comment