Displaying 20 results from an estimated 20000 matches similar to: "Ability of a VM to detect Libvirt events."
2014 Apr 27
1
Re: libvirt-users Digest, Vol 52, Issue 39
On Sun, Apr 27, 2014 at 5:00 PM, <libvirt-users-request@redhat.com> wrote:
> Send libvirt-users mailing list submissions to
> libvirt-users@redhat.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.redhat.com/mailman/listinfo/libvirt-users
> or, via email, send a message with subject or body 'help' to
>
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
yes, I got your point, thanks very much Eric.
If I want to take a distributed snapshot, which need pause all the VMs and
then take snapshot, how can I control the pause for all the VMs?
Is there only way that I turn to freeze/thaw functions?
and freeze/thaw only for file systems, not for the whole guest, am I right?
Thanks a lot!
Best,
Yuanzhen
On Wed, Aug 6, 2014 at 11:35 AM, Eric Blake
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On Wed, Aug 6, 2014 at 12:27 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/06/2014 10:06 AM, Yuanzhen Gu wrote:
> > yes, I got your point, thanks very much Eric.
>
> not entirely, because you still top-posted.
>
> got it entirely this time, not top-posted.
> >
> > If I want to take a distributed snapshot, which need pause all the VMs
> and
>
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
Thanks very much Eric! This is exactly what I guessed, I just wondering
where I could find this piece of code and control the the pause time of
guest, while the snapshot being taken? thanks !
Best,
Yuanzhen
On Tue, Aug 5, 2014 at 6:30 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/05/2014 03:54 PM, Yuanzhen Gu wrote:
> > Hello folks,
> >
> > If I give command to
2014 Aug 05
2
libvirt external disk-only snapshot will pause the VM?
Hello folks,
If I give command to take external disk-only live snapshot, such as
# virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
will the guest OS be paused or suspend while the snapshot being taken?
Thanks very much!
Best,
Yuanzhen
2014 Mar 24
2
Re: Starting processes inside VMs using Libvirt?
Thank you Eric,
I am using KVM: qemu.. I'll try to see how I can use qemu-guest-agent..
If you have links to examples on how to start with it let me know please.
Consider the following simple scenario..
I am using KVM to run several VMs; one of OSs in the guests is Windows XP.
I want to send to it something from the Hypervisor level, e,g
text,parameters,etc
so that it will be displayed in
2010 May 26
2
Music on Hold
Hello
Yesterday, i brought linksys PAP2 and have success with that. The only thing that does not go well is the music on hold. When i press 'hold' button from the telephone set instead of playing the music on hold that i have setup in Asterisk, Telephone Set plays its own MOH. Is there any way to tackle this issue.
Regards
Taimur Hasan
-THQ- !!!ONE
2013 Jan 31
1
Sanlock gives up lock when VM is paused
Hello,
I'm using libvirt and sanlock on qemu-kvm guests. Each guest has it's
own Logical Volume for it's root filesystem. Sanlock is configured and
working and prevents me from starting the same VM twice on multiple
nodes and corrupting it's root filesystem. Each VM's domain XML resides
on 2 servers that share the LVM volume group over fiber channel.
In testing, I noticed
2020 Jan 21
2
How to detect completion of a paused VM migration on the destination?
Hi,
when a normally running VM is migrated, libvirt sends
VIR_DOMAIN_EVENT_RESUMED_MIGRATED event on the destination once the
migration completes. I can see that when a paused VM is migrated,
libvirt sends VIR_DOMAIN_EVENT_SUSPENDED_PAUSED instead.
Since there seems to be nothing migration specific about
VIR_DOMAIN_EVENT_SUSPENDED_PAUSED event, my question is: Is it safe to
assume on the
2014 Aug 06
0
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On 08/06/2014 10:06 AM, Yuanzhen Gu wrote:
> yes, I got your point, thanks very much Eric.
not entirely, because you still top-posted.
>
> If I want to take a distributed snapshot, which need pause all the VMs and
> then take snapshot, how can I control the pause for all the VMs?
You mean, you have multiple VMs, and want to take a snapshot of all
their storage at the same point in
2014 Aug 05
0
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On 08/05/2014 03:54 PM, Yuanzhen Gu wrote:
> Hello folks,
>
> If I give command to take external disk-only live snapshot, such as
> # virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
>
> will the guest OS be paused or suspend while the snapshot being taken?
The guest will temporarily pause, but the time that it remains paused
will be a fraction of a second. In practice,
2011 May 05
1
Why is PQMSTATUS empty?
Hey all!
I'm trying to do a bit of logic here so that a user only has to dial one
code to pause/unpause in a queue (e.g. *0 will (un)pause depending on the
users's state). My logic looks fine to me but every time ${PQMSTATUS} shows
up empty.
Here's the extensions.conf part....
exten => *0,1,NoOp(${PQMSTATUS})
exten => *0,n,Macro(user-callerid,SKIPTTL,)
exten =>
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 Feb 21
2
Geo replication snapshot error
Hi all,
I use gluster 3.12 on centos 7.
I am writing a snapshot program for my geo-replicated cluster.
Now when I started to run tests with my application I have found
a very strange behavior regarding geo-replication in gluster.
I have setup my geo-replication according to the docs:
http://docs.gluster.org/en/latest/Administrator%20Guide/Geo%20Replication/
Both master and slave clusters are
2014 Aug 06
0
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On 08/06/2014 11:17 AM, Yuanzhen Gu wrote:
>> Guest freeze/thaw (virDomainFSFreeze) only works on a live guest. So
>> what you will have to do is:
>>
>> virDomainFSFreeze(vm1, ...)
>> virDomainFSFreeze(vm2, ...)
>> virDomainSuspend(vm1)
>> virDomainSuspend(vm2)
>> virDomainSnapshotCreateXML(vm1, ...)
>> virDomainSnapshotCreateXML(vm2, ...)
2018 Feb 21
0
Geo replication snapshot error
Hi,
Thanks for reporting the issue. This seems to be a bug.
Could you please raise a bug at https://bugzilla.redhat.com/ under
community/glusterfs ?
We will take a look at it and fix it.
Thanks,
Kotresh HR
On Wed, Feb 21, 2018 at 2:01 PM, Marcus Peders?n <marcus.pedersen at slu.se>
wrote:
> Hi all,
> I use gluster 3.12 on centos 7.
> I am writing a snapshot program for my
2014 Aug 06
0
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On 08/06/2014 08:36 AM, Yuanzhen Gu wrote:
[please don't top-post on technical lists]
> Thanks very much Eric! This is exactly what I guessed, I just wondering
> where I could find this piece of code and control the the pause time of
> guest, while the snapshot being taken? thanks !
Actually, for new enough qemu (one with the 'transaction' QMP command),
or for a guest
2009 May 11
1
PauseMonitor() Hanging Up Call
Hi All,
I'm at the end of my tether here and would really appreciate some help.
I'm trying to implement DTMF based pause/resume of call recording. I'm
using Asterisk 1.4.22.1.
Here's the scenario:
The caller (SIP or ISDN, doesn't matter) dials into the asterisk which
executes the following code:
exten => _X.,1,Monitor(wav,${CALLDIR}${UNIQUEID},mb)
2014 Mar 24
2
Starting processes inside VMs using Libvirt?
Hi there,
I am a beginner with Libvirt. I was practicing using Python bindings with
libvirt to do some basic stuff like starting a VM, rebooting a VM,
displaying the number of domain,etc. I was wondering since the hypervisor
has control over the VMs, it is possible to use Libvirt to inject code into
the VM? Is it possible to start processes inside a particular VM using the
Libvirt API. If not,
2006 Aug 03
3
RE: [Patch][RFC] Support "xm dump" (is Re: Re: [Patch]Enable "sysrq c" handler for domU coredump)
Two things:
1. I''m not convinced ''xm crash'' is needed - ''xm destroy'' will do this
(and if you want
a dump, do ''xm dump'' followed by ''xm destroy'')
2. I don''t see the point of the --noreboot option on ''xm dump'' -- I
think this command
should simply live-dump the specified domain - as