<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:02 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-230] b1_8: yml_entities() does not create MDS entity</title>
                <link>https://jira.whamcloud.com/browse/LU-230</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-123&quot; title=&quot;Port yaml and auster to b1_8&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-123&quot;&gt;&lt;del&gt;LU-123&lt;/del&gt;&lt;/a&gt; was landed on b1_8, I found that the MDS entity in node.$host.yml file was not created, e.g.:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/d06b18ee-6c23-11e0-b32b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/d06b18ee-6c23-11e0-b32b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The issue was caused by the following codes in yaml.sh:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;yml_entities() {
    local host
    for num in $(seq $MDSCOUNT); do
        host=$(facet_active_host mds$num)
        yml_entity &quot;MDS $num&quot; $host &amp;gt;&amp;gt; $logdir/node.$host.yml
    done

    ......
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There is only one MDS in b1_8, so the above codes need be changed to:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;yml_entities() {
    local host

    host=$(facet_active_host mds)
    yml_entity &quot;MDS&quot; $host &amp;gt;&amp;gt; $logdir/node.$host.yml

    ......
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="10624">LU-230</key>
            <summary>b1_8: yml_entities() does not create MDS entity</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 22 Apr 2011 02:43:00 +0000</created>
                <updated>Thu, 28 Apr 2011 06:29:27 +0000</updated>
                            <resolved>Thu, 28 Apr 2011 05:00:38 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="13305" author="yujian" created="Mon, 25 Apr 2011 23:52:54 +0000"  >&lt;p&gt;Patch for b1_8 is in &lt;a href=&quot;http://review.whamcloud.com/464&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/464&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="13394" author="yujian" created="Thu, 28 Apr 2011 05:00:38 +0000"  >&lt;p&gt;The patch was pushed to b1_8 branch in fs/lustre-release repo.&lt;/p&gt;</comment>
                            <comment id="13396" author="hudson" created="Thu, 28 Apr 2011 05:14:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13398" author="hudson" created="Thu, 28 Apr 2011 05:14:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13400" author="hudson" created="Thu, 28 Apr 2011 05:14:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13402" author="hudson" created="Thu, 28 Apr 2011 05:19:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13404" author="hudson" created="Thu, 28 Apr 2011 05:19:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13407" author="hudson" created="Thu, 28 Apr 2011 05:24:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13410" author="hudson" created="Thu, 28 Apr 2011 05:43:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13412" author="hudson" created="Thu, 28 Apr 2011 06:01:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13414" author="hudson" created="Thu, 28 Apr 2011 06:11:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13416" author="hudson" created="Thu, 28 Apr 2011 06:15:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13421" author="hudson" created="Thu, 28 Apr 2011 06:29:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/21/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #21&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-230&quot; title=&quot;b1_8: yml_entities() does not create MDS entity&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-230&quot;&gt;&lt;del&gt;LU-230&lt;/del&gt;&lt;/a&gt; fix yml_entities() to create MDS entity&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1b1bd1f338f36c08bcee7a620b9f66b94c3ae703&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/tests/yaml.sh&lt;/li&gt;
&lt;/ul&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|hzw2nj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10512</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>