Displaying 2 results from an estimated 2 matches for "virdomainsnapshotcreateflags".
2014 Jun 03
1
Re: LIbvirt Python Snapshot -Domain Crashing
...possible to revert to the actual domain state
when I took the snapshot), I'm using libvirt APIs python bindings,
there are many flags defined, so which way I can accomplish it..?
as of now I"m using flag value as zero.
API Call
--------------
snp1=domain1.snapshotCreateXML(snp_xml,0)
virDomainSnapshotCreateFlags
enum virDomainSnapshotCreateFlags {
VIR_DOMAIN_SNAPSHOT_CREATE_REDEFINE = 1
Restore or alter metadata
VIR_DOMAIN_SNAPSHOT_CREATE_CURRENT = 2
With redefine, make snapshot current
VIR_DOMAIN_SNAPSHOT_CREATE_NO_METADATA = 4
Make snapshot without remembering it
VIR_DOMAIN_SNAPSHOT_CREATE_HALT = 8
Sto...
2014 Jun 03
2
LIbvirt Python Snapshot -Domain Crashing
Hi,
I'm using libvirt(1.0.0) with python, for managing virtual machines..
but while taking multiple snapshot domain is crashing...
Snapshot XML
-------------------------
<domainsnapshot>
<name>snp1</name>
<creationTime></creationTime>
<description>Description</description>
<state></state>
<domain>