search for: snapshot01

Displaying 4 results from an estimated 4 matches for "snapshot01".

2013 Jun 26
2
Re: snapshot-create-as for a single disk not all disks
...pshot=external" 2013/6/25 cmcc.dylan <dx10years@126.com> > > Hi, everyone, > I have found the API snapshotCreateXML() can create a snapshot for a > virtual machine, and the xml configuration file - snapshot.xml as folllows: > <domainsnapshot> > <name>snapshot01</name> > <description>Snapshot of OS install and updates</description> > <disks> > <disk name='vda' snapshot='external'> > <source file='/data10/snapshot'/> > </disk> > </disks> > &l...
2013 Jun 25
2
Re: snapshot-create-as for a single disk not all disks
Thanks for you reply! Firstly, I'm very sorry I forgot introduce the scenarios in my experiments. Supposing a case, I have a virtual machine with two disks. One is mounted as a root partition and the other is data partition and the second disk is an iscsi lun, that is to say, not a local disk or image. Now the result wanted is that creating a snapshot for the root disk but not for the data
2013 Jun 25
0
Re: snapshot-create-as for a single disk not all disks
Hi, everyone, I have found the API snapshotCreateXML() can create a snapshot for a virtual machine, and the xml configuration file - snapshot.xml as folllows: <domainsnapshot> <name>snapshot01</name> <description>Snapshot of OS install and updates</description> <disks> <disk name='vda' snapshot='external'> <source file='/data10/snapshot'/> </disk> </disks> </domainsnapshot> How can I us...
2013 Jun 26
0
Re: snapshot-create-as for a single disk not all disks
...nly --diskspec "vda,snapshot=external" 2013/6/25 cmcc.dylan <dx10years@126.com> Hi, everyone, I have found the API snapshotCreateXML() can create a snapshot for a virtual machine, and the xml configuration file - snapshot.xml as folllows: <domainsnapshot> <name>snapshot01</name> <description>Snapshot of OS install and updates</description> <disks> <disk name='vda' snapshot='external'> <source file='/data10/snapshot'/> </disk> </disks> </domainsnapshot> How can I us...