Displaying 2 results from an estimated 2 matches for "virtualmachine1".
Did you mean:
virtualmachine
2011 May 06
0
kvm libvirt migration problem
Hi everyone:
I am new here
I am using kvm and libvirt on my Dell server. Now i am trying to migrate one
virtual machine from a physical server to another. However, I failed
everytime.
In virsh on physicalServer1, I typed:
virsh # migrate virtualmachine1 qemu+ssh://username at physicalServer2/system
error: operation failed: migration to 'tcp: physicalServer2:49163' failed:
migration failed
Then I searched FAQ part on libvirt.org http://wiki.libvirt.org/page/FAQ
it says:
* error: operation failed: migration to '...' failed: migrati...
2014 Dec 15
0
C group hierarchy and libvirtd
...memory {
memory.limit_in_bytes = 61G;
}
}
and also added "CGROUP_DAEMON=memory:/mygroup" in sysconfig/libvirtd
and in cgrules.conf and then restarted services.
Now i can see created virtual machines use cgroup hierarchy
"/cgroup/memory/mygroup/libvirt/qemu/virtualmachine1/" instead of
"/cgroup/memory/libvirt/qemu/virtualmachine1/".
The issue is "memory.limit_in_bytes" set to "mygroup" is getting
applied only to libvirtd process.VM are not following
memory.limit_in_bytes set to "mygroup".
1. how can i set this globally s...