search for: zhang_zhang

Displaying 5 results from an estimated 5 matches for "zhang_zhang".

2012 Oct 30
0
libvirt-users Digest, Vol 34, Issue 35
...h of these networks as routed networks. Now set up routing/iptables rules on each host to send traffic to each other, and NAT into the internal routed network On 31/10/12 01:46, libvirt-users-request at redhat.com wrote: > Message: 1 > Date: Tue, 30 Oct 2012 07:10:55 +0000 > From: ??<zhang_zhang at live.com> > To:<libvirt-users at redhat.com> > Subject: [libvirt-users] Can VMs on different machines communicate > with each other without IP? > Message-ID:<BLU172-W4666B32A6C9C8E75734C67FC620 at phx.gbl> > Content-Type: text/plain; charset="gb2312" >...
2012 Nov 01
0
libvirt-users Digest, Vol 34, Issue 35
...on each host to send traffic to each > other, and NAT into the internal routed network > > On 31/10/12 01:46, libvirt-users-request at redhat.**com<libvirt-users-request at redhat.com>wrote: > >> Message: 1 >> Date: Tue, 30 Oct 2012 07:10:55 +0000 >> From: ??<zhang_zhang at live.com> >> To:<libvirt-users at redhat.com> >> Subject: [libvirt-users] Can VMs on different machines communicate >> with each other without IP? >> Message-ID:<BLU172-**W4666B32A6C9C8E75734C67FC620@**phx.gbl> >> Content-Type: text/plain; cha...
2013 Mar 25
1
Failed to boot lxc with libvirt 1.0.3:2013-03-25 06:54:17.620+0000: 1: error : lxcContainerMountBasicFS:563 : Failed to mount /selinux on /selinux type selinuxfs flags=e opts=(null): No such device
hi all, I am using lxc with libvirt. But I can't boot lxc container by libvirt 1.0.3(libvirt 0.9.8 works) . Below is my environment. Do I miss something? lxc1.xml:<domain type='lxc'> <name>lxc1</name> <memory>1024000</memory> <cputune> <shares>100</shares> </cputune> <os> <type>exe</type>
2013 Feb 28
0
With no luck with virDomainGetInfo and virDomainMemoryStats for memory usage of a running vm
Hi, all I am trying to get used memory of a running vm using libvirt and then to calculate the memory usage, but with no luck. 1.The used memory returned by virDomainGetInfo is equal to max memory with no virtio balloon driver set. When using virtio balloon driver and setting currentMemory less than memory in the xml, the used memory returned by virDomainGetInfo is nearly equal to
2013 Feb 28
1
The accurate CPU usage of a domain?
Hi,all I want to get a relatively accurate cpu usage of a domain. I have a few questions about virDomainGetInfo: struct virDomainInfo{ unsigned char state : //the running state, one of virDomainState unsigned long maxMem :// the maximum memory in KBytes allowed unsigned long memory :// the memory in KBytes used by the domain unsigned short nrVirtCpu :// the number of virtual CPUs for the