Whamcloud - gitweb
LUDOC-20 admin: fix mount lustre on ldiskfs 47/2447/1
authorMinh Diep <mdiep@whamcloud.com>
Wed, 4 Apr 2012 18:15:13 +0000 (11:15 -0700)
committerMinh Diep <mdiep@whamcloud.com>
Wed, 4 Apr 2012 18:15:13 +0000 (11:15 -0700)
lustre can only mount using ldiskfs, not ext4

Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Change-Id: Ifecc9f8302fa777bfe2a1e07e79d42d5c3b803e4

LustreMaintenance.xml

index 3c757d5..4af4f65 100644 (file)
@@ -514,8 +514,8 @@ Separate a combined MGS/MDT</title>
         </listitem>
         <listitem>
           <para>Copy the configuration data from MDT disk to the new MGS disk.</para>
-             <screen>mount -t ext4 -o ro &lt;mdt-device&gt; &lt;mdt-mount-point&gt; </screen>
-             <screen>mount -t ext4 -o rw &lt;mgs-device&gt; &lt;mgs-mount-point&gt; </screen>
+             <screen>mount -t ldiskfs -o ro &lt;mdt-device&gt; &lt;mdt-mount-point&gt; </screen>
+             <screen>mount -t ldiskfs -o rw &lt;mgs-device&gt; &lt;mgs-mount-point&gt; </screen>
              <screen>cp -r &lt;mdt-moint-point&gt;/CONFIGS/&lt;filesystem-name&gt;-* &lt;mgs-mount-point&gt;/CONFIGS/. </screen>
              <screen>umount &lt;mgs-mount-point&gt; </screen>
              <screen>umount &lt;mdt-mount-point&gt; </screen>