<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:26:48 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-2626] lustre_rsync produces only &quot;/.lustrerepl&quot; folder structure</title>
                <link>https://jira.whamcloud.com/browse/LU-2626</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I have Lustre 2.1.4, RHEL 6.3 with two separate Lustre filesystems (mount points /array1 &amp;amp; /arra2).&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# lfs df -h&lt;br/&gt;
UUID                       bytes        Used   Available Use% Mounted on&lt;br/&gt;
lustre1-MDT0000_UUID       69.1G      460.6M       68.7G   1% /array1&lt;span class=&quot;error&quot;&gt;&amp;#91;MDT:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
lustre1-OST0000_UUID        1.8T      467.6M        1.8T   0% /array1&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:0&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;filesystem summary:         1.8T      467.6M        1.8T   0% /array1&lt;/p&gt;

&lt;p&gt;UUID                       bytes        Used   Available Use% Mounted on&lt;br/&gt;
lustre2-MDT0000_UUID       69.1G      460.5M       68.7G   1% /array2&lt;span class=&quot;error&quot;&gt;&amp;#91;MDT:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
lustre2-OST0000_UUID        1.8T      467.6M        1.8T   0% /array2&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:0&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;filesystem summary:         1.8T      467.6M        1.8T   0% /array2&lt;/p&gt;


&lt;p&gt;These are the commands:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# lctl --device lustre1-MDT0000 changelog_register&lt;br/&gt;
lustre1-MDT0000: Registered changelog userid &apos;cl1&apos;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# lustre_rsync --source=/array1 --target=/array2 --mdt=lustre1-MDT0000 --user=cl1 --statuslog sync.log --verbose&lt;br/&gt;
Lustre filesystem: lustre1&lt;br/&gt;
MDT device: lustre1-MDT0000&lt;br/&gt;
Source: /array1&lt;br/&gt;
Target: /array2&lt;br/&gt;
Statuslog: sync.log&lt;br/&gt;
Changelog registration: cl1&lt;br/&gt;
Starting changelog record: 0&lt;br/&gt;
Errors: 0&lt;br/&gt;
lustre_rsync took 0 seconds&lt;br/&gt;
Changelog records consumed: 1&lt;/p&gt;


&lt;p&gt;Next i put some data to /array1:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# cp rpmbuild/ /array1/ -r&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# lustre_rsync --statuslog sync.log --verbose&lt;br/&gt;
Lustre filesystem: lustre1&lt;br/&gt;
MDT device: lustre1-MDT0000&lt;br/&gt;
Source: /array1&lt;br/&gt;
Target: /array2&lt;br/&gt;
Statuslog: sync.log&lt;br/&gt;
Changelog registration: cl1&lt;br/&gt;
Starting changelog record: 2&lt;br/&gt;
Errors: 0&lt;br/&gt;
lustre_rsync took 1 seconds&lt;br/&gt;
Changelog records consumed: 8&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# la /array1/&lt;br/&gt;
total 1048600&lt;br/&gt;
drwxr-xr-x   4 root root       4096 Jan 16 17:33 .&lt;br/&gt;
dr-xr-xr-x. 28 root root       4096 Jan 16 15:53 ..&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-   1 root root 1073741824 Jan 16 17:29 1G&lt;br/&gt;
drwxr-xr-x   2 root root       4096 Jan 16 17:26 .lustre&lt;br/&gt;
drwxr-xr-x   4 root root       4096 Jan 16 17:33 rpmbuild&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# la /array2/&lt;br/&gt;
total 1048600&lt;br/&gt;
drwxr-xr-x   4 root root       4096 Jan 16 17:32 .&lt;br/&gt;
dr-xr-xr-x. 28 root root       4096 Jan 16 15:53 ..&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-   1 root root 1073741824 Jan 16 17:29 1G&lt;br/&gt;
drwxr-xr-x   2 root root       4096 Jan 16 17:26 .lustre&lt;br/&gt;
drwxr-xr-x   5 root root       4096 Jan 16 17:33 .lustrerepl&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@n02 ~&amp;#93;&lt;/span&gt;# la /array2/.lustrerepl/&lt;br/&gt;
total 212&lt;br/&gt;
drwxr-xr-x 5 root root   4096 Jan 16 17:33 .&lt;br/&gt;
drwxr-xr-x 4 root root   4096 Jan 16 17:32 ..&lt;br/&gt;
drwxr-xr-x 2 root root   4096 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x2:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
drwxr-xr-x 2 root root   4096 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x3:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root     74 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x4:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root 182554 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x5:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root     49 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x6:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
drwxr-xr-x 2 root root   4096 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x7:0x0&amp;#93;&lt;/span&gt;&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;- 1 root root   1276 Jan 16 17:33 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x200000400:0x8:0x0&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Second filesystem /array2 contains only /.lustrerepl folder structure, but not the original files.&lt;/p&gt;</description>
                <environment>Linux 2.6.32-279.14.1.el6_lustre.x86_64 #1 SMP</environment>
        <key id="17191">LU-2626</key>
            <summary>lustre_rsync produces only &quot;/.lustrerepl&quot; folder structure</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="wc-triage">WC Triage</assignee>
                                    <reporter username="yapus">Iakov Pustilnik</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Jan 2013 09:42:19 +0000</created>
                <updated>Wed, 5 Aug 2020 21:56:41 +0000</updated>
                            <resolved>Wed, 5 Aug 2020 21:56:41 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.4</version>
                                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="50546" author="yapus" created="Wed, 16 Jan 2013 11:15:52 +0000"  >&lt;p&gt;Tried with Lustre 2.3.0 - it&apos;s the same.&lt;/p&gt;

&lt;p&gt;Maybe i&apos;m doing something wrong? Does anybody here has succeed with lustre_rsync at all?&lt;/p&gt;</comment>
                            <comment id="50783" author="yapus" created="Fri, 18 Jan 2013 06:35:05 +0000"  >&lt;p&gt;for me a bugfix for this error is quite urgent.&lt;/p&gt;

&lt;p&gt;i&apos;ve downloaded and compiled master:HEAD from git, but i&apos;m quite new to lustre. so if you could give me some directions where to start &amp;amp; what could be possible reason for this error - i can try fixin&apos; it by myself...&lt;/p&gt;</comment>
                            <comment id="51476" author="adilger" created="Wed, 30 Jan 2013 15:53:52 +0000"  >&lt;p&gt;There is ongoing lustre-rsync testing for Lustre:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/query?utf8=%E2%9C%93&amp;amp;test_set[test_set_script_id]=a980fbe8-51b8-11e0-bb3d-52540025f9af&amp;amp;test_set[status]=&amp;amp;test_set[query_bugs]=&amp;amp;test_session[test_host]=&amp;amp;test_session[test_group]=full&amp;amp;test_session[user_id]=&amp;amp;test_session[query_date]=&amp;amp;test_session[query_recent_period]=2419200&amp;amp;test_node[os_type_id]=&amp;amp;test_node[distribution_type_id]=&amp;amp;test_node[architecture_type_id]=&amp;amp;test_node[file_system_type_id]=&amp;amp;test_node[lustre_branch_id]=&amp;amp;test_node_network[network_type_id]=&amp;amp;commit=Update+results&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/query?utf8=%E2%9C%93&amp;amp;test_set[test_set_script_id]=a980fbe8-51b8-11e0-bb3d-52540025f9af&amp;amp;test_set[status]=&amp;amp;test_set[query_bugs]=&amp;amp;test_session[test_host]=&amp;amp;test_session[test_group]=full&amp;amp;test_session[user_id]=&amp;amp;test_session[query_date]=&amp;amp;test_session[query_recent_period]=2419200&amp;amp;test_node[os_type_id]=&amp;amp;test_node[distribution_type_id]=&amp;amp;test_node[architecture_type_id]=&amp;amp;test_node[file_system_type_id]=&amp;amp;test_node[lustre_branch_id]=&amp;amp;test_node_network[network_type_id]=&amp;amp;commit=Update+results&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;though these tests are only run once per day, and not on every patch that is landed.  There does appear to be a problem with interoperability testing with the current development branch and older releases, but this will be addressed before the final 2.4 release is made.&lt;/p&gt;

&lt;p&gt;I&apos;ve submitted a patch to enable all of the current lustre-rsync tests to run for every patch, which will not fix your specific problem, but at least will ensure that we get better testing coverage of this feature.&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/5214&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5214&lt;/a&gt;&lt;/p&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|hzvffr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6146</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>