Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A driver module must be written in order for VCL to support any of the virtualization technologies supported by libvirt
  • Driver directory location: lib/VCL/Module/Provisioning/libvirt/
  • Contains code specific to the virtualization technology
  • Example: lib/VCL/Module/Provisioning/libvirt/KVM.pm
    • Contains code which only applies to KVM
    • Calls qemu-img to perform image file operations
  • The only module which calls any of the subroutines in a driver module is libvirt.pm Image Added