search for: vmtest

Displaying 20 results from an estimated 29 matches for "vmtest".

Did you mean: qmtest
2010 Sep 17
3
access VMX config on esxi with virsh
Hi, Is virsh able to access the VMX config of a virtual machine running on a esxi host? I would like to take backups of my virtual machine configs and the doku section "Converting from VMware VMX config to domain XML config" (http://libvirt.org/drvesx.html) comes close to this - but does not tell how to get access to the vmx file. I would prefer a solution where ssh access to the
2011 Jan 13
1
ERROR Unable to deny all devices for (solution)
Hi. This is not a question, I had the following problem and I want to share my solution. ------- I tried to create a new virtual machine with this command: $ virt-install --connect qemu:///system -n vmTeste -r 512 -f /var/lib/libvirt/images/vmTeste.qcow2 -s 2 -c /media/Data/isos/debian-506-amd64-netinst.iso --vnc --noautoconsole --accelerate --hvm And I got this error: ERROR Unable to deny all devices for vmTeste: No such file or directory Traceback (most recent call last): File "/usr/bi...
2007 Dec 03
3
domU does not see the pci nic - pci passthrough
...6 Dec 3 16:07 permissive -rw------- 1 root root 4096 Dec 3 16:07 quirks --w------- 1 root root 4096 Dec 3 16:07 remove_slot -r-------- 1 root root 4096 Dec 3 16:07 slots --w------- 1 root root 4096 Dec 3 16:07 unbindsys/bus/pci/drivers/pciback/ This is the domU confguration file: name = "VMTEST" memory = "256" disk = [ ''phy:/dev/VolGroup00/VMTEST,xvda,w'', ] vif = [ ''mac=00:16:3e:21:33:b2, bridge=xenbr0'', ] uuid = "a1532b7c-5aa4-3eb5-a150-930402abd72f" bootloader="/usr/bin/pygrub" vcpus=2 on_reboot = ''restart...
2013 Sep 04
2
Is virsh blockcommit supported? Thanks a lot
Hi, I have another question, when I do the blockcommit command and get the result " Top image as the active layer is currently unsupported ", is it being developed? root@cvk-31:/vms/images# virsh blockcommit Vmtest /vms/images/Vmtest1;echo $? error: internal error unable to execute QEMU command 'block-commit': Top image as the active layer is currently unsupported 1 But as I specified the commit file which is not the current image file, it will be work, such as below: root@cvk-31:/vms/images# qemu-i...
2013 Sep 03
3
Is virsh blockcommit supported? Thanks a lot
...qemu version 1.6.0. Is this feature being developing? Thanks root at cvk-31:/vms/images# virsh -v 1.1.0 root at cvk-31:/vms/images# qemu-img -V qemu-img version 1.6.0, Copyright (c) 2004-2008 Fabrice Bellard usage: qemu-img command [command options] root at cvk-31:/vms/images# virsh blockcommit Vmtest /vms/images/Vmtest1 --base /vms/image s/Vmtest1_base --top /vms/images/Vmtest1_base_1 --wait --verbose ;echo $? error: invalid argument: top '/vms/images/Vmtest1_base_1' in chain for '/vms/images/Vmtest1' has no backing file 1 root at cvk-31:/vms/images# qemu-img info /vms/images/V...
2013 Oct 22
5
Arndale: domU not booting
Dear all, I followed the steps described in the wiki in order to get an Arnadle board running Xen, but I''m having trouble in starting a domU. Let me describe you the steps I followed. Sorry for such a long mail, but I think that a verbose description is necessary so you can point me what I''m doing wrong. I couldn''t boot properly over the network. This is why I
2023 Mar 10
0
[PATCH net-next v3 0/3] vsock: add support for sockmap
...) usage > - virtio/vsock: do not init copied in read_skb() > - vsock/bpf: add ifdef guard around struct proto in dgram_recvmsg() > - selftests/bpf: add vsock loopback config for aarch64 > - selftests/bpf: add vsock loopback config for s390x > - selftests/bpf: remove vsock device from vmtest.sh qemu machine > - selftests/bpf: remove CONFIG_VIRTIO_VSOCKETS=y from config.x86_64 > - vsock/bpf: move transport-related (e.g., if (!vsk->transport)) checks > out of fast path > > Signed-off-by: Bobby Eshleman <bobby.eshleman at bytedance.com> > --- > Bobby Eshle...
2017 Jul 27
0
Re: Xen died - Fedora upgrade from 21 to 26
...- it was locking up when trying to kill both the libvirtd and the xenconsole services) - "virsh list" now works (shows an empty list) - "xl list" now gives an error instead of just locking up (the same error as if libvirtd wasn't running - see below). - "virsh define vmtest.xml" now gives an error (the same error that it gave before I installed libvirt-daemon-driver-libxl - see below) - libvirtd.service starts fine on bootup. Manually restarting libvirtd does not resolve the above problems. Note that on my Fedora 21 machine, it has libvirtd.service and xendom...
2011 Feb 02
0
Not getting a virsh console
Hi, I am seeing a problem with a earlier working domain configuration. Here is the domain xml file. I am not getting the virsh console now. I am trying this on RHEL 6.0. Here is the list of steps that I am using: [root at krm1 test]# virsh define vmtest.xml Domain vmtest3 defined from vmtest.xml [root at krm1 test]# virsh start vmtest3 Domain vmtest3 started [root at krm1 test]# virsh console vmtest3 Connected to domain vmtest3 Escape character is ^] [root at krm1 test]# virsh dominfo vmtest3 Id: 2 Name: vmtest3 UUID:...
2011 May 16
1
(no subject)
...rking fine like snapshot-create, delete, list, revert, current. But when I try to do the same using libvirt, I get out of memory error. Here are the commands that i execute on my host in a python shell... import libvirt conn = libvirt.open("qemu:///system") dom = conn.lookupByName("vmtest") *snap = dom.snapshotCreateXML(None,0);* The error is as follows libvir: Remote error : out of memory Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/dist-packages/libvirt.py", line 669, in snapshotCreateXM...
2011 Jul 11
5
Unable to start xend
...hasn''t had dom0 support since 8.04 LTS, and the recommended action was to grab a dom0-enabled kernel from Debian, so I did. I''m running 2.6.32-5-xen-amd64 and built Xen 4.1.1 from source. After installation and some troubleshooting, I tried to start xend. Here is the result: vmtest@morphy:~$ xend start xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error Traceback (most recent call last): File "/usr/sbin/xend", line 36, in <module> from xen.xend.server import SrvDaemon File "/usr/l...
2017 Jul 23
6
Xen died - Fedora upgrade from 21 to 26
...21 (Red Hat 7.0.1-0.15) cc_compile_by : mockbuild cc_compile_domain : [unknown] cc_compile_date : Wed May 3 21:23:49 UTC 2017 build_id : 1c6e5a40165e05837303942b54757ae1f2d5033d xend_config_format : 4 --------------------------------------------------- # cat vmtest.xml <domain type='xen' id='21'> <name>testVM</name> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <vcpu placement='static'>1</vcpu> <os> &l...
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...t;, +# Jason Guiditta <jguiditt at redhat.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +20,7 @@ require File.dirname(__FILE__) + '/../test_helper' -class VmTest < Test::Unit::TestCase +class VmTest < ActiveSupport::TestCase fixtures :vms fixtures :pools @@ -173,6 +174,24 @@ class VmTest < Test::Unit::TestCase assert_equal 'stopped', vms(:production_httpd_vm).get_pending_state end + def test_get_action_list_with_no_user +...
2013 Sep 03
0
Re: Is virsh blockcommit supported? Thanks a lot
...bel the backing format of all backing files in the image metadata, or you must set 'allow_disk_format_probing' to 1 in /etc/libvirt/qemu.conf (be aware that doing so is a security risk if you use any raw images and have untrustworthy guests). > root@cvk-31:/vms/images# virsh blockcommit Vmtest /vms/images/Vmtest1 --base /vms/image > s/Vmtest1_base --top /vms/images/Vmtest1_base_1 --wait --verbose ;echo $? > error: invalid argument: top '/vms/images/Vmtest1_base_1' in chain for '/vms/images/Vmtest1' has no backing file Your command line looks correct, so I suspect t...
2013 Sep 04
0
Re: Is virsh blockcommit supported? Thanks a lot
On 09/03/2013 06:56 PM, Guozhonghua wrote: > Hi, > > I have another question, when I do the blockcommit command and get the result " Top image as the active layer is currently unsupported ", is it being developed? > root@cvk-31:/vms/images# virsh blockcommit Vmtest /vms/images/Vmtest1;echo $? > error: internal error unable to execute QEMU command 'block-commit': Top image as the active layer is currently unsupported Yes, patches have been proposed to upstream qemu for that feature, but they missed 1.6, so you will have to wait for qemu 1.7. There...
2017 Jul 24
0
Re: Xen died - Fedora upgrade from 21 to 26
...by : mockbuild > cc_compile_domain : [unknown] > cc_compile_date : Wed May 3 21:23:49 UTC 2017 > build_id : 1c6e5a40165e05837303942b54757ae1f2d5033d > xend_config_format : 4 > > --------------------------------------------------- > # cat vmtest.xml > <domain type='xen' id='21'> > <name>testVM</name> > <memory unit='KiB'>2097152</memory> > <currentMemory unit='KiB'>2097152</currentMemory> > <vcpu placement='static'>1</vcpu&...
2009 Jun 29
2
One more fix
This resend includes the rebase, but fixes a problem I just noticed with nil/empty checks.
2009 Jun 29
2
Resend of Cloud UI/service patches
This is a resend of the 2-patch series from a week or so ago, needed to be rebased due to some commits on next
2009 Jun 22
2
Patch series for Cloud Vm Actions
The following two patches should be applied in the order: * [PATCH server] Add svc_vm_actions method to VmService. * [PATCH server] Cloud UI layer to initiate actions on vms. The service layer patch should work fine on its own (and not break anything), but cloud patch relies on service being there.
2017 Jul 26
0
Re: Xen died - Fedora upgrade from 21 to 26
...;> cc_compile_domain : [unknown] >> cc_compile_date : Wed May 3 21:23:49 UTC 2017 >> build_id : 1c6e5a40165e05837303942b54757ae1f2d5033d >> xend_config_format : 4 >> >> --------------------------------------------------- >> # cat vmtest.xml >> <domain type='xen' id='21'> >> <name>testVM</name> >> <memory unit='KiB'>2097152</memory> >> <currentMemory unit='KiB'>2097152</currentMemory> >> <vcpu placement='static...