<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:09 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>[LU-350] port bug24050 to master(&quot;lustre_start&quot; caused client nodes failed to mount.)</title>
                <link>https://jira.whamcloud.com/browse/LU-350</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;for newly formatted Lustre system, the MDT must be started before OST, or it will cause clients can&apos;t mount the Lustre &lt;br/&gt;
for the filesystem configuration will be erased when the MDT registers itself in MGS. currently , the script tool &quot;lustre_start&quot;&lt;br/&gt;
uses the wrong order (it start OST before MDT) and cause clients can&apos;t mount.&lt;/p&gt;</description>
                <environment></environment>
        <key id="10992">LU-350</key>
            <summary>port bug24050 to master(&quot;lustre_start&quot; caused client nodes failed to mount.)</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="hongchao.zhang">Hongchao Zhang</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 May 2011 02:26:42 +0000</created>
                <updated>Thu, 18 Aug 2011 02:07:16 +0000</updated>
                            <resolved>Thu, 18 Aug 2011 02:07:16 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="14755" author="brian" created="Fri, 20 May 2011 09:25:52 +0000"  >&lt;p&gt;So, is the bug here the wrong order being used in lustre_start or is the actual bug the requirement that the MDT be mounted first for a newly formatted filesystem?&lt;/p&gt;

&lt;p&gt;To be sure, one has always been able to mount the servers in any order (for non-newly formatted filesystems at least) but I don&apos;t recall if that flexibility also applies/applied to newly formatted filesystems.  We probably need somebody with a clearer picture (and/or memory) than I to chime in with an opinion on that in order to determine which is the real bug here.&lt;/p&gt;</comment>
                            <comment id="15759" author="pjones" created="Tue, 7 Jun 2011 05:55:13 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,595&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,595&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="16269" author="hongchao.zhang" created="Tue, 14 Jun 2011 06:35:18 +0000"  >&lt;p&gt;paste comments in Gerrit  for future reference&lt;/p&gt;

&lt;p&gt;Oleg Drokin:&lt;/p&gt;

&lt;p&gt;Huh? I think the entire point of starting MGS first then OSTs was so that MDS will start and be able to connect to all OSTs.&lt;/p&gt;

&lt;p&gt;Why would MDT erase any config on MGS at all? That sounds like a different problem that needs to be solved differently I think.&lt;/p&gt;

&lt;p&gt;Yu Jian:&lt;/p&gt;

&lt;p&gt;I also doubted this in bug 24050 comment #30, #48, #51, #57 and got a partial answer from Johann in comment #55. I think the fix of lustre_start utility was just a workaround, not fixing the Lustre issue. Lustre really supported the starting order of MGS-&amp;gt;OST-&amp;gt;MDT before. So, Hongchao, could you please investigate this? We need figure out the real issue.&lt;/p&gt;

&lt;p&gt;Oleg Drokin:&lt;/p&gt;

&lt;p&gt;The comment in bugzilla indicates that this order only needs to happen on first mount which I guess I can believe even though it is still somewhat strange that first MDT connect would wipe config data.&lt;/p&gt;

&lt;p&gt;Perhaps we just need to incorporate a real mount in MGS-&amp;gt;MDT-&amp;gt;OST) order in our formatting scripts instead?&lt;/p&gt;</comment>
                            <comment id="16665" author="hongchao.zhang" created="Tue, 21 Jun 2011 07:41:35 +0000"  >&lt;p&gt;this problem is introduced by the patch in bug22464, which add &quot;writeconf&quot; option during formatting the disk, but it only cause problem in b1_8, &lt;br/&gt;
in master, there is another condition &quot;mti-&amp;gt;mti_stripe_index == 0&quot; to determine whether the whole log can be erased.&lt;/p&gt;

&lt;p&gt;but I try to start Lustre by MGS-OST-MDS order at master, it still fails for there are bugs in &quot;mgs_steal_llog_for_mdt_from_client&quot;,  the problem is &lt;br/&gt;
the &quot;index&quot; and &quot;svname&quot; of the OST are missed when MDT call &quot;mgs_steal_llog_for_mdt_from_client&quot; to add the corresponding OSCs into its LOV.&lt;br/&gt;
Lustre mounts successfully after applying the following patch&lt;/p&gt;

&lt;p&gt;diff --git a/lustre/mgs/mgs_llog.c b/lustre/mgs/mgs_llog.c&lt;br/&gt;
index a8bb398..1ce2f85 100644&lt;br/&gt;
&amp;#8212; a/lustre/mgs/mgs_llog.c&lt;br/&gt;
+++ b/lustre/mgs/mgs_llog.c&lt;br/&gt;
@@ -1124,7 +1124,12 @@ static int mgs_steal_llog_handler(struct llog_handle *llh,&lt;br/&gt;
                 marker = lustre_cfg_buf(lcfg, 1);&lt;br/&gt;
                 if (!strncmp(marker-&amp;gt;cm_comment,&quot;add osc&quot;,7) &amp;amp;&amp;amp;&lt;br/&gt;
                     (marker-&amp;gt;cm_flags &amp;amp; CM_START)){&lt;br/&gt;
+                        char *osc_svname;&lt;br/&gt;
+                        name_create(&amp;amp;osc_svname, marker-&amp;gt;cm_tgtname, &quot;&quot;);&lt;br/&gt;
+&lt;br/&gt;
                         got_an_osc_or_mdc = 1;&lt;br/&gt;
+                        strncpy(tmti-&amp;gt;mti_svname, osc_svname, &lt;br/&gt;
+                                sizeof(tmti-&amp;gt;mti_svname));&lt;br/&gt;
                         rc = record_start_log(obd, &amp;amp;mdt_llh, mti-&amp;gt;mti_svname);&lt;br/&gt;
                         rc = record_marker(obd, mdt_llh, fsdb, CM_START,&lt;br/&gt;
                                            mti-&amp;gt;mti_svname,&quot;add osc(copied)&quot;);&lt;br/&gt;
@@ -1208,6 +1213,7 @@ static int mgs_steal_llog_handler(struct llog_handle *llh,&lt;br/&gt;
                 name_create_mdt_and_lov(&amp;amp;logname, &amp;amp;lovname, fsdb, mti-&amp;gt;mti_stripe_index);&lt;br/&gt;
                 sprintf(mdt_index, &quot;&lt;del&gt;MDT%04x&quot;, mti&lt;/del&gt;&amp;gt;mti_stripe_index);&lt;/p&gt;

&lt;p&gt;+                sscanf(lustre_cfg_buf(lcfg, 2), &quot;%d&quot;, &amp;amp;tmti-&amp;gt;mti_stripe_index);&lt;br/&gt;
                 mgs_write_log_osc_to_lov(obd, fsdb, tmti, logname,&lt;br/&gt;
                                          mdt_index, lovname,&lt;br/&gt;
                                          LUSTRE_SP_MDT, 0);&lt;/p&gt;</comment>
                            <comment id="18880" author="hudson" created="Mon, 8 Aug 2011 20:51:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18882" author="hudson" created="Mon, 8 Aug 2011 20:52:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18884" author="hudson" created="Mon, 8 Aug 2011 20:56:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18886" author="hudson" created="Mon, 8 Aug 2011 20:57:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18888" author="hudson" created="Mon, 8 Aug 2011 20:58:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18890" author="hudson" created="Mon, 8 Aug 2011 21:00:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18892" author="hudson" created="Mon, 8 Aug 2011 21:00:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18894" author="hudson" created="Mon, 8 Aug 2011 21:01:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18896" author="hudson" created="Mon, 8 Aug 2011 21:03:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18898" author="hudson" created="Mon, 8 Aug 2011 21:03:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18900" author="hudson" created="Mon, 8 Aug 2011 21:04:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18902" author="hudson" created="Mon, 8 Aug 2011 21:04:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18904" author="hudson" created="Mon, 8 Aug 2011 21:16:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18906" author="hudson" created="Mon, 8 Aug 2011 21:21:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/246/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #246&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-350&quot; title=&quot;port bug24050 to master(&amp;quot;lustre_start&amp;quot; caused client nodes failed to mount.)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-350&quot;&gt;&lt;del&gt;LU-350&lt;/del&gt;&lt;/a&gt; fix bug in mgs to allow starting OST before MDT&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=3227436e11b4bc77ffd261e8f13adf905fae2353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3227436e11b4bc77ffd261e8f13adf905fae2353&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24050.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzv8lj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4927</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>