Displaying 3 results from an estimated 3 matches for "sylecn".
Did you mean:
select
2014 Feb 08
1
Failed to terminate process X with SIGKILL: Device or resource busy
Hi,
I'm using libvirt/kvm with openstack. When vm has CPU stall, the instance
can't be destroyed. I have asked the question on openstack user mailing
list and received no answers in weeks.
Here is one example:
# virsh destroy instance-00000085
error: Failed to destroy domain instance-00000085
error: Failed to terminate process 61222 with SIGKILL: Device or
resource busy
2014 Mar 17
2
a question on vCPU setting for lxc
Dear all,
I am not clear about the 'vcpu' element for CPU allocation. I allocated 1 vCPU to my container, after I started the container, I ran 4 computation-intensive tasks on the container. And I found all the 4 physical core are 100% used (my host has 4 physical cores and no other application ran on the host except the container). That is, all available cores were used by the container.
2014 Mar 17
0
Re: a question on vCPU setting for lxc
Hi,
I'm not libvirt expect. My guess is that some vcpu settings only apply to
KVM/qemu backend. LXC is quite different from them.
If setting vcpu# is not effective for LXC container, you may need to use
cgroups.
--
Thanks,
Yuanle
On Mon, Mar 17, 2014 at 2:32 PM, WANG Cheng D <
Cheng.d.Wang@alcatel-sbell.com.cn> wrote:
> Dear all,
>
> I am not clear about the