Displaying 20 results from an estimated 30000 matches similar to: "Libvirt xen snapshot support?"
2019 Jul 03
1
libvirt-python Create External Snapshot
Hi Libvirt,
Does libvirt-python currently support the creation of external snapshots?
I ran
domain.snapshotCreateXML(xml)
where xml is
<domainsnapshot>
<name>snap1</name>
<description>Snapshot of OS install and updates</description>
<disks>
<disk name='vda'>
<source
2011 Sep 27
2
Snapshot Error
Hey
When I want to take a snapshot for a Domain by using
virDomainSnapshotCreateXML. The Error as below happen:
libvir: QEMU error : Requested operation is not valid: Disk
'/var/lib/libvirt/images/fedora-qcow.qcow2' does not support snapshotting
The snapshot Configuration is :
<domainsnapshot>
<description>Snapshot of OS install and updates</description>
2017 Mar 15
0
Re: migrating from XenServer / XCP to libvirt/KVM
On Wed, Mar 15, 2017 at 10:10:36AM +0000, Daniel Pocock wrote:
>
> I've been using XenServer / XCP (with the "xe" toolset) for a number of
> years for hosting servers used for development and free software
> projects and I'm now looking at migrating all those environments to
> libvirt / KVM.
>
> I had a look at the wiki[1] already and didn't see
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>
2018 Mar 20
2
About libvirt domain snapshot problem(for single disk snapshot)
Hi, dear friend.
My guest has two disks, vda and vdb. both are qcow2 local file.
When guest running state.
I want to take the vda snapshot of guest(just vda, no include vdb). but I met libvirt do snapshot for all disks of guest.
About methods for follow:
1、
``` bash
virsh
snapshot-create-as 8x0lbzvS --name sys_disk3 --disk-only --diskspec "vda,snapshot=external"
```
``` result
2014 Jun 03
1
Re: LIbvirt Python Snapshot -Domain Crashing
Martin,
Actually domain doesn't crash, but it state got changed to pause, till the
snapshot action got complete.
Its a time consuming process.
so here is my requirement.
I want to take snapshot of a Running Domain on every 3 hours,( at a later
point of time It should be possible to revert to the actual domain state
when I took the snapshot), I'm using libvirt APIs python bindings,
there
2018 Mar 22
0
回复: Fwd: About libvirt domain snapshot problem(for single disk snapshot)
My negligence。
--
James Iter
在 2018年3月22日 星期四,下午11:02,Dominik Psenner 写道:
> I believe that Your mail went to the wrong recipient. As far as I'm
> concerned it should have been sent to the libvirt-users mailing list,
> shouldn't it?
>
>
> On 2018-03-22 15:55, James Iter wrote:
> > Thank your reply.
> > I found the method.
> > Now, I sharing
2014 Jun 03
0
Re: LIbvirt Python Snapshot -Domain Crashing
On Tue, Jun 03, 2014 at 04:02:21PM +0530, Sijo Jose wrote:
>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>
>
2017 Mar 15
2
migrating from XenServer / XCP to libvirt/KVM
I've been using XenServer / XCP (with the "xe" toolset) for a number of
years for hosting servers used for development and free software
projects and I'm now looking at migrating all those environments to
libvirt / KVM.
I had a look at the wiki[1] already and didn't see XenServer mentioned
there.
Could anybody help comment on or explain a few things:
- comparison between
2014 Feb 09
0
Bug#738322: RM: xen-api and friends -- ROM; non maintained upstream
Package: ftp.debian.org
Severity: normal
Hi,
Writting this message saddens me, but no choice...
Because upstream authors (eg: Citrix) have explained that they cannot
maintain the current version of XenAPI, or upgrade it to a newer version,
we have no choice but to remove completely XenAPI from both Unstable and
Testing. Quoting Euan Harris from Citrix (it's not needed for the FTP
masters
2010 Feb 19
1
XCP vs XenServer (free edition) or is it XCP mature enough?
Hello,
I am a system manager of a datacenter. Is this moment, we about 30-40
xen servers running 2 or 3 domUs each of them. We are now using
(standalone) xen over debian lenny. We manage each xen server
independently, but we are looking for a central management console.
At this moment, I have the doubt about using citrix xenserver (the free
edition) or XCP. I didn''t know much
2011 Mar 24
1
XCP - xenserver tools required?
One of the issues I''ve had using XenServer in a multitenant environment is
the requirement for the VMs to have xentools installed as it causes
significant issues when upgrading the VM OS or the pool from one version
of XenServer (XCP) to another. Having to touch hundreds VMs (by hand)
after an upgrade just doesn''t scale nor is delegating the task to VM
owners an option.
2011 Apr 12
0
XCP and P2V
Hello,
I am quite new on XCP.
At first, i had a Xenserver server but i am looking for a full open
source solution and of course I discovered XCP.
Actually, i have one xenserver and one XCP server that I manage through
Xencenter.
I''m trying to P2V an existing ( old Mandriva ) server to XCP.
I tried differents things, all without success.
Boot on XCP disk to find a P2V option. ->
2012 Oct 07
0
[XCP] XCP 1.6 Upgrade and Functionality Questions
I have a couple of questions regarding XCP:
First, there were rumblings that there are issues upgrading XCP (1.5 ->
1.6)? Any further detail on these potential issues, or what needs to be
done to get around them?
Second, it previous versions of XCP there were tricks that had to be
played (documented on the Wiki) to make XenCenter believe that XCP was
actually a modern version of XenServer,
2011 Apr 29
2
XCP - Reclaim diskspace from snapshots on xcp 1.0
Hi list,
Saw that there''s a patch for xenserver 5.6fp1 which should fix this:
http://support.citrix.com/article/CTX129267
Anybody know if/when this will happen on XCP?
I have the same problem - disk usage remains the same after snapshot
deletion - this is in the log on the pool master:
vhd-util: libvhd::vhd_validate_footer: invalid footer cookie: ÇÇÇÇÇÇÇÇ
This guy has the same
2019 Nov 20
1
virsh snapshot-create --print-xml seems to ignore most arguments
Hi,
I am wondering if the --print-xml option is working correctly. The
output for two snapshot-create commands are the same, even though the
first one includes additional options (no-metadata and atomic).
I want to use the generated XML to create a snapshot via a perl script,
and Sys::Virt only seems to support snapshots using a XML description
of the arguments.
timos@cerberus:~$ sudo virsh
2011 Oct 20
0
XCP unattend install-answerfile error
hi,guys
I try to install XCP using answerfile.
I made all the environment needed well, and it works well without
answerfile.
However, there are so many machines to be installed, so I want to
install it via unattended way.
So i write a answerfile by copying the example of the manual.
------------------>
label xenserver-auto
kernel xenserver/mboot.c32
append xenserver/xen.gz dom0_mem=752M
2012 Jul 19
1
Questions related to the snapshot
Hi,
I faced two problems with the snapshot:
First issue, I can use the snapshot functions via the virsh correctly such
as snapshot-list. And when I removed the snapshot XML files from
/var/lib/libvirt/qemu/snapshot/**/, I don't see the snapshot of the Virtual
Machine any more. That's correct.
But after I copying the XML files back, I can't see the the snapshot as
well. Only if I
2023 Jan 30
1
System Requirements for Samba?
Hi Rob,
I'm not sure you will get much pleasure out of VirtualBox on that
hardware. It sits completely on top of the OS and it will grab most of
the resources, even hogging from the OS. And it will run very hot. The
Xen hypervisor (incl. XenServer, XCP-NG) is very resource efficient and
with Linux guests (PV or PVHVM), it will run very smoothly. The same
applies to KVM. My FX-6300 box
2023 Jan 30
1
System Requirements for Samba?
>
> There is also Citrix XenServer for maxium
> comfort. It offers GUI tools under Windows for managing VMs. The
> drawback is, there are a lot of parameters you cannot set in the non
> paid version.
Just to throw it out there, there's also XCP-NG which is a rebranded (w/o
Citrix) version of XenServer without all of the proprietary bits. The same
people also produce