[LU-3238] ASSERTION( (!(moving_req ? CFS_ALLOC_ATOMIC : CFS_ALLOC_IO != CFS_ALLOC_ATOMIC) Created: 28/Apr/13 Updated: 29/Apr/13 Resolved: 29/Apr/13 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.4.0 |
| Fix Version/s: | Lustre 2.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Minh Diep | Assignee: | Liang Zhen (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
server and client run lustre-master build 1441 https://maloo.whamcloud.com/test_sessions/749d166a-aefd-11e2-901b-52540035b04c |
||
| Issue Links: |
|
||||||||
| Severity: | 3 | ||||||||
| Rank (Obsolete): | 7953 | ||||||||
| Description |
|
LustreError: 9518:0:(nrs_orr.c:888:nrs_orr_res_get()) ASSERTION( (Unable to render embedded object: File ( CFS_ALLOC_IO != CFS_ALLOC_ATOMIC) ) not found.(((current_thread_info()->preempt_count) & ((((1UL << (10))-1) << ((0 + 8) + 8)) | (((1UL << (8))-1) << (0 + 8)) | (((1UL << (1))-1) << (((0 + 8) + 8) + 10))))))) ) failed: Pid: 9518, comm: ll_ost02_041 Not tainted 2.6.32-358.2.1.el6_lustre.g53d4286.x86_64 #1 To reproduce: #!/bin/bash count=1 while true; do echo "`date`====== run $count ======" for a in fifo crrn orr trr; do echo ================== for i in mds02 oss02 oss03; do echo "set nrs policy $a on $i" pdsh -w $i "/usr/sbin/lctl set_param *.*.*.nrs_policies=$a" sleep 5 echo ++++++++++++ echo "view nrs policies $a on $i" pdsh -w $i "/usr/sbin/lctl get_param *.*.*.nrs_policies" done done sleep 300 ((count=count+1)) done |
| Comments |
| Comment by Liang Zhen (Inactive) [ 28/Apr/13 ] |
|
patch is here: http://review.whamcloud.com/#change,6190 |
| Comment by Peter Jones [ 29/Apr/13 ] |
|
Landed for 2.4 |