<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:08:42 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-608] port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&apos;t play nice with devices specified by alias)</title>
                <link>https://jira.whamcloud.com/browse/LU-608</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;For our acceptance-small configuration we specify devices by-id instead of device name since the&lt;br/&gt;
device name occasionally changes. This causes a problem with sgpdd-survey.sh since sgpdd-survey&lt;br/&gt;
doesn&apos;t translate the alias to the device name. &lt;/p&gt;

&lt;p&gt;== test 1: sgpdd-survey, mds, scsidevs == 15:30:35 (1301603435)&lt;br/&gt;
Loading modules from&lt;br/&gt;
/opt/cray/lustre-cray_gem_s/1.8.4_2.6.32.27_0.2.2_1.0000.5785.16.1-1.0000.25970.22.205/lib64/lustre&lt;br/&gt;
lnet.debug=-1&lt;br/&gt;
lnet.subsystem_debug=0xffb7e3ff&lt;br/&gt;
lnet options: &apos; accept=all&apos;&lt;br/&gt;
=== mds === nid00035 === /dev/disk/by-id/scsi-3600a0b80005121d800001f7a4cd16b41-part1 ===&lt;br/&gt;
nid00035: + rslt=/tmp/sgpdd_survey size=1024 crghi=2 thrhi=2&lt;br/&gt;
scsidevs=&quot;/dev/disk/by-id/scsi-3600a0b80005121d800001f7a4cd16b41-part1&quot;&lt;br/&gt;
/opt/cray/lustre-cray_gem_s/1.8.4_2.6.32.27_0.2.2_1.0000.5785.16.1-1.0000.25970.22.205/bin/sgpdd-survey&lt;br/&gt;
nid00035: Can&apos;t find SG device for /dev/disk/by-id/scsi-3600a0b80005121d800001f7a4cd16b41-part1,&lt;br/&gt;
testing for partition&lt;br/&gt;
nid00035: Can&apos;t find SG device /dev/disk/by-id/scsi-3600a0b80005121d800001f7a4cd16b41-part.&lt;/p&gt;

&lt;p&gt;It would be nice if either sgpdd-survey or sgpdd-survey.sh would translate aliases to device names.&lt;br/&gt;
The attached patch modifies sgpdd-survey to do a &apos;readlink -f&apos; on the device name if the device&lt;br/&gt;
path is something like &quot;/dev/disk/by-*&quot; and the device path is a symbolic link (maybe this is&lt;br/&gt;
redundant?).&lt;/p&gt;

&lt;p&gt;When we define our devices by-id sgpdd-survey.sh will fail for us without this patch and it will&lt;br/&gt;
pass with this patch. Should also work with specifying devices by UUID, etc., but this wasn&apos;t&lt;br/&gt;
tested.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11531">LU-608</key>
            <summary>port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&apos;t play nice with devices specified by alias)</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="3">Duplicate</resolution>
                                        <assignee username="niu">Niu Yawei</assignee>
                                    <reporter username="niu">Niu Yawei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Aug 2011 04:27:27 +0000</created>
                <updated>Tue, 11 Oct 2011 11:40:10 +0000</updated>
                            <resolved>Fri, 26 Aug 2011 05:44:55 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="19407" author="niu" created="Fri, 19 Aug 2011 04:34:35 +0000"  >&lt;p&gt;Perform a readlink on the device name if path is /dev/disk/by-id....&lt;/p&gt;</comment>
                            <comment id="19480" author="pjones" created="Sun, 21 Aug 2011 10:25:21 +0000"  >&lt;p&gt;fyi, it looks as if a master version of this patch has been contributed under LU515&lt;/p&gt;</comment>
                            <comment id="19606" author="wang" created="Wed, 24 Aug 2011 15:08:44 +0000"  >&lt;p&gt;Please change in:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1284&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1284&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19655" author="niu" created="Fri, 26 Aug 2011 05:44:55 +0000"  >&lt;p&gt;dup of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-515&quot; title=&quot;gpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-515&quot;&gt;&lt;del&gt;LU-515&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="20375" author="hudson" created="Wed, 21 Sep 2011 09:04:53 +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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20377" author="hudson" created="Wed, 21 Sep 2011 09:09:09 +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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20379" author="hudson" created="Wed, 21 Sep 2011 09:13: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-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20381" author="hudson" created="Wed, 21 Sep 2011 09:14:54 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20383" author="hudson" created="Wed, 21 Sep 2011 09:15:05 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20385" author="hudson" created="Wed, 21 Sep 2011 09:15:37 +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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20387" author="hudson" created="Wed, 21 Sep 2011 09:15: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-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/126/&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 #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20389" author="hudson" created="Wed, 21 Sep 2011 09:16: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-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20392" author="hudson" created="Wed, 21 Sep 2011 09:29:28 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20394" author="hudson" created="Wed, 21 Sep 2011 09:48:00 +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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20396" author="hudson" created="Wed, 21 Sep 2011 10:07: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #126&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-608&quot; title=&quot;port 24487 (sgpdd-survey.sh/sgpdd-survey doesn&amp;#39;t play nice with devices specified by alias)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-608&quot;&gt;&lt;del&gt;LU-608&lt;/del&gt;&lt;/a&gt; canonicalize the devices names&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=a8f9dd59341d949392c92faee57124bc70c91ce3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a8f9dd59341d949392c92faee57124bc70c91ce3&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre-iokit/sgpdd-survey/sgpdd-survey&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                            <attachment id="10356" name="bz24487.patch" size="742" author="niu" created="Fri, 19 Aug 2011 04:34:35 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24487.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|hzvi07:</customfieldvalue>

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