similar to: Persisting the libvirt guest's reason code.

Displaying 20 results from an estimated 2000 matches similar to: "Persisting the libvirt guest's reason code."

2018 Mar 20
0
Re: Persisting the libvirt guest's reason code.
Re-adding the mailing list - please don't take discussions off-list in this way. On Tue, Mar 20, 2018 at 05:14:45PM +0000, Tanmoy Sinha wrote: > Daniel, > > Thanks for your prompt response. I have another question, as soon as I do > virsh save <GuestID> <filename>, the corresponding xml and pid under > /var/run/libvirt/qemu is gone, but the guest still has a
2012 Mar 02
3
xm domstate command not found
hi alll.. i want to find the xen domain''s state using xm domstate command, domstate command works fine inside virish but when i try with xm like [xm domestate VM_NAME] its giving an error saying subcomand domestate not found. i just want to shutoff the xen virtual domains using a scrip to take backup. so i just want to make sure that the domain are shutdown successfully after
2018 Mar 24
4
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
Yes it works if I use force_tcg env variable On Sat, 24 Mar 2018 at 4:37 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > > On Fri, Mar 23, 2018 at 05:35:38PM +0000, Tanmoy Sinha wrote: > > Thanks. Reading the defect and the associated thread in > > https://bugs.launchpad.net/qemu/+bug/1661386, I enabled performance > > counters in VMWare guest settings. Now the
2018 Mar 26
1
Re: Nested KVM on VMware ESXi failure (was: Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi)
I am trying that out. Debian 9 (stretch) backports still doesn't have 4.16 kernel. So I building the kernel from the source. Will keep you posted. On Mon, 26 Mar 2018 at 13:00 Richard W.M. Jones <rjones@redhat.com> wrote: > [Adding Paolo and Vitaly, but FYI only as the bug seems to have an > upstream fix already.] > > On Mon, Mar 26, 2018 at 09:13:45AM +0300, Roman Kagan
2019 Jun 27
2
mkfs fails on qemu-nbd device
Hi All, I am unable to figure out the issue here, when I try to create a filesystem (ext4) on a virtual disk using qemu-nbd. This happens intermittently. Following is the sequence of commands:- $> qemu-img create -f qcow2 test.qcow2 30G $> qemu-nbd --connect=/dev/nbd0 test.qcow2 $> *mkfs.ext4 /dev/nbd0* * mkfs.ext4: Device size reported to be zero. Invalid partition specified, or*
2018 Mar 24
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
On Sat, Mar 24, 2018 at 03:08:16PM +0000, Tanmoy Sinha wrote: > Even though force_tcg works, I intend not to run it on emulation. Is there > way I can run it over kvm? The other observation is, without force_tcg if I > use the machine type as *pc-i440fx-2.**1*,accel=kvm it works fine. The > default machine type for my host *pc-i440fx-2.8, *which seems to crib. I don't know, but
2018 Mar 23
2
Re: Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
Thanks. Reading the defect and the associated thread in https://bugs.launchpad.net/qemu/+bug/1661386, I enabled performance counters in VMWare guest settings. Now the kvm assertion `ret == cpu->kvm_msr_buf->nmsrs' is gone. But the qemu/kvm hangs after printing "SeaBIOS (version 1.10.2-1)" I presume this too is a qemu/kvm issue for vmware platforms. Is there any existing issue
2018 Nov 23
2
External Snapshots vs Core Dump.
Hi, I would like to get a clear picture on external snapshots memory dump ( i.e. system-checkpoint) vs dumping the memory of the guest. I have created external snapshots which produces a disk file and a memory file. I am not able to use this memory file in any memory analysis tools, for instance volatility. However, the memory dump taken through "virsh dump" works just fine with such
2018 Mar 23
2
Issue with libguestfs-test-tool on a guest hosted on VMWare ESXi
I am using a debian 9 guest, hosted on a ESXi platform with nested virtualisation enabled. On this debian 9 guest when I run libguesfs-test-tool, it fails with an error: "qemu-system-x86_64: /build/qemu-DqynNa/qemu-2.8+dfsg/target-i386/kvm.c:1805: kvm_put_msrs: Assertion `ret == cpu->kvm_msr_buf->nmsrs' failed." Instead when I use a wrapper script and hook it with the env
2019 May 14
1
Re: domains paused without any obvious reason
On Mon, May 13, 2019 at 06:19:05PM +0200, Lentes, Bernd wrote: > > > ----- On May 13, 2019, at 3:34 PM, Bernd Lentes bernd.lentes@helmholtz-muenchen.de wrote: > > > Hi, > > > > i have a two node HA-Cluster with several domains as resources. > > Currently it's running in test mode. > > Some domains (all on the same host) stopped running, virsh list
2018 Nov 26
1
Re: External Snapshots vs Core Dump.
Thanks a lot for the detailed explanation. Currently I am taking a dump of the memory with the virsh dump ‘live’ flag and taking the snapshot with the memory file pointed to /dev/null, without even pausing the guest. I don’t have a use case to restore from the snapshot snapshot so hopefully this approach will not cause any issue. On Mon, 26 Nov 2018 at 5:23 PM, Peter Krempa
2018 May 01
1
Re: Server 2016 locked in paused state
On Mon, Apr 30, 2018 at 05:46:14PM +0200, Francesc Guasch wrote: >On 30/4/18 16:59, Paul O'Rorke wrote: >> Hi all, >> >> I have a number of production Windows servers on KVM/DRBD and two of >> them are Server 2016.  Both these guests have started exhibiting the >> same behaviour where they enter a paused state and will not resume. >> > >Paul, I
2011 Jun 18
1
virsh slow on execution
Hi. I've set up a Debian6+Xen4+libvirt0.9 server. VMs are going to be managed by PaceMaker with VirtualDomain primitive. As found on some mailing list I've set export VIRSH_DEFAULT_CONNECT_URI="xen:///" in root's .bashrc, but when I run virsh commands, it takes up to 10s to get the result! Is this normal? At some point today I had issues connecting to libvirt, and in this
2019 Jul 03
1
Blockpull while domain is shutoff
Hi Libvirt, Is there a command that performs the same operation as blockpull while a domain is shutoff? I have a backing chain base <-- A <-- B that I would like to shorten to base <-- B It seems like blockpull B, setting --base <path-to-base> does this, but only when the domain is running. Thanks! Sincerely, Roger Jin -------------- next part -------------- An HTML
2018 Nov 12
1
virsh reboot "in shutdown" state?
Hi all, I've got a weird issue, and I'm trying to confirm if it's a bug, and if so, if there is a workaround until it is fixed. The situation is this: If I virsh reboot <domain> --mode acpi, it will actually reboot the domain cleanly (watching from the console allows me to see the full shutdown messages, followed by a bootup). However, after this point, virsh domstate
2020 Jan 17
1
Volume file permissions and huge volume downloads
Hi all: I am using the libvirt version that comes with Ubuntu 18.04.3 LTS. I want to backup a virtual machine in a foolproof way: - Gracefully shutdown the VM. - Backup the disk image. - Restart the VM. I wrote the following script to do that: https://github.com/rdiez/Tools/blob/master/VirtualMachineManager/BackupVm.sh Writing that script was difficult enough because of the virsh limitations
2010 Mar 13
1
behaviour of "virsh shutdown domainName"
Hi all, I am experiencing some problems with different versions of libvirt (0.7.5 and 0.7.7), with a kvm (WinXP), host running Ubuntu 9.10, and i would like to ask you two questions: - In virsh, after running the command "shutdown domainName", what should be the final state of the domain, if the shutdown finishes correctly: "shutoff", "no-state",
2014 Apr 10
2
Help with understanding and solving snapshot problem
Hello Fairly new to libvirt. I’m hoping to both solve a problem with this question as well as learn more detail about how libvirt works. Using RHEL 6.4 and libvirt version is 0.10.2 and qemu-img version is 0.12.1.2 Using virt-manager I created a VM. Nothing unusual as far as I can see. I then added a disk. So I have a second virtio based volume which the guest then mounts as a separate
2014 Apr 10
2
Re: Help with understanding and solving snapshot problem
Hello Thanks heaps for your suggestions. responses inline. On 10 Apr 2014, at 10:34 pm, Eric Blake <eblake@rehost1hat.com> wrote: > > [ … ] > [Can you convince your mailer to wrap long lines? It makes it easier > for other readers] I’ll try and keep the lines short. I don’t see any obvious setting to change the wrap. >> >> Using RHEL 6.4 and libvirt version
2023 Apr 05
1
backup-begin
The reason given is shut off (crashed). So something virsh backup-begin does is causing he guest to crash? Den 2023-04-04 kl. 16:58, skrev Peter Krempa: > On Tue, Apr 04, 2023 at 16:28:18 +0200, Andr? Malm wrote: >> Hello, >> >> For some vms the virsh backup-begin sometimes shuts off the vm and returns >> "error: operation failed: domain is not running"