From 29859ae2ce2ee9d2b88301948a8f3f64021e68b7 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 20 Oct 2011 05:31:04 +0000 Subject: [PATCH] keep the value of memory interleaving coherence, use 1 and 2 instead of interleaved and non-interleaved git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/chvm.1.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/chvm.1.pod b/xCAT-client/pods/man1/chvm.1.pod index 56be6192f..f89090b1c 100644 --- a/xCAT-client/pods/man1/chvm.1.pod +++ b/xCAT-client/pods/man1/chvm.1.pod @@ -90,7 +90,7 @@ Starting numeric id of the newly created partitions. For Power 775 using Direct =item B<-m> -memory interleaving. The value only could be B or B. B mode means the memory cannot be shared across the processors in an octant. B means the memory can be shared. The default value is B . +memory interleaving. The setting value only could be B<1> or B<2>. B<2> means the memory cannot be shared across the processors in an octant, B mode. B<1> means the memory can be shared, B mode. The default value is B<2> . =item B<-r> @@ -190,7 +190,7 @@ Output is similar to: then: - chvm lpar1 -i 1 -m non-interleaved -r 0:1 + chvm lpar1 -i 1 -m 2 -r 0:1 Output is similar to: @@ -203,7 +203,7 @@ Output is similar to: then: - chvm lpar1-lpar8 -i 1 -m non-interleaved -r 0-7:1 + chvm lpar1-lpar8 -i 1 -m 2 -r 0-7:1 Output is similar to: @@ -223,7 +223,7 @@ Output is similar to: then: - chvm lpar1-lpar9 -i 1 -m non-interleaved -r 0:5,1-7:1 + chvm lpar1-lpar9 -i 1 -m 2 -r 0:5,1-7:1 Output is similar to: