<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:12 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-7473] Enlarge ACL entry limitation</title>
                <link>https://jira.whamcloud.com/browse/LU-7473</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The current limitation of ACL entries is 32, which is not enough for some use cases. The limitation is inherited since Lustre-1.6 (or even earlier verion). Is there any special reason we keep this small limitation? The only reason I can think of, is to prevent space from exhausting before inodes exhausts on MDT. But, still 32 is too small, can we enlarge or even remove the limitation?&lt;/p&gt;</description>
                <environment></environment>
        <key id="33314">LU-7473</key>
            <summary>Enlarge ACL entry limitation</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="yong.fan">nasf</assignee>
                                    <reporter username="lixi">Li Xi</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 Nov 2015 11:03:53 +0000</created>
                <updated>Wed, 27 Jan 2021 22:50:40 +0000</updated>
                            <resolved>Mon, 15 Jan 2018 17:43:31 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="134429" author="adilger" created="Tue, 24 Nov 2015 18:21:01 +0000"  >&lt;p&gt;The reason that there is a limit on the ACLs is that the client needs to preallocate the reply buffer to receive the ACL data from the server, so it cannot be unlimited.  The kernel limit in the past was also 32 entries, which the Lustre code also used.&lt;/p&gt;

&lt;p&gt;It seems it would be possible to increase the ACL limit to 64 (each entry is only 8 bytes). Since the ACL entries are sharing the same space as the LOV layout there is an upper limit on how much space the two of them can use, so this shouldn&apos;t make the replies too large.&lt;/p&gt;

&lt;p&gt;There will be some compatibility issues if this size is increased, if older and newer clients are mixed in the same cluster, and newer clients set a larger ACL that older clients cannot access. Besides this, I don&apos;t &lt;em&gt;think&lt;/em&gt; there will be any protocol compatibility issues, since the ACL buffer size is described in the request and the reply, and older servers should be able to handle the larger ACL from newer clients.&lt;/p&gt;

&lt;p&gt;Please ensure any patch for this is tested with both older and newer clients against older and newer servers.  It would also be useful to enhance the conf-sanity test_32 cases to include ACLs, if that is not already the case today.&lt;/p&gt;</comment>
                            <comment id="150172" author="gerrit" created="Tue, 26 Apr 2016 08:43:36 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19790&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19790&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7473&quot; title=&quot;Enlarge ACL entry limitation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7473&quot;&gt;&lt;del&gt;LU-7473&lt;/del&gt;&lt;/a&gt; acl: increase ACL entries limitation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3d33ba9e5d402c48bc8b76b9d4427b391ee85f65&lt;/p&gt;</comment>
                            <comment id="195936" author="gerrit" created="Tue, 16 May 2017 05:44:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/19790/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/19790/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7473&quot; title=&quot;Enlarge ACL entry limitation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7473&quot;&gt;&lt;del&gt;LU-7473&lt;/del&gt;&lt;/a&gt; acl: increase ACL entries limitation&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 64b2fad22a4eb4727315709e014d8f74c5a7f289&lt;/p&gt;</comment>
                            <comment id="195974" author="pjones" created="Tue, 16 May 2017 12:47:31 +0000"  >&lt;p&gt;Landed for 2,10&lt;/p&gt;</comment>
                            <comment id="202774" author="gerrit" created="Wed, 19 Jul 2017 16:11:48 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28116&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28116&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7473&quot; title=&quot;Enlarge ACL entry limitation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7473&quot;&gt;&lt;del&gt;LU-7473&lt;/del&gt;&lt;/a&gt; acl: prepare small buffer for ACL in RPC reply&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 971dbecce884acb07baccc175ea1e26336fff11c&lt;/p&gt;</comment>
                            <comment id="217960" author="adilger" created="Thu, 11 Jan 2018 08:41:03 +0000"  >&lt;p&gt;Reopen to track landing of last patch.&lt;/p&gt;</comment>
                            <comment id="218255" author="yong.fan" created="Mon, 15 Jan 2018 15:56:54 +0000"  >&lt;p&gt;The patch &lt;a href=&quot;https://review.whamcloud.com/28116&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28116&lt;/a&gt; will be landed via &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10513&quot; title=&quot;Prepare small buffer for ACL RPC reply&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10513&quot;&gt;&lt;del&gt;LU-10513&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="218262" author="adilger" created="Mon, 15 Jan 2018 17:42:47 +0000"  >&lt;p&gt;Reopen to remove 2.11 fix version. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="46127">LU-9514</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="50226">LU-10513</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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 29 Apr 2016 11:03:53 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxu5r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 24 Nov 2015 11:03:53 +0000</customfieldvalue>

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