<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:51:40 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-12334] Print error message when &quot;lfs mirror verify&quot; finds different checksums</title>
                <link>https://jira.whamcloud.com/browse/LU-12334</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When two replica has different data, &apos;lfs mirror verify&apos; will exit with errno 22, but won&apos;t print any error message:&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;[root@server17-el7-vm2 ~]# lfs mirror verify /mnt/global/mirror 
[root@server17-el7-vm2 ~]# echo $?
22
[root@server17-el7-vm2 ~]# lfs mirror verify /mnt/global/mirror -v
CRC-32 checksum value for chunk [0, 0xffffffffffffffff):
Mirror 1:       0xcb49e137
Mirror 2:       0x96c2baec
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is confusing, since people would expect the file doesn&apos;t have problem.&lt;/p&gt;</description>
                <environment></environment>
        <key id="55740">LU-12334</key>
            <summary>Print error message when &quot;lfs mirror verify&quot; finds different checksums</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="lixi_wc">Li Xi</assignee>
                                    <reporter username="lixi_wc">Li Xi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 May 2019 02:11:14 +0000</created>
                <updated>Tue, 24 Nov 2020 01:36:33 +0000</updated>
                            <resolved>Tue, 24 Nov 2020 01:36:33 +0000</resolved>
                                    <version>Lustre 2.12.1</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="247614" author="lixi_wc" created="Fri, 24 May 2019 02:25:18 +0000"  >&lt;p&gt;This has been fixed in &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10258&quot; title=&quot;lfs mirror command to read/write specific mirror copy&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10258&quot;&gt;&lt;del&gt;LU-10258&lt;/del&gt;&lt;/a&gt; lfs: lfs mirror copy command&quot;, but the fix is not in 2.12.2.&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;		/* compare CRC-32 checksum values */
		for (i = 1; i &amp;lt; chunk-&amp;gt;mirror_count; i++) {
			if (crc_array[i] != crc_array[0]) {
				rc = -EINVAL;
				if (!verbose)
					goto error;

				fprintf(stderr,
					&quot;%s: chunk &quot;DEXT&quot; has different checksum value on mirror %u and mirror %u.\n&quot;,
					progname, PEXT(&amp;amp;chunk-&amp;gt;chunk),
					chunk-&amp;gt;mirror_id[0],
					chunk-&amp;gt;mirror_id[i]);
			}
		}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <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|i00gwn:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>