<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:48 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-515] gpdd-survey.sh/sgpdd-survey doesn&apos;t play nice with devices specified by alias</title>
                <link>https://jira.whamcloud.com/browse/LU-515</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;This is from Oracle bug 24487.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11359">LU-515</key>
            <summary>gpdd-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="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="niu">Niu Yawei</assignee>
                                    <reporter username="wang">Wally Wang</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jul 2011 23:41:52 +0000</created>
                <updated>Tue, 27 Mar 2012 17:32:14 +0000</updated>
                            <resolved>Tue, 18 Oct 2011 21:55:18 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="17997" author="wang" created="Tue, 19 Jul 2011 23:58:10 +0000"  >&lt;p&gt;The fix is in:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1120&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1120&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19482" author="niu" created="Sun, 21 Aug 2011 21:38:59 +0000"  >&lt;p&gt;Hi, Wally&lt;/p&gt;

&lt;p&gt;If you want the patch being landed on master, you should add the gate keeper Oleg as the reviewer. &lt;/p&gt;

&lt;p&gt;I opened a ticket &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; to port this patch to b1_8 and master, looks it&apos;s duplicated with this one. Could you port this patch to b1_8 too? Thank you.&lt;/p&gt;</comment>
                            <comment id="19607" author="wang" created="Wed, 24 Aug 2011 15:10:16 +0000"  >&lt;p&gt;For b1_8, please see:&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="20374" author="pjones" created="Wed, 21 Sep 2011 09:03:50 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;You are already handling LU610 which this is a duplicate of&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="21435" author="hudson" created="Tue, 18 Oct 2011 13:54:43 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21436" author="hudson" created="Tue, 18 Oct 2011 13:56:48 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21437" author="hudson" created="Tue, 18 Oct 2011 13:58:30 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21438" author="hudson" created="Tue, 18 Oct 2011 14:01:43 +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/red.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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21439" author="hudson" created="Tue, 18 Oct 2011 14:03: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-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21440" author="hudson" created="Tue, 18 Oct 2011 14:04:10 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21441" author="hudson" created="Tue, 18 Oct 2011 14:07:40 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21442" author="hudson" created="Tue, 18 Oct 2011 14:08:15 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21443" author="hudson" created="Tue, 18 Oct 2011 14:11:22 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21444" author="hudson" created="Tue, 18 Oct 2011 14:13:08 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21445" author="hudson" created="Tue, 18 Oct 2011 14:13:52 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21446" author="hudson" created="Tue, 18 Oct 2011 14:26: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21450" author="hudson" created="Tue, 18 Oct 2011 14:47: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=i686,build_type=server,distro=el5,ib_stack=ofa/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21464" author="hudson" created="Tue, 18 Oct 2011 19:09:01 +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/300/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #300&lt;/a&gt;&lt;br/&gt;
     &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; canonicalize the devices names&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=f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f14d2b5feae5213ed243fb63702aa1eed7e0a8b1&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="21467" author="niu" created="Tue, 18 Oct 2011 21:55:18 +0000"  >&lt;p&gt;landed to b1_8 and master.&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|hzv8c7:</customfieldvalue>

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

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