Hi,
I have installed the docker on my gitlab machine, which is a high end server.
HP ProLiant DL360 Gen9, 56 CPU cores(each Intel® Xeon® CPU E5-2697 v3 @ 2.60GHz), 256G Memory, 8 x 800G HDD.
OS: RHEL 6.5
Kernel: 2.6.32-504.el6.x86_64
Docker-engine: docker-engine-1.7.1-1.el6.x86_64
Device-Mapper: device-mapper-1.02.117-7.el6.x86_6.
After the docker installation with gitlab-runner container, server got rebooted many times. As analyzed the logs with vendor, kernel panic occurred due to docker processes which triggered the reboot forcefully.
crash> bt
PID: 5383 TASK: ffff882018a6eaa0 CPU: 14 COMMAND: “docker”
#0 [ffff882018a73b50] machine_kexec at ffffffff81038f3b
#1 [ffff882018a73bb0] crash_kexec at ffffffff810c5d92
#2 [ffff882018a73c80] oops_end at ffffffff8152b510
#3 [ffff882018a73cb0] die at ffffffff81010e0b
#4 [ffff882018a73ce0] do_general_protection at ffffffff8152b012
#5 [ffff882018a73d10] general_protection at ffffffff8152a7e5
[exception RIP: list_del+16]
RIP: ffffffff812943e0 RSP: ffff882018a73dc8 RFLAGS: 00010092
RAX: dead000000200200 RBX: ffff884017116b58 RCX: 0000000000000010
RDX: 0000000000000002 RSI: 0000000000000003 RDI: ffff884017116b58
RBP: ffff882018a73dd8 R8: 0000000000000010 R9: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: ffff884017116b40
R13: ffff88404eaa8318 R14: 0000000000000010 R15: 0000000000000000
ORIG_RAX: ffffffffffffffff CS: 0010 SS: 0018
#6 [ffff882018a73de0] cgroup_event_wake at ffffffff810c9fe2
#7 [ffff882018a73e10] __wake_up_common at ffffffff81054839
#8 [ffff882018a73e60] __wake_up at ffffffff81058d48
#9 [ffff882018a73ea0] eventfd_release at ffffffff811d4d2d
#10 [ffff882018a73ec0] __fput at ffffffff8118a725
#11 [ffff882018a73f10] fput at ffffffff8118a865
#12 [ffff882018a73f20] filp_close at ffffffff81185b8d
#13 [ffff882018a73f50] sys_close at ffffffff81185c65
#14 [ffff882018a73f80] tracesys at ffffffff8100b288 (via system_call)
RIP: 000000000060c374 RSP: 000000c20801c600 RFLAGS: 00000246
RAX: ffffffffffffffda RBX: ffffffff8100b288 RCX: ffffffffffffffff
RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000015
RBP: 0000000000000015 R8: 0000000000000000 R9: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000
R13: 0000000000000000 R14: 000000c20801200c R15: 0000000000000010
ORIG_RAX: 0000000000000003 CS: 0033 SS: 002b
Kernel panic in list_del() or list_add() with cgroup_event_wake() as the calling function
https://access.redhat.com/solutions/2088801
Please let me know, is this occurred by any compatibility problems between docker and machine ?
Also, if anyone faced the same problem and solved, please provide the procedures to fix.
Thanks and Regards,
Rajesh M