<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:08 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-5975] Consider removing quotacheck compatibility code</title>
                <link>https://jira.whamcloud.com/browse/LU-5975</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Current versions of Lustre define cl_qchk_stat in the client_obd struct  and is used by quotacheck with servers older than 2.4. In Lustre 2.8, tag 2.7.53 and above, a warning is printed to &#8220;please consider removing quotacheck compatibility code&#8221;. This comes from the following code in lustre/include/obd.h in the definition of the client_obd struct:&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;&#8230;
	/* used by quotacheck when the servers are older than 2.4 */
	int                      cl_qchk_stat; /* quotacheck stat of the peer */
#define CL_NOT_QUOTACHECKED 1   /* client-&amp;gt;cl_qchk_stat init value */
#if LUSTRE_VERSION_CODE &amp;gt;= OBD_OCD_VERSION(2, 7, 53, 0)
#warning &quot;please consider removing quotacheck compatibility code&quot;
#endif
&#8230;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Thus, we should consider removing quotacheck compatibility code.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27782">LU-5975</key>
            <summary>Consider removing quotacheck compatibility code</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>quota</label>
                    </labels>
                <created>Wed, 3 Dec 2014 23:19:44 +0000</created>
                <updated>Wed, 20 May 2015 18:28:26 +0000</updated>
                            <resolved>Wed, 20 May 2015 18:28:26 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="114466" author="gerrit" created="Thu, 7 May 2015 07:11:29 +0000"  >&lt;p&gt;Niu Yawei (yawei.niu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14705&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14705&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5975&quot; title=&quot;Consider removing quotacheck compatibility code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5975&quot;&gt;&lt;del&gt;LU-5975&lt;/del&gt;&lt;/a&gt; quota: remove obsolete quota code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cda963b50ed34529846ed445b7e4dde1519e6e86&lt;/p&gt;</comment>
                            <comment id="115028" author="rhenwood" created="Tue, 12 May 2015 15:36:08 +0000"  >&lt;p&gt;We all love tags, and this issue is apparently blocking the creation of one now &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.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>
                            <comment id="115421" author="green" created="Fri, 15 May 2015 02:12:38 +0000"  >&lt;p&gt;This patch is not enough to address the issue, I am still gettign an error in osd-ldiskfs:&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;/home/green/git/lustre-release/lustre/osd-ldiskfs/osd_quota_fmt.c:87:2: error: #warning &quot;remove old quota compatibility code&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="115423" author="niu" created="Fri, 15 May 2015 02:33:56 +0000"  >&lt;p&gt;Yes, I missed this one. It&apos;s used for migrating on-disk old quota adim files into new format. As long as we support upgrading 2.1 system into 2.8, these code should be kept, otherwise, they can be removed. I will cleanup them in another patch.&lt;/p&gt;</comment>
                            <comment id="115608" author="gerrit" created="Sun, 17 May 2015 22:46:01 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14705/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14705/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5975&quot; title=&quot;Consider removing quotacheck compatibility code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5975&quot;&gt;&lt;del&gt;LU-5975&lt;/del&gt;&lt;/a&gt; quota: remove obsolete quota code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1738e70fe6aaf1e07b78a6b89eb11ea115135e69&lt;/p&gt;</comment>
                            <comment id="115659" author="pjones" created="Mon, 18 May 2015 14:19:24 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;I think that it is ok to remove the capability to upgrade directly from such an old release - anyone needing to make such a jump could upgrade to an intermediate release first&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="115774" author="niu" created="Tue, 19 May 2015 02:03:27 +0000"  >&lt;p&gt;Ok, I&apos;ll fix it in another ticket. Thanks.&lt;/p&gt;</comment>
                            <comment id="116040" author="pjones" created="Wed, 20 May 2015 18:28:26 +0000"  >&lt;p&gt;Landed in 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="30227">LU-6617</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="15709">LU-1842</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="29864">LU-6568</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|hzx1tz:</customfieldvalue>

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