Whamcloud - gitweb
LUDOC-236 config: fixed config instructions. 84/10284/2
authorRichard Henwood <richard.henwood@intel.com>
Tue, 8 Apr 2014 21:12:56 +0000 (17:12 -0400)
committerRichard Henwood <richard.henwood@intel.com>
Mon, 12 May 2014 15:42:11 +0000 (15:42 +0000)
Config instructions for lnet were wrong. Fixed.

Change-Id: I61593f2c0f1ddfb521045956f399abe0a26f4ea7
Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Reviewed-on: http://review.whamcloud.com/10284
Tested-by: Jenkins
Reviewed-by: Isaac Huang <he.huang@intel.com>
ManagingLNET.xml

index 262b6e1..a9843b6 100644 (file)
@@ -141,20 +141,19 @@ To remove all Lustre modules, run:</para>
               <para>Dual HCA OSS server</para>
             </listitem>
           </itemizedlist>
-          <screen>options lnet networks=&quot;o2ib0(ib0),o2ib1(ib1) 192.168.10.1.[101-102] </screen>
+          <screen>options lnet networks="o2ib0(ib0),o2ib1(ib1)"</screen>
           <itemizedlist>
             <listitem>
               <para>Client with the odd IP address</para>
             </listitem>
           </itemizedlist>
-          <screen>options lnet networks=o2ib0(ib0) 192.168.10.[103-253/2] </screen>
+          <screen>options lnet ip2nets="o2ib0(ib0) 192.168.10.[103-253/2]"</screen>
           <itemizedlist>
             <listitem>
               <para>Client with the even IP address</para>
             </listitem>
           </itemizedlist>
-          <screen>options lnet networks=o2ib1(ib0) 192.168.10.[102-254/2]
-</screen>
+          <screen>options lnet ip2nets="o2ib1(ib0) 192.168.10.[102-254/2]"</screen>
         </listitem>
         <listitem>
           <para>Run the modprobe lnet command and create a combined MGS/MDT file system.</para>