<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:53:34 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-12549] Lustre project PID 32-bit overflow</title>
                <link>https://jira.whamcloud.com/browse/LU-12549</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Project quota pid overflows somewhere between 4.2B and 4.3B without warning.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;lfs project -p 4210007132 /users/tervotom&lt;/li&gt;
	&lt;li&gt;lfs project -d /users/tervotom&lt;br/&gt;
4210007132 - /users/tervotom&lt;br/&gt;
lfs project -p 4310007132 /users/tervotom&lt;br/&gt;
lfs project -d /users/tervotom&lt;br/&gt;
15039836 - /users/tervotom&lt;/li&gt;
&lt;/ol&gt;
</description>
                <environment>lustre-client-2.10.7_ddn8-1.el7.x86_64, server is the latest Exascaler 2.10.7_ddn8&lt;br/&gt;
lustre-client-2.10.7_ddn8-1.el7.x86_64</environment>
        <key id="56408">LU-12549</key>
            <summary>Lustre project PID 32-bit overflow</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="1">Fixed</resolution>
                                        <assignee username="eaujames">Etienne Aujames</assignee>
                                    <reporter username="tomtervo">Tommi Tervo</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Mon, 15 Jul 2019 17:02:42 +0000</created>
                <updated>Sun, 8 Aug 2021 06:44:48 +0000</updated>
                            <resolved>Sat, 11 Jul 2020 16:02:57 +0000</resolved>
                                    <version>Lustre 2.10.7</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="251417" author="tomtervo" created="Mon, 15 Jul 2019 17:05:30 +0000"  >&lt;p&gt;(too tired, managed to put description to the env-field)&lt;/p&gt;

&lt;p&gt;Project quota pid overflows somewhere between 4.2M and 4.3M without warning.&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;lfs project -p 4210007132 /users/tervotom&lt;/li&gt;
	&lt;li&gt;lfs project -d /users/tervotom&lt;br/&gt;
4210007132 - /users/tervotom&lt;br/&gt;
 lfs project -p 4310007132 /users/tervotom&lt;br/&gt;
 lfs project -d /users/tervotom&lt;br/&gt;
15039836 - /users/tervotom&lt;/li&gt;
&lt;/ol&gt;
</comment>
                            <comment id="251452" author="adilger" created="Tue, 16 Jul 2019 06:50:57 +0000"  >&lt;p&gt;From your examples, the project ID is overflowing at 2^32-1 = 0xffffffff =4294967296, somewhat over 4B, not 4M:&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;$ printf &quot;%x\n&quot; 4210007132
faef9c5c
$ printf &quot;%x\n&quot; 4210007132
faef9c5c
$ printf &quot;%x\n&quot; 4310007132
100e57d5c
$ printf &quot;%d\n&quot; 0xe57d5c
15039836
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;so this is totally expected because the on-disk and network data structures only store a 32-bit value for projid.&lt;/p&gt;

&lt;p&gt;I guess the issue is that &quot;&lt;tt&gt;lfs project -p&lt;/tt&gt;&quot; should report an error when a user provides a project ID larger than 2^32-1.&lt;/p&gt;</comment>
                            <comment id="251482" author="tomtervo" created="Tue, 16 Jul 2019 16:44:01 +0000"  >&lt;p&gt;Error message would be preferable. This sounds like a &quot;junior job&quot;, does WC Jira have labels for those?&lt;/p&gt;</comment>
                            <comment id="251492" author="pjones" created="Tue, 16 Jul 2019 17:20:45 +0000"  >&lt;p&gt;Yup- the easy label &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>
                            <comment id="272862" author="gerrit" created="Mon, 15 Jun 2020 08:54:49 +0000"  >&lt;p&gt;Etienne AUJAMES (eaujames@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38938&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38938&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12549&quot; title=&quot;Lustre project PID 32-bit overflow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12549&quot;&gt;&lt;del&gt;LU-12549&lt;/del&gt;&lt;/a&gt; utils: Check range of project ID for &quot;lfs&quot; arguments&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1a152c82bee8d6e8098bbc8bee55be767efd5e4b&lt;/p&gt;</comment>
                            <comment id="272863" author="gerrit" created="Mon, 15 Jun 2020 08:54:50 +0000"  >&lt;p&gt;Etienne AUJAMES (eaujames@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38939&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38939&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12549&quot; title=&quot;Lustre project PID 32-bit overflow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12549&quot;&gt;&lt;del&gt;LU-12549&lt;/del&gt;&lt;/a&gt; utils: Uniformize 32bits check for lfs_find&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 19933aa3123895cb1237f87b624abc028e0c2cc6&lt;/p&gt;</comment>
                            <comment id="275004" author="gerrit" created="Fri, 10 Jul 2020 16:52:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38938/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38938/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12549&quot; title=&quot;Lustre project PID 32-bit overflow&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12549&quot;&gt;&lt;del&gt;LU-12549&lt;/del&gt;&lt;/a&gt; utils: Check range of quota ID for &quot;lfs&quot; arguments&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3d9900e78e180a211c50ea1030fa147c5a330f22&lt;/p&gt;</comment>
                            <comment id="275176" author="pjones" created="Sat, 11 Jul 2020 16:02:57 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="60222">LU-13845</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|i00jnz:</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_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>