search for: start_paused

Displaying 14 results from an estimated 14 matches for "start_paused".

2010 May 06
0
Problem to suspend/resume vm...
...d)) XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed [2010-05-06 12:29:59 2040] ERROR (XendDomain:963) Exception occurred when resuming Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 956, in domain_resume paused = start_paused) File "usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 358, in restore raise exn XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed I run Xen 4.0.0 on Debian Lenny with 2.6.18.8-xen kernel... Anybody has same problem??? Thanks for any help Gilberto...
2010 May 06
0
Problem to suspend/resume vm...
...d)) XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed [2010-05-06 12:29:59 2040] ERROR (XendDomain:963) Exception occurred when resuming Traceback (most recent call last): File "usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", line 956, in domain_resume paused = start_paused) File "usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", line 358, in restore raise exn XendError: /usr/lib/xen/bin/xc_restore 28 2 3 4 1 1 1 0 failed I run Xen 4.0.0 on Debian Lenny with 2.6.18.8-xen kernel... Anybody has same problem??? Thanks for any help Gilberto...
2010 Nov 07
0
Problem about RLock when starting VMs in parallel
...ere is a question about starting of subsequent VMs. In the function of "start" from the class of XendDomain which is in the module of xen.xend.XendDomain, there's a pair of operations acquiring and releasing threading.RLock, which is like following: def domain_start(self, domid, start_paused = True): self.domains_lock.acquire() .... self.domains_lock.release() The confine of the locked area is quite large, in fact it covers nearly all the function, which would cause most time in the serial scene when I actually call the start interface subsequently in hope t...
2013 Mar 07
0
Bug#702428: log output
....start R:0b98978366e4|xenops] qemu-dm: unexpected exit with code: 1 667Z|debug||1227 UNIX /var/lib/xcp/xapi|VM.start R:0b98978366e4|backtrace] Raised at device.ml:1606.12-57 -> vmops.ml:627.2-32 -> vmops.ml:1123.8-104 667Z|error||1227 UNIX /var/lib/xcp/xapi|VM.start R:0b98978366e4|xapi] Vmops.start_paused caught: INTERNAL_ERROR: [ Device.Ioemu_failed("qemu-dm exitted unexpectedly") ] and more from /var/log/daemon.log: xcp-fe: qemu-dm-10[9169]: domid: 10 xcp-fe: qemu-dm-10[9169]: -c config qemu network with xen bridge for xcp-fe: qemu-dm-10[9169]: tap10.0 xapi1 xcp-fe: qemu-dm-10[9169...
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
...705T23:36:17.960Z|debug|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|backtrace] Raised at domain.ml:435.1-73 -> domain.ml:563.32-113 -> vmops.ml:245.13-129 -> vmops.ml:1067.5-61 [20130705T23:36:17.960Z|error|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|xapi] Vmops.start_paused caught: INTERNAL_ERROR: [ Xenctrl.Error("1: Operation not permitted") ] [20130705T23:36:17.960Z| info|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44eac7eab|xapi] Memory F 10339748 KiB S 0 KiB T 12286 MiB [20130705T23:36:17.960Z|debug|vmhost|145 UNIX /var/lib/xcp/xapi|VM.start R:5de44e...
2017 Dec 22
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...40, driver=driver@entry=0x7f0d40240bf0, vm=0x7f0d400e66d0,     flags=flags@entry=0, asyncJob=QEMU_ASYNC_JOB_START) at qemu/qemu_driver.c:7283         ret = <optimized out>         managed_save = 0x7f0d40397a80 "/usr/local/var/lib/libvirt/qemu/save/S1VCS82M5-IUP0.save"         start_paused = false         autodestroy = false         bypass_cache = false         force_boot = false         start_flags = 1         priv = 0x7f0d402924a0 #6  0x00007f0d4b603776 in qemuDomainCreateWithFlags (dom=0x7f0d4009b1c0, flags=0) at qemu/qemu_driver.c:7337         driver = 0x7f0d40240bf0     ...
2017 Dec 22
2
[BUG] Not exiting media forced a promptly close of libvirt 3.10
Hello, In the .xml file I use a media which is no longer available. In the past, I got the information media not available and the creation of the VM was stopped - O.k. behavior. Since 3.10 the libvirtd stopped promptly and all open consoles windows and the virt-manager closed promptly. For diagnose: etcsvms1:/kvm/CS8200/M5 # coredumpctl TIME PID UID GID SIG
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
...: int64; + memory : int64; + nr_virt_cpu : int; + cpu_time : int64; + } + + type vcpu_state = VcpuOffline | VcpuRunning | VcpuBlocked + + type vcpu_info = { + number : int; + vcpu_state : vcpu_state; + vcpu_time : int64; + cpu : int; + } + + type domain_create_flag = + | START_PAUSED + | START_AUTODESTROY + | START_BYPASS_CACHE + | START_FORCE_BOOT + | START_VALIDATE + let rec int_of_domain_create_flags = function + | [] -> 0 + | START_PAUSED :: flags -> 1 lor int_of_domain_create_flags flags + | START_AUTODESTROY :: flags -> 2 lor int_of_domain_cr...
2019 Dec 16
3
[v2v PATCH 0/2] Move libvirt-ocaml copy to v2v repo
libvirt-ocaml is used only by virt-v2v, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): common: Bundle the libvirt-ocaml library for use by virt-v2v build: switch embedded copy of libvirt-ocaml .gitignore | 2 + 3rdparty/libvirt-ocaml/Makefile.am |
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi, this is a mostly done attempt to switch to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all
2019 Apr 08
12
[PATCH 43 0/7] v2v: switch to ocaml-libvirt
Hi, this series switches virt-2v to ocaml-libvirt, embedding the latest version of it from git. This way, it is possible to improve the way v2v connects to libvirt for both input, and output modules, and interacts with libvirt (e.g. no more virsh calls needed in virt-v2v). As side effect, virt-v2v now requires libvirt, as keeping it optional would create too much burden. I could not test all