libvirt/src/parallels
Dmitry Guryanov 2bc460d3c1 parallels: create container from existing image
It's possible to create a container with existing
disk image as root filesystem. You need to remove
existing disks from PCS VM config and then add a new
one, pointing to your image. And then call PrlVm_RegEx
with PRNVM_PRESERVE_DISK flag.

With this patch you can create such container with
something like this for new domain XML config:

    <filesystem type='file' accessmode='passthrough'>
      <driver type='ploop' format='ploop'/>
      <source file='/path-to-image'/>
      <target dir='/'/>
    </filesystem>

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2015-01-16 14:07:47 +01:00
..
parallels_driver.c Add support for schema validation when passing in XML 2015-01-15 16:40:27 +00:00
parallels_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
parallels_network.c Update Parallels driver to always use privateData 2014-11-07 11:12:50 +01:00
parallels_sdk.c parallels: create container from existing image 2015-01-16 14:07:47 +01:00
parallels_sdk.h parallels: report proper error in Create/Destroy/Suspend e.t.c. 2014-12-09 19:42:04 +01:00
parallels_storage.c parallels: fix compilation of parallels_storage.c 2014-12-02 16:31:13 +01:00
parallels_utils.c Indent top-level labels by one space in src/parallels/ 2014-03-25 14:58:39 +01:00
parallels_utils.h parallels: move parallelsDomNotFoundError to parallels_utils.h 2014-12-09 19:42:04 +01:00