<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:27:30 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-16494] Check fileset for operations by fid</title>
                <link>https://jira.whamcloud.com/browse/LU-16494</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Some operations by FID, such as &lt;tt&gt;lfs rmfid&lt;/tt&gt;, must be aware of subdirectory mount (fileset) so that they do not operate on files that are outside of the namespace currently mounted by the client.&lt;/p&gt;</description>
                <environment></environment>
        <key id="74108">LU-16494</key>
            <summary>Check fileset for operations by fid</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="sebastien">Sebastien Buisson</assignee>
                                    <reporter username="sebastien">Sebastien Buisson</reporter>
                        <labels>
                            <label>patch</label>
                            <label>sec</label>
                    </labels>
                <created>Thu, 19 Jan 2023 17:07:08 +0000</created>
                <updated>Tue, 25 Apr 2023 03:43:05 +0000</updated>
                            <resolved>Tue, 14 Feb 2023 13:31:27 +0000</resolved>
                                    <version>Lustre 2.16.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="359704" author="gerrit" created="Thu, 19 Jan 2023 17:20:41 +0000"  >&lt;p&gt;&quot;Sebastien Buisson &amp;lt;sbuisson@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49696&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49696&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16494&quot; title=&quot;Check fileset for operations by fid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16494&quot;&gt;&lt;del&gt;LU-16494&lt;/del&gt;&lt;/a&gt; fileset: check fileset for operations by fid&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 77bdcc905df478bc844444b4c5150f519bcab634&lt;/p&gt;</comment>
                            <comment id="359747" author="bzzz" created="Thu, 19 Jan 2023 20:41:43 +0000"  >&lt;p&gt;IMO, this kills the idea of a cheap way to remove files skipping full path traversal.&lt;/p&gt;</comment>
                            <comment id="359826" author="sebastien" created="Fri, 20 Jan 2023 07:21:44 +0000"  >&lt;p&gt;That is indeed a drawback of this new capability. But because of DNE, this fileset check cannot be done on server side, as the full path to the subdirectory used as client fileset can be &quot;spread&quot; across multiple MDTs. &lt;br/&gt;
Please note that in order to mitigate this drawback, the capability is disabled by default, and can be enabled per client mount point.&lt;/p&gt;</comment>
                            <comment id="359827" author="bzzz" created="Fri, 20 Jan 2023 07:34:30 +0000"  >&lt;p&gt;filesets aren&apos;t totally isolated, right? we can&apos;t really prevent, for example, hardlinks between filesets?&lt;/p&gt;</comment>
                            <comment id="359828" author="sebastien" created="Fri, 20 Jan 2023 07:50:53 +0000"  >&lt;p&gt;In a subdirectory mount, you can indeed have a file that has a hard link outside of the subdirectory mount. But I can see no problem with that. And if a file inside a subdirectory mount is a soft link to a file outside of the subdirectory mount, then the link cannot be followed.&lt;/p&gt;</comment>
                            <comment id="359829" author="bzzz" created="Fri, 20 Jan 2023 08:04:09 +0000"  >&lt;p&gt;I&apos;m not saying hardlinks is a problem, but I tend to think that given the filesets aren&apos;t totally isolated means that we probably don&apos;t need that check in rmfid.&lt;/p&gt;</comment>
                            <comment id="360650" author="gerrit" created="Fri, 27 Jan 2023 14:38:04 +0000"  >&lt;p&gt;&quot;Sebastien Buisson &amp;lt;sbuisson@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49802&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49802&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16494&quot; title=&quot;Check fileset for operations by fid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16494&quot;&gt;&lt;del&gt;LU-16494&lt;/del&gt;&lt;/a&gt; fileset: debug patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7bfac333e772f0c525c8c312152e2be5da179542&lt;/p&gt;</comment>
                            <comment id="360653" author="simmonsja" created="Fri, 27 Jan 2023 14:46:38 +0000"  >&lt;p&gt;Site which want isolation of data sets will not use filesets if they are not totally isolated.&lt;/p&gt;</comment>
                            <comment id="362672" author="gerrit" created="Tue, 14 Feb 2023 06:05:08 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49696/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49696/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16494&quot; title=&quot;Check fileset for operations by fid&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16494&quot;&gt;&lt;del&gt;LU-16494&lt;/del&gt;&lt;/a&gt; fileset: check fileset for operations by fid&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9a72c073d33b0454229402c0cc930dc4e796107b&lt;/p&gt;</comment>
                            <comment id="362730" author="pjones" created="Tue, 14 Feb 2023 13:31:27 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="39648">LU-8585</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|i03anb:</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>