Mentions légales du service

Skip to content

[VMonG5K] Add strategy keyword

SIMONIN Matthieu requested to merge msimonin/enoslib:image_strategy into master

This gouverns how the disk image will be created. Currently we support:

  • copy: image will be copied in the working_dir. Then a copy will be made for every single vm that need to boot on the current host. (that makes n+1 copy of the base image)

  • cow: image will be copied in the working_dir. Then a copy on write file is created for every single vm that need to boot on the current host.

Merge request reports