<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:10:32 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-14526] SoM xattr not updated after mirror split</title>
                <link>https://jira.whamcloud.com/browse/LU-14526</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After mirror split, a file may have a &quot;STRICT&quot; size on MDT xattr which actually stale:&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;# rm -f f0
# dd if=/dev/zero of=f0 bs=1M count=100
100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 0.802629 s, 131 MB/s
# sync
# du --block-size=512 f0
204800  f0
#
# lfs mirror extend -N -c1 f0
# sync
# du --block-size=512 f0
395264  f0
#
# lfs mirror split --delete --mirror-id=1 f0
# sync
# du --block-size=512 f0
395264  f0
#
# # lfs getsom f0
file: f0 size: 104857600 blocks: 395264 flags: 1
# getfattr -n trusted.som --only-values f0 | hexdump -C
00000000  01 00 00 00 00 00 00 00  00 00 40 06 00 00 00 00  |..........@.....|
00000010  00 08 06 00 00 00 00 00                           |........|
00000018
#
# echo $((0x060800))
395264
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="63363">LU-14526</key>
            <summary>SoM xattr not updated after mirror split</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>bjhpflr</label>
                    </labels>
                <created>Tue, 16 Mar 2021 16:53:45 +0000</created>
                <updated>Thu, 9 Mar 2023 17:59:07 +0000</updated>
                            <resolved>Wed, 19 May 2021 18:38:33 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="295676" author="jhammond" created="Mon, 22 Mar 2021 15:45:49 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bobijam&quot; class=&quot;user-hover&quot; rel=&quot;bobijam&quot;&gt;bobijam&lt;/a&gt; could you look at this? Would it be possible for the lfs/llapi mirror operations to include the needed operations to get the SoM updated correctly?&lt;/p&gt;</comment>
                            <comment id="297213" author="gerrit" created="Tue, 30 Mar 2021 11:24:57 +0000"  >&lt;p&gt;Bobi Jam (bobijam@hotmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43168&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43168&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14526&quot; title=&quot;SoM xattr not updated after mirror split&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14526&quot;&gt;&lt;del&gt;LU-14526&lt;/del&gt;&lt;/a&gt; flr: mirror split downgrad SOM&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c68f6292a40090cdbdb1b101f159d6db01bea83e&lt;/p&gt;</comment>
                            <comment id="301950" author="gerrit" created="Wed, 19 May 2021 02:04:00 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43168/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43168/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14526&quot; title=&quot;SoM xattr not updated after mirror split&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14526&quot;&gt;&lt;del&gt;LU-14526&lt;/del&gt;&lt;/a&gt; flr: mirror split downgrade SOM&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a30750ad2cc5f10d9d1cc0e30199073091c06f2b&lt;/p&gt;</comment>
                            <comment id="302044" author="pjones" created="Wed, 19 May 2021 18:38:33 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10323">
                    <name>Gantt End to End</name>
                                                                <inwardlinks description="has to be finished together with">
                                        <issuelink>
            <issuekey id="63496">LU-14549</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="63271">LU-14508</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="64670">LU-14765</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|i01pkv:</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>