Dan Kenigsberg has submitted this change and it was merged.

Change subject: Implement VMs live snapshots
......................................................................


Implement VMs live snapshots

Add a new command to take live snapshots of VMs:

  clientIF.snapshot(vmId, snapDrives)

The parameter snapDrives is in the format:

  snapDrives = [
    { "domainID": "<sdUUID>",
      "imageID": "<imgUUID>",
      "baseVolumeID": "<baseVolUUID>",
      "volumeID": "<volUUID>" },
    ...
  ]

Change-Id: Id48a905938037eca2b1de966f4f83d801fdb9970
---
M vdsm.spec.in
M vdsm/clientIF.py
M vdsm/define.py
M vdsm/libvirtvm.py
4 files changed, 190 insertions(+), 4 deletions(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved
  Igor Lvovsky: Looks good to me, but someone else must approve


--
To view, visit http://gerrit.ovirt.org/469
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id48a905938037eca2b1de966f4f83d801fdb9970
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Igor Lvovsky <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to