[LU-2626] lustre_rsync produces only "/.lustrerepl" folder structure Created: 16/Jan/13 Updated: 05/Aug/20 Resolved: 05/Aug/20 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.3.0, Lustre 2.4.0, Lustre 2.1.4 |
| Fix Version/s: | Lustre 2.5.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Iakov Pustilnik | Assignee: | WC Triage |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux 2.6.32-279.14.1.el6_lustre.x86_64 #1 SMP |
||
| Severity: | 3 |
| Rank (Obsolete): | 6146 |
| Description |
|
I have Lustre 2.1.4, RHEL 6.3 with two separate Lustre filesystems (mount points /array1 & /arra2). [root@n02 ~]# lfs df -h filesystem summary: 1.8T 467.6M 1.8T 0% /array1 UUID bytes Used Available Use% Mounted on filesystem summary: 1.8T 467.6M 1.8T 0% /array2 These are the commands: [root@n02 ~]# lctl --device lustre1-MDT0000 changelog_register [root@n02 ~]# lustre_rsync --source=/array1 --target=/array2 --mdt=lustre1-MDT0000 --user=cl1 --statuslog sync.log --verbose Next i put some data to /array1: [root@n02 ~]# cp rpmbuild/ /array1/ -r [root@n02 ~]# lustre_rsync --statuslog sync.log --verbose [root@n02 ~]# la /array1/ [root@n02 ~]# la /array2/ [root@n02 ~]# la /array2/.lustrerepl/ Second filesystem /array2 contains only /.lustrerepl folder structure, but not the original files. |
| Comments |
| Comment by Iakov Pustilnik [ 16/Jan/13 ] |
|
Tried with Lustre 2.3.0 - it's the same. Maybe i'm doing something wrong? Does anybody here has succeed with lustre_rsync at all? |
| Comment by Iakov Pustilnik [ 18/Jan/13 ] |
|
for me a bugfix for this error is quite urgent. i've downloaded and compiled master:HEAD from git, but i'm quite new to lustre. so if you could give me some directions where to start & what could be possible reason for this error - i can try fixin' it by myself... |
| Comment by Andreas Dilger [ 30/Jan/13 ] |
|
There is ongoing lustre-rsync testing for Lustre: 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. I'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. |