[LU-15877] sanity test_150b: fallocate failed, error Invalid argument Created: 20/May/22 Updated: 07/Jun/22 Resolved: 20/May/22 |
|
| Status: | Closed |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Maloo | Assignee: | WC Triage |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Severity: | 3 | ||||||||
| Rank (Obsolete): | 9223372036854775807 | ||||||||
| Description |
|
This issue was created by maloo for S Buisson <sbuisson@ddn.com> This issue relates to the following test suite run: https://testing.whamcloud.com/test_sets/3d7d4aaf-d22d-4a3f-b36e-aab942f0f5be test_150b failed with the following error: fallocate failed Test log shows: == sanity test 150b: Verify fallocate (prealloc) functionality ======================================= 08:29:28 (1653035368) keep default fallocate mode: 0 fallocate failed, error Invalid argument, mode 0, offset 62914560, len 4194304 sanity test_150b: @@@@@@ FAIL: fallocate failed Trace dump: = /usr/lib64/lustre/tests/test-framework.sh:6273:error() = /usr/lib64/lustre/tests/sanity.sh:13441:test_150b() = /usr/lib64/lustre/tests/test-framework.sh:6576:run_one() = /usr/lib64/lustre/tests/test-framework.sh:6623:run_one_logged() = /usr/lib64/lustre/tests/test-framework.sh:6465:run_test() = /usr/lib64/lustre/tests/sanity.sh:13443:main() VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV |
| Comments |
| Comment by John Hammond [ 20/May/22 ] |
00002000:00000001:1.0:1652923744.435252:0:439194:0:(ofd_dev.c:2010:ofd_fallocate_hdl()) Process leaving (rc=18446744073709551594 : -22 : ffffffffffffffea) static int ofd_fallocate_hdl(struct tgt_session_info *tsi) start = oa->o_size; end = oa->o_blocks; /* client should already limit len >= 0 */ if (start >= end) RETURN(-EINVAL); /* HERE */ Added by 79053592966 https://review.whamcloud.com/47098 |
| Comment by Gerrit Updater [ 20/May/22 ] |
|
"John L. Hammond <jhammond@whamcloud.com>" uploaded a new patch: https://review.whamcloud.com/47413 |
| Comment by John Hammond [ 20/May/22 ] |
|
Duplicate of ATM-2436. |