<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:41:21 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LUDOC-240] Include additional steps in &quot;14.8.5. Restoring OST Configuration Files&quot; for adding reformatted OST</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-240</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;Recently there was a need to reformat a deactivated OST(on the MGS) and then bring it back into service.  Instead of using writeconf, the procedure in the most recent manual was followed:&lt;br/&gt;
&lt;a href=&quot;http://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#section_kzs_pgt_tl&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.xhtml#section_kzs_pgt_tl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;a few additional steps were needed:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;After initially following the ops guide instructions for taking mountdata from another OST, which lead to OST mount failure since the mountdata file was left in a bad state, we revised the procedure as follows:&lt;/p&gt;

&lt;p&gt;1. took mountdata from another OST, used xxd to generate ascii version, updated two OST references in the file (one index reference, the other the name string); copied the revised mountdata file to /CONFIGS on the newly formatted OST.&lt;/p&gt;

&lt;p&gt;2. mounted the OST, ensured that it started ok&lt;/p&gt;

&lt;p&gt;3. unmounted the OST, used xxd to update /O/0/LAST_ID (created by the previous mount) to match current MDT lov_objid value for this OST&lt;br/&gt;
mounted OST again&lt;/p&gt;

&lt;p&gt;4. reactivated OST&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;ll clean up the recommendation changes when I get a chance.&lt;/p&gt;</description>
                <environment></environment>
        <key id="24376">LUDOC-240</key>
            <summary>Include additional steps in &quot;14.8.5. Restoring OST Configuration Files&quot; for adding reformatted OST</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="LM-Triage">Lustre Manual Triage</assignee>
                                    <reporter username="kmer">Karl Merritts</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Apr 2014 17:01:25 +0000</created>
                <updated>Wed, 21 Jun 2017 05:12:27 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="82434" author="peggy" created="Thu, 24 Apr 2014 19:36:14 +0000"  >&lt;p&gt;A couple clarifications...  The original dd from old mountdata to new did not include the conv=notrunc option (which was missing from earlier versions of the ops guide).  This resulted in a truncated mountdata file, which caused an error on OST mount.  So we invoked plan B to modify a copy from another OST as described above using xxd.  The &apos;conv=notrunc&apos; option in the more recent ops guide covers that issue.  Presumably xxd could also be used to reset the flag field (from 0x62 to 0x2).&lt;/p&gt;

&lt;p&gt;But RE LAST_ID, on a newly reformatted OST (assuming the original was trashed), the LAST_ID isn&apos;t created until the initial OST mount.  We did not attempt to &apos;mkdir /O/0&apos; and create LAST_ID.  Instead we went through the sequence described here, to mount, allow LAST_ID to be created, unmount, modify it.  I think the important piece here is to correct LAST_ID prior to reactivating the OST (to prevent massive numbers of pre-creates).  The doc section &apos;Fixing a Bad LAST_ID on an OST&apos; doesn&apos;t clearly cover this case.&lt;/p&gt;</comment>
                            <comment id="85539" author="kmer" created="Tue, 3 Jun 2014 04:53:55 +0000"  >&lt;p&gt;Jodi,&lt;br/&gt;
Is there anything we can do to help get these changes into the manual?&lt;/p&gt;

&lt;p&gt;-Karl&lt;/p&gt;</comment>
                            <comment id="85561" author="jlevi" created="Tue, 3 Jun 2014 12:02:45 +0000"  >&lt;p&gt;Karl,&lt;br/&gt;
If you can create the patch to update the Lustre Manual based on (&lt;a href=&quot;https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source&lt;/a&gt;), I will ensure that the patch get reviews and keep an eye out for it until it lands. Let me know if you have any questions on creating the patch from the instructions and I can get someone to help with that.&lt;br/&gt;
Does this seem reasonable?&lt;/p&gt;</comment>
                            <comment id="199801" author="jadhav.vikram" created="Wed, 21 Jun 2017 05:12:27 +0000"  >&lt;p&gt;Karl, Please give me the exact content to add in manual so I will create patch accordingly.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwkxz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13704</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>