<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:26:57 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-2642] lustre: Updated support for SLES11 SP2</title>
                <link>https://jira.whamcloud.com/browse/LU-2642</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="17221">LU-2642</key>
            <summary>lustre: Updated support for SLES11 SP2</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</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="bogl">Bob Glossman</assignee>
                                    <reporter username="jeffm">Jeff Mahoney</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Fri, 18 Jan 2013 02:59:37 +0000</created>
                <updated>Tue, 9 Apr 2013 13:23:04 +0000</updated>
                            <resolved>Tue, 9 Apr 2013 13:23:04 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="50840" author="adilger" created="Fri, 18 Jan 2013 17:59:52 +0000"  >&lt;p&gt;Hi Jeff,&lt;br/&gt;
thanks for submitting the patches.  Since we last spoke, there was also a parallel submission of SLES11 SP2 patches from another user about a week ago, as you are already aware.  It looks like your patch series addresses a number of other issues beyond the patches that have already been submitted, so I hope two patch series can be worked out and landed.&lt;/p&gt;

&lt;p&gt;For reference, the patch series are at:&lt;/p&gt;

&lt;p&gt;master series: &lt;a href=&quot;http://review.whamcloud.com/5113&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5113&lt;/a&gt;&lt;br/&gt;
b2_1 series: &lt;a href=&quot;http://review.whamcloud.com/5057&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5057&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wasn&apos;t aware that you would be submitting patches for SP2 support on b2_1.  Currently we do not have plans to update the b2_1 stable branch for kernels beyond 2.6.37 due to the changes needed in the dcache.  Are all of the client-side patches in the b2_1 series also included in the master series as well?  It looks like a number of the b2_1 patches are back-ports from newer Lustre branches, but some are new to me and I want to make sure that they are also targetted at the master branch. &lt;/p&gt;</comment>
                            <comment id="50841" author="jeffm" created="Fri, 18 Jan 2013 18:05:53 +0000"  >&lt;p&gt;Hi Andreas -&lt;/p&gt;

&lt;p&gt;Yes, I&apos;ve included the client-side patches in both the b2_1 and master branches.&lt;/p&gt;</comment>
                            <comment id="52820" author="bogl" created="Thu, 21 Feb 2013 13:54:10 +0000"  >&lt;p&gt;The patch in &lt;a href=&quot;http://review.whamcloud.com/#change,5121&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,5121&lt;/a&gt; recently landed to master seems to have broken the build for me on sles11sp2.  I&apos;m not exactly sure why.  The section of the new code&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;#ifndef __REQ_WRITE /* pre-2.6.35 */
#define __REQ_WRITE BIO_RW
#endif
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;appears to be going wrong.  Even though __REQ_WRITE is defined in an enum in linux/blk_types.h, the build does the local #define and fails due to no BIO_RW being #define&apos;d anywhere.&lt;/p&gt;

&lt;p&gt;If I just comment out that #ifndef ... #endif section the build completes fine.&lt;/p&gt;</comment>
                            <comment id="52821" author="jeffm" created="Thu, 21 Feb 2013 14:01:53 +0000"  >&lt;p&gt;Oops. That&apos;s a typo. &lt;a href=&quot;http://review.whamcloud.com/5503&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5503&lt;/a&gt; fixes that.&lt;/p&gt;</comment>
                            <comment id="52825" author="bogl" created="Thu, 21 Feb 2013 14:16:26 +0000"  >&lt;p&gt;Thanks, Jeff.  That 1 line repair works for me.&lt;/p&gt;</comment>
                            <comment id="55845" author="simmonsja" created="Tue, 9 Apr 2013 11:29:48 +0000"  >&lt;p&gt;Last patch to support SLES11 SP2 server side has landed. Only the kernel tuning and fail over simulation patch are left which belong under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1812&quot; title=&quot;3.6/FC18 Server Patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1812&quot;&gt;&lt;del&gt;LU-1812&lt;/del&gt;&lt;/a&gt;. Peter you can close this ticket.&lt;/p&gt;</comment>
                            <comment id="55859" author="pjones" created="Tue, 9 Apr 2013 13:23:04 +0000"  >&lt;p&gt;With pleasure &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="15643">LU-1812</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzvfm7:</customfieldvalue>

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