forked from verygreen/lustretester
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole_errors_lookup.json
More file actions
18 lines (18 loc) · 1.36 KB
/
Copy pathconsole_errors_lookup.json
File metadata and controls
18 lines (18 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
{"error":"obdclass_exit()) obd_memory max:", "message":"Memory Leaks Detected"},
{"error":"libcfs_exit()) Portals memory leaked:", "message":"Portals Memory Leaks Detected"},
{"error":"BUG: sleeping function called from invalid context at", "message":"sleeping in atomic"},
{"error":"BUG: scheduling while atomic", "message":"scheduling in atomic"},
{"error":"BUG: spinlock ", "message":"Spinlock badness"},
{"error":"BUG: rwlock ", "message":"RWlock badness"},
{"error":"is waiting for obd_unlinked_exports more than 256 seconds. The obd refcount","message":"OBD stuck on fini", "fatal":true},
{"error":"Kdump: Executing default action kdump_emergency_shell","message":"kdump failure", "fatal":true},
{"error":"rcu_sched detected stalls on CPUs/tasks","message":"RCU stall"},
{"error":" at lib/list_debug.c","message":"Linked list warning message"},
{"error":" at lib/kobject.c","message":"kobject warning message"},
{"error":"sysfs: cannot create duplicate filename ","message":"Creation of duplicate sysfs name"},
{"error":"do not call blocking ops when !TASK_RUNNING","message":"Blocking in !RUNNING state"},
{"error":"WARNING: possible circular locking dependency detected","message":"Circular lock dependency"},
{"error":"Bad or missing usercopy whitelist?","message":"Bad usercopy"},
{"error":"VFS: Busy inodes after unmount of ","message":"Busy inodes on umount"}
]