Re: [libvirt] [PATCH] memtune: Let virsh know the unlimited value for memory tunables

2011-01-12 Thread Justin Clift
On 07/01/2011, at 6:09 PM, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Display unlimited when the memory cgroup settings says so. Unlimited is represented by INT64_MAX in memory cgroup. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com

Re: [libvirt] [PATCH] memtune: Let virsh know the unlimited value for memory tunables

2011-01-11 Thread Eric Blake
On 01/10/2011 10:18 PM, Nikunj A. Dadhania wrote: Display unlimited when the memory cgroup settings says so. Unlimited is represented by INT64_MAX in memory cgroup. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Reported-by: Justin Clift jcl...@redhat.com ---

Re: [libvirt] [PATCH] memtune: Let virsh know the unlimited value for memory tunables

2011-01-10 Thread Eric Blake
On 01/07/2011 12:09 AM, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Display unlimited when the memory cgroup settings says so. Unlimited is represented by INT64_MAX in memory cgroup. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Reported-by:

Re: [libvirt] [PATCH] memtune: Let virsh know the unlimited value for memory tunables

2011-01-10 Thread Nikunj A. Dadhania
On Mon, 10 Jan 2011 12:02:36 -0700, Eric Blake ebl...@redhat.com wrote: On 01/07/2011 12:09 AM, Nikunj A. Dadhania wrote: From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Display unlimited when the memory cgroup settings says so. Unlimited is represented by INT64_MAX in memory cgroup.

[libvirt] [PATCH] memtune: Let virsh know the unlimited value for memory tunables

2011-01-06 Thread Nikunj A. Dadhania
From: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Display unlimited when the memory cgroup settings says so. Unlimited is represented by INT64_MAX in memory cgroup. Signed-off-by: Nikunj A. Dadhania nik...@linux.vnet.ibm.com Reported-by: Justin Clift jcl...@redhat.com --- tools/virsh.c | 10