[LU-4203] Test failure sanity test_133d: crossdir_rename_size error Created: 04/Nov/13 Updated: 05/Feb/16 Resolved: 05/Feb/16 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.6.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Maloo | Assignee: | Jinshan Xiong (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | zfs | ||
| Issue Links: |
|
||||||||
| Severity: | 3 | ||||||||
| Rank (Obsolete): | 11422 | ||||||||
| Description |
|
This issue was created by maloo for Nathaniel Clark <nathaniel.l.clark@intel.com> This issue relates to the following test suite run: The sub-test test_133d failed with the following error:
Info required for matching: sanity 133d |
| Comments |
| Comment by Andreas Dilger [ 27/Nov/13 ] |
|
I suspect something strange with the /proc output when running on ZFS. |
| Comment by Andreas Dilger [ 08/Dec/14 ] |
|
In more recent test failures I've seen in the test output that the directory size as reported to "stat" does not match the size reported via the rename_stats file: mdt.lustre-MDT0000.rename_stats=clear
source rename dir size: 512
target rename dir size: 16K
CMD: shadow-21vm4 /usr/sbin/lctl get_param mdt.*.rename_stats
mdt.lustre-MDT0000.rename_stats=
rename_stats:
- snapshot_time: 1417878009.516837
- crossdir_src
512bytes: { sample: 1, pct: 100, cum_pct: 100 }
- crossdir_tgt
512bytes: { sample: 1, pct: 100, cum_pct: 100 }
CMD: shadow-21vm4 /usr/sbin/lctl get_param mdt.*.rename_stats
CMD: shadow-21vm4 /usr/sbin/lctl get_param mdt.*.rename_stats
CMD: shadow-21vm4 /usr/sbin/lctl get_param mdt.*.rename_stats
sanity test_133d: @@@@@@ FAIL: crossdir_rename_size error
and mdt.lustre-MDT0000.rename_stats=clear
source rename dir size: 64K
target rename dir size: 16K
CMD: shadow-15vm8 /usr/sbin/lctl get_param mdt.*.rename_stats
mdt.lustre-MDT0000.rename_stats=
rename_stats:
- snapshot_time: 1417662080.951886
- crossdir_src
32KB: { sample: 1, pct: 100, cum_pct: 100 }
- crossdir_tgt
512bytes: { sample: 1, pct: 100, cum_pct: 100 }
CMD: shadow-15vm8 /usr/sbin/lctl get_param mdt.*.rename_stats
CMD: shadow-15vm8 /usr/sbin/lctl get_param mdt.*.rename_stats
CMD: shadow-15vm8 /usr/sbin/lctl get_param mdt.*.rename_stats
sanity test_133d: @@@@@@ FAIL: crossdir_rename_size error
This is probably related to some internal implementation details of osd-zfs. or how it interacts with the mdt rename stats code. While it would generate somewhat confusing stats and causes testing failures, it doesn't appear to be a defect that would affect actual usage. |
| Comment by James Nunez (Inactive) [ 04/Jun/15 ] |
|
This test has failed abut five times in the past month on master: |
| Comment by Bob Glossman (Inactive) [ 07/Aug/15 ] |
|
another on master: (zfs) |
| Comment by James Nunez (Inactive) [ 16/Sep/15 ] |
|
Another instance on review-zfs for master: |
| Comment by Bob Glossman (Inactive) [ 11/Nov/15 ] |
|
another on master in review-zfs-part-1: |
| Comment by Andreas Dilger [ 05/Feb/16 ] |
|
Closing this as a duplicate of |