following installation of SSD in restbase200[1-6] we'll need to expand the underlying raid0
Description
Related Objects
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | • mobrovac | T112648 enable restbase syslog/file logging | |||
Resolved | fgiunchedi | T113714 Separate /var on restbase | |||
Resolved | fgiunchedi | T121575 Expand SSD space in Cassandra cluster | |||
Resolved | fgiunchedi | T127951 expand raid0 in restbase200[1-6] |
- Mentioned Here
- P2664 Masterwork From Distant Lands
Event Timeline
today I've expanded raid0 on restbase2001 with
sfdisk -d /dev/sda | sfdisk /dev/sde mdadm /dev/md0 --add /dev/sde1 mdadm /dev/md1 --add /dev/sde2 mdadm --grow /dev/md2 --raid-devices=5 --add /dev/sde3
the growing failed with kernel errors below
1 | Feb 23 06:25:03 restbase2001 kernel: [1665590.317478] Process accounting resumed |
---|---|
2 | Feb 24 06:25:03 restbase2001 kernel: [1751958.631207] Process accounting resumed |
3 | Feb 24 10:51:05 restbase2001 kernel: [1767914.751790] sde: unknown partition table |
4 | Feb 24 10:51:05 restbase2001 kernel: [1767914.961748] sde: sde1 sde2 sde3 |
5 | Feb 24 10:51:05 restbase2001 kernel: [1767914.976456] sde: sde1 sde2 sde3 |
6 | Feb 24 10:51:37 restbase2001 kernel: [1767946.821803] md: bind<sde2> |
7 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826794] RAID1 conf printout: |
8 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826799] --- wd:4 rd:4 |
9 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826803] disk 0, wo:0, o:1, dev:sda2 |
10 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826806] disk 1, wo:0, o:1, dev:sdb2 |
11 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826808] disk 2, wo:0, o:1, dev:sdc2 |
12 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826810] disk 3, wo:0, o:1, dev:sdd2 |
13 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826873] md: resync of RAID array md1 |
14 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826878] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. |
15 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826880] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync. |
16 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826900] md: using 128k window, over a total of 976320k. |
17 | Feb 24 10:51:37 restbase2001 kernel: [1767946.826902] md: resuming resync of md1 from checkpoint. |
18 | Feb 24 10:51:50 restbase2001 kernel: [1767959.181867] md: bind<sde1> |
19 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191652] RAID1 conf printout: |
20 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191655] --- wd:4 rd:4 |
21 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191658] disk 0, wo:0, o:1, dev:sda1 |
22 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191659] disk 1, wo:0, o:1, dev:sdb1 |
23 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191661] disk 2, wo:0, o:1, dev:sdc1 |
24 | Feb 24 10:51:50 restbase2001 kernel: [1767959.191662] disk 3, wo:0, o:1, dev:sdd1 |
25 | Feb 24 10:52:27 restbase2001 kernel: [1767996.012311] raid6: sse2x1 7166 MB/s |
26 | Feb 24 10:52:27 restbase2001 kernel: [1767996.080288] raid6: sse2x2 8484 MB/s |
27 | Feb 24 10:52:27 restbase2001 kernel: [1767996.148267] raid6: sse2x4 10590 MB/s |
28 | Feb 24 10:52:27 restbase2001 kernel: [1767996.216234] raid6: avx2x1 13863 MB/s |
29 | Feb 24 10:52:27 restbase2001 kernel: [1767996.284207] raid6: avx2x2 16276 MB/s |
30 | Feb 24 10:52:27 restbase2001 kernel: [1767996.352180] raid6: avx2x4 18592 MB/s |
31 | Feb 24 10:52:27 restbase2001 kernel: [1767996.352182] raid6: using algorithm avx2x4 (18592 MB/s) |
32 | Feb 24 10:52:27 restbase2001 kernel: [1767996.352183] raid6: using avx2x2 recovery algorithm |
33 | Feb 24 10:52:27 restbase2001 kernel: [1767996.356182] async_tx: api initialized (async) |
34 | Feb 24 10:52:27 restbase2001 kernel: [1767996.357622] xor: automatically using best checksumming function: |
35 | Feb 24 10:52:27 restbase2001 kernel: [1767996.396165] avx : 20830.000 MB/sec |
36 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406302] md: raid6 personality registered for level 6 |
37 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406304] md: raid5 personality registered for level 5 |
38 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406305] md: raid4 personality registered for level 4 |
39 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406572] md/raid:md2: device sdd3 operational as raid disk 3 |
40 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406574] md/raid:md2: device sdc3 operational as raid disk 2 |
41 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406576] md/raid:md2: device sdb3 operational as raid disk 1 |
42 | Feb 24 10:52:27 restbase2001 kernel: [1767996.406577] md/raid:md2: device sda3 operational as raid disk 0 |
43 | Feb 24 10:52:27 restbase2001 kernel: [1767996.407166] md/raid:md2: allocated 0kB |
44 | Feb 24 10:52:27 restbase2001 kernel: [1767996.420390] md/raid:md2: raid level 4 active with 4 out of 5 devices, algorithm 5 |
45 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444936] general protection fault: 0000 [#1] SMP |
46 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444958] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
47 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444968] CPU: 27 PID: 28716 Comm: java Not tainted 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
48 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444968] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
49 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444969] task: ffff88006293ebe0 ti: ffff880062bc8000 task.ti: ffff880062bc8000 |
50 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444974] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
51 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444975] RSP: 0018:ffff880062bcbb30 EFLAGS: 00010206 |
52 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444975] RAX: 0020002000200020 RBX: 0000000000080000 RCX: ffffffff856f29f8 |
53 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444976] RDX: 00000000002238e4 RSI: 0000000000000000 RDI: ffff8801009ac800 |
54 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444976] RBP: 0000000088e39000 R08: ffff880062bcbb40 R09: 0000000000000000 |
55 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444977] R10: 0000000000000000 R11: 00000000002238e4 R12: ffff881038dde000 |
56 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444977] R13: ffff8810985be000 R14: ffff880062bcbbb8 R15: ffff880100cbe008 |
57 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444978] FS: 00007f8e8762d700(0000) GS:ffff88207fd60000(0000) knlGS:0000000000000000 |
58 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444978] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
59 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444979] CR2: 00007f8e876176c8 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
60 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444979] Stack: |
61 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444980] ffffffffa005e3e1 ffff881000000010 0000000000000000 ffff881a360e30c8 |
62 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444981] 0000000000100000 ffff8810985be000 ffff8810349cf008 ffff8810349cf008 |
63 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444982] 0000000000000000 ffff881511a8b8b0 ffffffffa022680b ffff880062bcbbb8 |
64 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444982] Call Trace: |
65 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444986] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
66 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444991] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
67 | Feb 24 10:52:27 restbase2001 kernel: [1767996.444994] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
68 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445000] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
69 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445006] [<ffffffffa0196851>] ? ext4_bio_write_page+0x1c1/0x350 [ext4] |
70 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445009] [<ffffffff81187e20>] ? SyS_msync+0x260/0x260 |
71 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445013] [<ffffffffa018dd25>] ? mpage_submit_page+0x55/0x80 [ext4] |
72 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445017] [<ffffffffa018df9b>] ? mpage_map_and_submit_buffers+0x12b/0x220 [ext4] |
73 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445021] [<ffffffffa0192dbc>] ? ext4_writepages+0x63c/0xc90 [ext4] |
74 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445024] [<ffffffff81150b91>] ? __filemap_fdatawrite_range+0x51/0x60 |
75 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445025] [<ffffffff81150c99>] ? filemap_write_and_wait_range+0x29/0x60 |
76 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445029] [<ffffffffa018a82e>] ? ext4_sync_file+0xee/0x310 [ext4] |
77 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445032] [<ffffffff811ef26b>] ? do_fsync+0x4b/0x70 |
78 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445033] [<ffffffff811ef500>] ? SyS_fsync+0x10/0x20 |
79 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445036] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
80 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445044] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
81 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445046] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
82 | Feb 24 10:52:27 restbase2001 kernel: [1767996.445046] RSP <ffff880062bcbb30> |
83 | Feb 24 10:52:27 restbase2001 kernel: [1767996.446054] ---[ end trace e4315b19909c6601 ]--- |
84 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542639] general protection fault: 0000 [#2] SMP |
85 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542678] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
86 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542695] CPU: 3 PID: 28713 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
87 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542697] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
88 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542699] task: ffff88108b6b6c60 ti: ffff881b68a00000 task.ti: ffff881b68a00000 |
89 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542707] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
90 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542709] RSP: 0018:ffff881b68a03ae0 EFLAGS: 00010202 |
91 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542710] RAX: 0020002000200020 RBX: 0000000000062000 RCX: ffffffff856f29f8 |
92 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542711] RDX: 00000000002238ad RSI: 00000000000000f0 RDI: ffff8801009ac800 |
93 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542712] RBP: 0000000088e2b4f0 R08: ffff881b68a03af0 R09: 00000000000000f0 |
94 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542713] R10: 0000000000000000 R11: 00000000002238ad R12: ffff881038dde000 |
95 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542714] R13: ffff8809682c0000 R14: ffff881b68a03b68 R15: ffff880100cbe008 |
96 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542716] FS: 00007f8ee477d700(0000) GS:ffff88103fc60000(0000) knlGS:0000000000000000 |
97 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542717] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
98 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542718] CR2: 00007f8e3dc78d6c CR3: 0000001035ef6000 CR4: 00000000001407e0 |
99 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542719] Stack: |
100 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542721] ffffffffa005e3e1 0000000000000010 00000000000000f0 ffff881b68a03b98 |
101 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542723] 0000000000100000 ffff8809682c0000 ffff8810349cf008 ffff8810349cf008 |
102 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542724] 0000000000000000 ffff8809bcff1a50 ffffffffa022680b ffff881b68a03b68 |
103 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542725] Call Trace: |
104 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542733] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
105 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542743] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
106 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542750] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
107 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542758] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
108 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542772] [<ffffffffa0196851>] ? ext4_bio_write_page+0x1c1/0x350 [ext4] |
109 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542782] [<ffffffff811f1187>] ? __set_page_dirty_buffers+0x27/0xc0 |
110 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542790] [<ffffffffa018dd25>] ? mpage_submit_page+0x55/0x80 [ext4] |
111 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542798] [<ffffffffa018de60>] ? mpage_process_page_bufs+0x110/0x120 [ext4] |
112 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542806] [<ffffffffa018eb78>] ? mpage_prepare_extent_to_map+0x1b8/0x280 [ext4] |
113 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542815] [<ffffffffa0192af4>] ? ext4_writepages+0x374/0xc90 [ext4] |
114 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542820] [<ffffffff81150b91>] ? __filemap_fdatawrite_range+0x51/0x60 |
115 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542822] [<ffffffff81150c99>] ? filemap_write_and_wait_range+0x29/0x60 |
116 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542831] [<ffffffffa018a82e>] ? ext4_sync_file+0xee/0x310 [ext4] |
117 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542835] [<ffffffff81187dbe>] ? SyS_msync+0x1fe/0x260 |
118 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542842] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
119 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542860] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
120 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542865] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
121 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542865] RSP <ffff881b68a03ae0> |
122 | Feb 24 10:52:28 restbase2001 kernel: [1767997.542868] ---[ end trace e4315b19909c6602 ]--- |
123 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366278] general protection fault: 0000 [#3] SMP |
124 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366320] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
125 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366339] CPU: 3 PID: 905 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
126 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366340] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
127 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366342] task: ffff881036d40390 ti: ffff880badfc8000 task.ti: ffff880badfc8000 |
128 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366352] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
129 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366353] RSP: 0018:ffff880badfcba20 EFLAGS: 00010206 |
130 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366354] RAX: 0020002000200020 RBX: 0000000000042000 RCX: ffffffff856f29f8 |
131 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366355] RDX: 0000000000108aff RSI: 00000000000001f0 RDI: ffff8801009ac800 |
132 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366357] RBP: 00000000422bfdf0 R08: ffff880badfcba30 R09: 00000000000001f0 |
133 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366358] R10: 0000000000000000 R11: 0000000000108aff R12: ffff881038dde000 |
134 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366359] R13: ffff880ac1b30800 R14: ffff880badfcbaa8 R15: ffff880100cbe008 |
135 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366360] FS: 00007fd88a1e8700(0000) GS:ffff88103fc60000(0000) knlGS:0000000000000000 |
136 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366362] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
137 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366363] CR2: 00007f8dc6648000 CR3: 0000000af7435000 CR4: 00000000001407e0 |
138 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366364] Stack: |
139 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366366] ffffffffa005e3e1 ffff881039311740 00000000000001f0 0000000000000012 |
140 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366368] 0000000000100000 ffff880ac1b30800 ffff8810349cf008 ffff8810349cf008 |
141 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366369] ffff880badfcbbf0 0000000000000001 ffffffffa022680b ffff880badfcbaa8 |
142 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366370] Call Trace: |
143 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366379] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
144 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366390] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
145 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366398] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
146 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366406] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
147 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366412] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
148 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366417] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
149 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366431] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
150 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366434] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
151 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366443] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
152 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366448] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
153 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366452] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
154 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366457] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
155 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366460] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
156 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366463] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
157 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366468] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
158 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366471] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
159 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366474] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
160 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366480] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
161 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366499] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
162 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366504] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
163 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366504] RSP <ffff880badfcba20> |
164 | Feb 24 10:52:29 restbase2001 kernel: [1767998.366507] ---[ end trace e4315b19909c6603 ]--- |
165 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402469] general protection fault: 0000 [#4] SMP |
166 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402494] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
167 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402506] CPU: 6 PID: 906 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
168 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402507] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
169 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402508] task: ffff880cd890e010 ti: ffff880414418000 task.ti: ffff880414418000 |
170 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402514] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
171 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402515] RSP: 0018:ffff88041441ba20 EFLAGS: 00010202 |
172 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402516] RAX: 0020002000200020 RBX: 000000000000e000 RCX: ffffffff856f29f8 |
173 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402517] RDX: 000000000056edfe RSI: 0000000000000390 RDI: ffff8801009ac800 |
174 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402518] RBP: 000000015bb7fb90 R08: ffff88041441ba30 R09: 0000000000000390 |
175 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402519] R10: 0000000000000000 R11: 000000000056edfe R12: ffff881038dde000 |
176 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402520] R13: ffff8803f6d7e000 R14: ffff88041441baa8 R15: ffff880100cbe008 |
177 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402521] FS: 00007fd88a1a7700(0000) GS:ffff88103fcc0000(0000) knlGS:0000000000000000 |
178 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402522] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
179 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402523] CR2: 00007fd80808f000 CR3: 0000000af7435000 CR4: 00000000001407e0 |
180 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402524] Stack: |
181 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402526] ffffffffa005e3e1 ffff881039311740 0000000000000390 0000000000000018 |
182 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402527] 0000000000100000 ffff8803f6d7e000 ffff8810349cf008 ffff8810349cf008 |
183 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402528] ffff88041441bbf0 0000000000000001 ffffffffa022680b ffff88041441baa8 |
184 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402529] Call Trace: |
185 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402535] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
186 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402544] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
187 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402550] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
188 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402554] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
189 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402558] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
190 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402562] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
191 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402572] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
192 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402574] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
193 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402582] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
194 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402585] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
195 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402590] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
196 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402594] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
197 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402597] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
198 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402599] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
199 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402602] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
200 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402605] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
201 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402608] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
202 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402611] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
203 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402627] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
204 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402630] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
205 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402631] RSP <ffff88041441ba20> |
206 | Feb 24 10:52:29 restbase2001 kernel: [1767998.402633] ---[ end trace e4315b19909c6604 ]--- |
207 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914314] general protection fault: 0000 [#5] SMP |
208 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914356] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
209 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914375] CPU: 6 PID: 907 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
210 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914376] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
211 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914378] task: ffff880cd890f230 ti: ffff8806f2060000 task.ti: ffff8806f2060000 |
212 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914388] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
213 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914389] RSP: 0000:ffff8806f2063940 EFLAGS: 00010202 |
214 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914391] RAX: 0020002000200020 RBX: 0000000000015000 RCX: ffffffff856f29f8 |
215 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914392] RDX: 000000000056b18a RSI: 0000000000000358 RDI: ffff8801009ac800 |
216 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914393] RBP: 000000015ac62b58 R08: ffff8806f2063950 R09: 0000000000000358 |
217 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914394] R10: 0000000000000000 R11: 000000000056b18a R12: ffff881038dde000 |
218 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914395] R13: ffff8808a3b9a000 R14: ffff8806f20639c8 R15: ffff880100cbe008 |
219 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914397] FS: 00007fd88a166700(0000) GS:ffff88103fcc0000(0000) knlGS:0000000000000000 |
220 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914398] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
221 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914399] CR2: 00007fd7e2c44430 CR3: 0000000af7435000 CR4: 00000000001407e0 |
222 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914400] Stack: |
223 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914402] ffffffffa005e3e1 ffff88103fcdc128 0000000000000358 0000000000000246 |
224 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914404] 0000000000100000 ffff8808a3b9a000 ffff8810349cf008 ffff8810349cf008 |
225 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914406] ffff8806f2063b10 0000000000000001 ffffffffa022680b ffff8806f20639c8 |
226 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914406] Call Trace: |
227 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914415] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
228 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914426] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
229 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914434] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
230 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914442] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
231 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914447] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
232 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914452] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
233 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914465] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
234 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914467] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
235 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914476] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
236 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914483] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
237 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914490] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
238 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914493] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
239 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914496] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
240 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914500] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
241 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914503] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
242 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914508] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
243 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914513] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
244 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914516] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
245 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914522] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
246 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914541] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
247 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914546] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
248 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914546] RSP <ffff8806f2063940> |
249 | Feb 24 10:52:29 restbase2001 kernel: [1767998.914549] ---[ end trace e4315b19909c6605 ]--- |
250 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083368] general protection fault: 0000 [#6] SMP |
251 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083408] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
252 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083427] CPU: 2 PID: 998 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
253 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083428] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
254 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083430] task: ffff880c1a6414b0 ti: ffff880609ab4000 task.ti: ffff880609ab4000 |
255 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083440] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
256 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083442] RSP: 0018:ffff880609ab7a20 EFLAGS: 00010206 |
257 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083443] RAX: 0020002000200020 RBX: 0000000000049000 RCX: ffffffff856f29f8 |
258 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083444] RDX: 0000000000140cd2 RSI: 00000000000001b8 RDI: ffff8801009ac800 |
259 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083446] RBP: 00000000503349b8 R08: ffff880609ab7a30 R09: 00000000000001b8 |
260 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083447] R10: 0000000000000000 R11: 0000000000140cd2 R12: ffff881038dde000 |
261 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083448] R13: ffff881036f83c00 R14: ffff880609ab7aa8 R15: ffff880100cbe008 |
262 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083450] FS: 00007fdcf73ff700(0000) GS:ffff88103fc40000(0000) knlGS:0000000000000000 |
263 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083451] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
264 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083452] CR2: 00007f8a77261000 CR3: 0000000af7435000 CR4: 00000000001407e0 |
265 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083453] Stack: |
266 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083455] ffffffffa005e3e1 ffff881039311740 00000000000001b8 000000000000000c |
267 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083457] 0000000000100000 ffff881036f83c00 ffff8810349cf008 ffff8810349cf008 |
268 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083458] ffff880609ab7bf0 0000000000000001 ffffffffa022680b ffff880609ab7aa8 |
269 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083459] Call Trace: |
270 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083468] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
271 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083479] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
272 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083486] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
273 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083494] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
274 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083501] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
275 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083508] [<ffffffff81175c72>] ? workingset_refault+0x92/0xa0 |
276 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083522] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
277 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083525] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
278 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083534] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
279 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083541] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
280 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083549] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
281 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083557] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
282 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083560] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
283 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083563] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
284 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083569] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
285 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083572] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
286 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083576] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
287 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083583] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
288 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083603] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
289 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083608] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
290 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083609] RSP <ffff880609ab7a20> |
291 | Feb 24 10:52:30 restbase2001 kernel: [1767999.083612] ---[ end trace e4315b19909c6606 ]--- |
292 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090284] general protection fault: 0000 [#7] SMP |
293 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090313] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
294 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090326] CPU: 6 PID: 997 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
295 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090327] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
296 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090328] task: ffff880db46b8150 ti: ffff880609830000 task.ti: ffff880609830000 |
297 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090335] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
298 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090336] RSP: 0018:ffff880609833a20 EFLAGS: 00010206 |
299 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090337] RAX: 0020002000200020 RBX: 000000000002c000 RCX: ffffffff856f29f8 |
300 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090338] RDX: 0000000000557824 RSI: 00000000000002a0 RDI: ffff8801009ac800 |
301 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090339] RBP: 0000000155e092a0 R08: ffff880609833a30 R09: 00000000000002a0 |
302 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090340] R10: 0000000000000000 R11: 0000000000557824 R12: ffff881038dde000 |
303 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090341] R13: ffff880962741000 R14: ffff880609833aa8 R15: ffff880100cbe008 |
304 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090343] FS: 00007fd884b77700(0000) GS:ffff88103fcc0000(0000) knlGS:0000000000000000 |
305 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090344] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
306 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090345] CR2: 00007f8a77265000 CR3: 0000000af7435000 CR4: 00000000001407e0 |
307 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090345] Stack: |
308 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090347] ffffffffa005e3e1 ffff881039311740 00000000000002a0 000000000000001a |
309 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090349] 0000000000100000 ffff880962741000 ffff8810349cf008 ffff8810349cf008 |
310 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090351] ffff880609833bf0 0000000000000001 ffffffffa022680b ffff880609833aa8 |
311 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090351] Call Trace: |
312 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090358] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
313 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090368] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
314 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090375] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
315 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090380] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
316 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090384] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
317 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090388] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
318 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090398] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
319 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090401] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
320 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090410] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
321 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090413] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
322 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090418] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
323 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090422] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
324 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090426] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
325 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090428] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
326 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090432] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
327 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090435] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
328 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090437] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
329 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090441] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
330 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090459] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
331 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090463] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
332 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090464] RSP <ffff880609833a20> |
333 | Feb 24 10:52:30 restbase2001 kernel: [1767999.090466] ---[ end trace e4315b19909c6607 ]--- |
334 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154176] general protection fault: 0000 [#8] SMP |
335 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154205] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
336 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154218] CPU: 5 PID: 3639 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
337 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154219] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
338 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154220] task: ffff88108b2b8d20 ti: ffff881cd7b28000 task.ti: ffff881cd7b28000 |
339 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154227] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
340 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154228] RSP: 0000:ffff881cd7b2b940 EFLAGS: 00010202 |
341 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154229] RAX: 0020002000200020 RBX: 0000000000057000 RCX: ffffffff856f29f8 |
342 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154230] RDX: 00000000001c7cef RSI: 0000000000000148 RDI: ffff8801009ac800 |
343 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154231] RBP: 0000000071f3bd48 R08: ffff881cd7b2b950 R09: 0000000000000148 |
344 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154232] R10: 0000000000000000 R11: 00000000001c7cef R12: ffff881038dde000 |
345 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154233] R13: ffff8808d8c12000 R14: ffff881cd7b2b9c8 R15: ffff880100cbe008 |
346 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154235] FS: 00007f5a64c30700(0000) GS:ffff88103fca0000(0000) knlGS:0000000000000000 |
347 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154236] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
348 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154236] CR2: 00007f5eb127b6ba CR3: 0000000609b38000 CR4: 00000000001407e0 |
349 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154237] Stack: |
350 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154239] ffffffffa005e3e1 ffff88103fcbc128 0000000000000148 0000000000000246 |
351 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154241] 0000000000100000 ffff8808d8c12000 ffff8810349cf008 ffff8810349cf008 |
352 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154242] ffff881cd7b2bb10 0000000000000001 ffffffffa022680b ffff881cd7b2b9c8 |
353 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154243] Call Trace: |
354 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154250] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
355 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154259] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
356 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154266] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
357 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154270] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
358 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154274] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
359 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154278] [<ffffffff81175c72>] ? workingset_refault+0x92/0xa0 |
360 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154290] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
361 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154292] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
362 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154300] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
363 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154306] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
364 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154310] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
365 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154315] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
366 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154317] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
367 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154320] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
368 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154323] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
369 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154326] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
370 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154331] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
371 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154338] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
372 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154341] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
373 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154346] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
374 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154363] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
375 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154367] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
376 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154368] RSP <ffff881cd7b2b940> |
377 | Feb 24 10:52:30 restbase2001 kernel: [1767999.154369] ---[ end trace e4315b19909c6608 ]--- |
378 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288263] general protection fault: 0000 [#9] SMP |
379 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288299] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
380 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288316] CPU: 7 PID: 30560 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
381 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288317] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
382 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288319] task: ffff88083837c110 ti: ffff880a01c60000 task.ti: ffff880a01c60000 |
383 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288327] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
384 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288328] RSP: 0000:ffff880a01c63940 EFLAGS: 00010206 |
385 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288330] RAX: 0020002000200020 RBX: 0000000000035000 RCX: ffffffff856f29f8 |
386 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288331] RDX: 00000000001ae144 RSI: 0000000000000258 RDI: ffff8801009ac800 |
387 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288332] RBP: 000000006b851258 R08: ffff880a01c63950 R09: 0000000000000258 |
388 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288333] R10: 0000000000000000 R11: 00000000001ae144 R12: ffff881038dde000 |
389 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288334] R13: ffff8808d8d1c000 R14: ffff880a01c639c8 R15: ffff880100cbe008 |
390 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288336] FS: 00007f8abbfbb700(0000) GS:ffff88103fce0000(0000) knlGS:0000000000000000 |
391 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288337] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
392 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288338] CR2: 00007f8e43278ce1 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
393 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288339] Stack: |
394 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288341] ffffffffa005e3e1 ffff88103fcf7250 0000000000000258 0000000000000246 |
395 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288342] 0000000000100000 ffff8808d8d1c000 ffff8810349cf008 ffff8810349cf008 |
396 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288344] ffff880a01c63b10 0000000000000001 ffffffffa022680b ffff880a01c639c8 |
397 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288345] Call Trace: |
398 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288353] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
399 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288364] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
400 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288371] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
401 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288377] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
402 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288381] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
403 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288395] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
404 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288401] [<ffffffff8115e099>] ? __lru_cache_add+0x59/0x70 |
405 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288411] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
406 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288413] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
407 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288422] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
408 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288427] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
409 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288431] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
410 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288435] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
411 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288437] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
412 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288441] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
413 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288444] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
414 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288448] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
415 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288452] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
416 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288457] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
417 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288461] [<ffffffff810a3b68>] ? pick_next_task_fair+0x6c8/0x850 |
418 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288464] [<ffffffff8101266b>] ? __switch_to+0x1cb/0x5d0 |
419 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288467] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
420 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288472] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
421 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288491] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
422 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288496] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
423 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288497] RSP <ffff880a01c63940> |
424 | Feb 24 10:52:30 restbase2001 kernel: [1767999.288499] ---[ end trace e4315b19909c6609 ]--- |
425 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480341] general protection fault: 0000 [#10] SMP |
426 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480379] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
427 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480397] CPU: 7 PID: 3638 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
428 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480398] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
429 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480399] task: ffff881a61676920 ti: ffff882032a6c000 task.ti: ffff882032a6c000 |
430 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480407] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
431 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480409] RSP: 0018:ffff882032a6fa20 EFLAGS: 00010206 |
432 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480410] RAX: 0020002000200020 RBX: 0000000000055000 RCX: ffffffff856f29f8 |
433 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480411] RDX: 000000000016dc99 RSI: 0000000000000158 RDI: ffff8801009ac800 |
434 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480412] RBP: 000000005b726558 R08: ffff882032a6fa30 R09: 0000000000000158 |
435 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480413] R10: 0000000000000000 R11: 000000000016dc99 R12: ffff881038dde000 |
436 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480413] R13: ffff8803f6ed3300 R14: ffff882032a6faa8 R15: ffff880100cbe008 |
437 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480415] FS: 00007f5a64c71700(0000) GS:ffff88103fce0000(0000) knlGS:0000000000000000 |
438 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480416] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
439 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480417] CR2: 00007f5cc10691e2 CR3: 0000000609b38000 CR4: 00000000001407e0 |
440 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480418] Stack: |
441 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480420] ffffffffa005e3e1 ffff881039311740 0000000000000158 000000000000000a |
442 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480422] 0000000000100000 ffff8803f6ed3300 ffff8810349cf008 ffff8810349cf008 |
443 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480423] ffff882032a6fbf0 0000000000000001 ffffffffa022680b ffff882032a6faa8 |
444 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480424] Call Trace: |
445 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480432] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
446 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480441] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
447 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480448] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
448 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480455] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
449 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480460] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
450 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480466] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
451 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480478] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
452 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480480] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
453 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480488] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
454 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480493] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
455 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480497] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
456 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480502] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
457 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480505] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
458 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480508] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
459 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480512] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
460 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480514] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
461 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480517] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
462 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480522] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
463 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480539] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
464 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480543] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
465 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480544] RSP <ffff882032a6fa20> |
466 | Feb 24 10:52:30 restbase2001 kernel: [1767999.480546] ---[ end trace e4315b19909c660a ]--- |
467 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504016] general protection fault: 0000 [#11] SMP |
468 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504046] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
469 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504059] CPU: 1 PID: 999 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
470 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504060] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
471 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504062] task: ffff881037ec6b60 ti: ffff880497a20000 task.ti: ffff880497a20000 |
472 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504069] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
473 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504070] RSP: 0018:ffff880497a23a20 EFLAGS: 00010206 |
474 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504071] RAX: 0020002000200020 RBX: 000000000004d000 RCX: ffffffff856f29f8 |
475 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504072] RDX: 0000000000591559 RSI: 0000000000000198 RDI: ffff8801009ac800 |
476 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504073] RBP: 0000000164556598 R08: ffff880497a23a30 R09: 0000000000000198 |
477 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504074] R10: 0000000000000000 R11: 0000000000591559 R12: ffff881038dde000 |
478 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504075] R13: ffff880db4625800 R14: ffff880497a23aa8 R15: ffff880100cbe008 |
479 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504077] FS: 00007fd884a1e700(0000) GS:ffff88103fc20000(0000) knlGS:0000000000000000 |
480 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504078] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
481 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504079] CR2: 00007fdaf911d008 CR3: 0000000af7435000 CR4: 00000000001407e0 |
482 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504080] Stack: |
483 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504082] ffffffffa005e3e1 ffff881039311740 0000000000000198 000000000000000b |
484 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504083] 0000000000100000 ffff880db4625800 ffff8810349cf008 ffff8810349cf008 |
485 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504085] ffff880497a23bf0 0000000000000001 ffffffffa022680b ffff880497a23aa8 |
486 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504085] Call Trace: |
487 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504093] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
488 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504102] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
489 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504110] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
490 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504114] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
491 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504118] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
492 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504130] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
493 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504132] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
494 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504141] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
495 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504145] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
496 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504151] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
497 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504156] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
498 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504160] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
499 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504162] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
500 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504166] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
501 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504169] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
502 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504172] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
503 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504176] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
504 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504193] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
505 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504198] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
506 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504198] RSP <ffff880497a23a20> |
507 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504204] general protection fault: 0000 [#12] |
508 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504204] ---[ end trace e4315b19909c660b ]--- |
509 | Feb 24 10:52:30 restbase2001 kernel: [1767999.504206] SMP |
510 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505670] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
511 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505682] CPU: 2 PID: 1000 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
512 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505683] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
513 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505685] task: ffff880d3c94a210 ti: ffff8806bbcdc000 task.ti: ffff8806bbcdc000 |
514 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505691] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
515 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505693] RSP: 0018:ffff8806bbcdfa20 EFLAGS: 00010206 |
516 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505694] RAX: 0020002000200020 RBX: 000000000007a000 RCX: ffffffff856f29f8 |
517 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505695] RDX: 000000000011c618 RSI: 0000000000000030 RDI: ffff8801009ac800 |
518 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505696] RBP: 0000000047186030 R08: ffff8806bbcdfa30 R09: 0000000000000030 |
519 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505697] R10: 0000000000000000 R11: 000000000011c618 R12: ffff881038dde000 |
520 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505698] R13: ffff8809ba025000 R14: ffff8806bbcdfaa8 R15: ffff880100cbe008 |
521 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505699] FS: 00007fd884a5f700(0000) GS:ffff88103fc40000(0000) knlGS:0000000000000000 |
522 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505700] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
523 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505701] CR2: 00007fdaf73e7dcd CR3: 0000000af7435000 CR4: 00000000001407e0 |
524 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505702] Stack: |
525 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505704] ffffffffa005e3e1 ffff881039311740 0000000000000030 0000000000000017 |
526 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505706] 0000000000100000 ffff8809ba025000 ffff8810349cf008 ffff8810349cf008 |
527 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505707] ffff8806bbcdfbf0 0000000000000001 ffffffffa022680b ffff8806bbcdfaa8 |
528 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505708] Call Trace: |
529 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505715] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
530 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505724] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
531 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505731] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
532 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505736] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
533 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505739] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
534 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505743] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
535 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505752] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
536 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505755] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
537 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505764] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
538 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505767] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
539 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505771] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
540 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505775] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
541 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505778] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
542 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505780] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
543 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505784] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
544 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505787] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
545 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505790] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
546 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505793] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
547 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505811] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
548 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505815] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
549 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505816] RSP <ffff8806bbcdfa20> |
550 | Feb 24 10:52:30 restbase2001 kernel: [1767999.505818] ---[ end trace e4315b19909c660c ]--- |
551 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677897] general protection fault: 0000 [#13] SMP |
552 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677930] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
553 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677943] CPU: 5 PID: 3719 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
554 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677944] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
555 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677945] task: ffff880d3c92e250 ti: ffff880214ab4000 task.ti: ffff880214ab4000 |
556 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677952] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
557 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677954] RSP: 0018:ffff880214ab7a20 EFLAGS: 00010202 |
558 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677955] RAX: 0020002000200020 RBX: 0000000000075000 RCX: ffffffff856f29f8 |
559 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677956] RDX: 00000000004f3794 RSI: 0000000000000058 RDI: ffff8801009ac800 |
560 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677957] RBP: 000000013cde5058 R08: ffff880214ab7a30 R09: 0000000000000058 |
561 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677957] R10: 0000000000000000 R11: 00000000004f3794 R12: ffff881038dde000 |
562 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677958] R13: ffff8810378cf900 R14: ffff880214ab7aa8 R15: ffff880100cbe008 |
563 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677960] FS: 00007f5a5f550700(0000) GS:ffff88103fca0000(0000) knlGS:0000000000000000 |
564 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677961] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
565 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677961] CR2: 00007f5cea9a066e CR3: 0000000609b38000 CR4: 00000000001407e0 |
566 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677962] Stack: |
567 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677964] ffffffffa005e3e1 ffff881039311740 0000000000000058 000000000000000b |
568 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677966] 0000000000100000 ffff8810378cf900 ffff8810349cf008 ffff8810349cf008 |
569 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677967] ffff880214ab7bf0 0000000000000001 ffffffffa022680b ffff880214ab7aa8 |
570 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677968] Call Trace: |
571 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677975] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
572 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677984] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
573 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677991] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
574 | Feb 24 10:52:30 restbase2001 kernel: [1767999.677996] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
575 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678001] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
576 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678007] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
577 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678019] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
578 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678022] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
579 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678030] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
580 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678033] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
581 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678036] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
582 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678040] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
583 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678043] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
584 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678045] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
585 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678048] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
586 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678051] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
587 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678054] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
588 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678057] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
589 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678074] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
590 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678078] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
591 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678079] RSP <ffff880214ab7a20> |
592 | Feb 24 10:52:30 restbase2001 kernel: [1767999.678081] ---[ end trace e4315b19909c660d ]--- |
593 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770762] general protection fault: 0000 [#14] SMP |
594 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770802] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
595 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770821] CPU: 9 PID: 3721 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
596 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770822] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
597 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770824] task: ffff882035ab75f0 ti: ffff882032a54000 task.ti: ffff882032a54000 |
598 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770832] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
599 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770834] RSP: 0000:ffff882032a57940 EFLAGS: 00010202 |
600 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770835] RAX: 0020002000200020 RBX: 000000000006f000 RCX: ffffffff856f29f8 |
601 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770836] RDX: 0000000000589967 RSI: 0000000000000088 RDI: ffff8801009ac800 |
602 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770837] RBP: 0000000162659c88 R08: ffff882032a57950 R09: 0000000000000088 |
603 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770838] R10: 0000000000000000 R11: 0000000000589967 R12: ffff881038dde000 |
604 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770839] R13: ffff8810982c6000 R14: ffff882032a579c8 R15: ffff880100cbe008 |
605 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770841] FS: 00007f5a5f4ce700(0000) GS:ffff88207fc20000(0000) knlGS:0000000000000000 |
606 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770842] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
607 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770843] CR2: 00007f594000c971 CR3: 0000000609b38000 CR4: 00000000001407e0 |
608 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770844] Stack: |
609 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770847] ffffffffa005e3e1 ffff88207fc3c198 0000000000000088 0000000000000246 |
610 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770849] 0000000000100000 ffff8810982c6000 ffff8810349cf008 ffff8810349cf008 |
611 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770851] ffff882032a57b10 0000000000000001 ffffffffa022680b ffff882032a579c8 |
612 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770851] Call Trace: |
613 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770860] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
614 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770871] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
615 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770879] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
616 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770887] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
617 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770893] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
618 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770900] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
619 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770914] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
620 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770917] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
621 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770926] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
622 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770933] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
623 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770940] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
624 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770942] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
625 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770946] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
626 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770950] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
627 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770953] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
628 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770958] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
629 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770964] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
630 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770968] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
631 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770973] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
632 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770994] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
633 | Feb 24 10:52:30 restbase2001 kernel: [1767999.770999] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
634 | Feb 24 10:52:30 restbase2001 kernel: [1767999.771000] RSP <ffff882032a57940> |
635 | Feb 24 10:52:30 restbase2001 kernel: [1767999.771023] ---[ end trace e4315b19909c660e ]--- |
636 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835507] general protection fault: 0000 [#15] SMP |
637 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835537] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
638 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835550] CPU: 14 PID: 3720 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
639 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835551] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
640 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835553] task: ffff88130661cd60 ti: ffff88203682c000 task.ti: ffff88203682c000 |
641 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835560] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
642 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835562] RSP: 0018:ffff88203682fa20 EFLAGS: 00010206 |
643 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835563] RAX: 0020002000200020 RBX: 0000000000071000 RCX: ffffffff856f29f8 |
644 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835564] RDX: 00000000001cf34d RSI: 0000000000000078 RDI: ffff8801009ac800 |
645 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835565] RBP: 0000000073cd3478 R08: ffff88203682fa30 R09: 0000000000000078 |
646 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835566] R10: 0000000000000000 R11: 00000000001cf34d R12: ffff881038dde000 |
647 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835567] R13: ffff882037372700 R14: ffff88203682faa8 R15: ffff880100cbe008 |
648 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835568] FS: 00007f5a5f50f700(0000) GS:ffff88207fcc0000(0000) knlGS:0000000000000000 |
649 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835570] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
650 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835571] CR2: 00007f5d17a59acc CR3: 0000000609b38000 CR4: 00000000001407e0 |
651 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835571] Stack: |
652 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835574] ffffffffa005e3e1 ffff881039311740 0000000000000078 000000000000000c |
653 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835575] 0000000000100000 ffff882037372700 ffff8810349cf008 ffff8810349cf008 |
654 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835577] ffff88203682fbf0 0000000000000001 ffffffffa022680b ffff88203682faa8 |
655 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835578] Call Trace: |
656 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835586] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
657 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835595] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
658 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835603] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
659 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835608] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
660 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835611] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
661 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835622] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
662 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835625] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
663 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835634] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
664 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835640] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
665 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835644] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
666 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835648] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
667 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835652] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
668 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835654] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
669 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835659] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
670 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835662] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
671 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835665] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
672 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835669] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
673 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835688] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
674 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835693] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
675 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835693] RSP <ffff88203682fa20> |
676 | Feb 24 10:52:30 restbase2001 kernel: [1767999.835695] ---[ end trace e4315b19909c660f ]--- |
677 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871765] general protection fault: 0000 [#16] SMP |
678 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871794] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
679 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871809] CPU: 9 PID: 3722 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
680 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871810] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
681 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871811] task: ffff880c117aed60 ti: ffff880bade3c000 task.ti: ffff880bade3c000 |
682 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871818] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
683 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871820] RSP: 0018:ffff880bade3fa20 EFLAGS: 00010202 |
684 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871821] RAX: 0020002000200020 RBX: 000000000001a000 RCX: ffffffff856f29f8 |
685 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871822] RDX: 000000000034e2a1 RSI: 0000000000000330 RDI: ffff8801009ac800 |
686 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871823] RBP: 00000000d38a8730 R08: ffff880bade3fa30 R09: 0000000000000330 |
687 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871824] R10: 0000000000000000 R11: 000000000034e2a1 R12: ffff881038dde000 |
688 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871825] R13: ffff881881188800 R14: ffff880bade3faa8 R15: ffff880100cbe008 |
689 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871826] FS: 00007f5a5f48d700(0000) GS:ffff88207fc20000(0000) knlGS:0000000000000000 |
690 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871827] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
691 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871828] CR2: 00007f5e4c4434d0 CR3: 0000000609b38000 CR4: 00000000001407e0 |
692 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871829] Stack: |
693 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871831] ffffffffa005e3e1 ffff881039311740 0000000000000330 0000000000000013 |
694 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871833] 0000000000100000 ffff881881188800 ffff8810349cf008 ffff8810349cf008 |
695 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871835] ffff880bade3fbf0 0000000000000001 ffffffffa022680b ffff880bade3faa8 |
696 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871836] Call Trace: |
697 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871844] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
698 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871853] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
699 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871861] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
700 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871866] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
701 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871870] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
702 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871881] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
703 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871884] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
704 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871893] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
705 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871896] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
706 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871900] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
707 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871903] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
708 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871907] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
709 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871909] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
710 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871913] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
711 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871916] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
712 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871919] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
713 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871923] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
714 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871942] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
715 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871946] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
716 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871947] RSP <ffff880bade3fa20> |
717 | Feb 24 10:52:30 restbase2001 kernel: [1767999.871949] ---[ end trace e4315b19909c6610 ]--- |
718 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963816] general protection fault: 0000 [#17] SMP |
719 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963846] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
720 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963860] CPU: 8 PID: 1019 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
721 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963861] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
722 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963863] task: ffff8800369eb670 ti: ffff880761430000 task.ti: ffff880761430000 |
723 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963870] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
724 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963872] RSP: 0018:ffff880761433a20 EFLAGS: 00010206 |
725 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963873] RAX: 0020002000200020 RBX: 0000000000033000 RCX: ffffffff856f29f8 |
726 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963874] RDX: 000000000051ce03 RSI: 0000000000000268 RDI: ffff8801009ac800 |
727 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963875] RBP: 0000000147380e68 R08: ffff880761433a30 R09: 0000000000000268 |
728 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963876] R10: 0000000000000000 R11: 000000000051ce03 R12: ffff881038dde000 |
729 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963877] R13: ffff881a33150900 R14: ffff880761433aa8 R15: ffff880100cbe008 |
730 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963879] FS: 00007fd88468a700(0000) GS:ffff88207fc00000(0000) knlGS:0000000000000000 |
731 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963880] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
732 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963880] CR2: 00007fd801e3ab29 CR3: 0000000af7435000 CR4: 00000000001407e0 |
733 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963881] Stack: |
734 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963883] ffffffffa005e3e1 ffff881039311740 0000000000000268 000000000000000c |
735 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963885] 0000000000100000 ffff881a33150900 ffff8810349cf008 ffff8810349cf008 |
736 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963887] ffff880761433bf0 0000000000000001 ffffffffa022680b ffff880761433aa8 |
737 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963888] Call Trace: |
738 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963896] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
739 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963905] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
740 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963913] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
741 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963918] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
742 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963922] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
743 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963933] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
744 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963936] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
745 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963946] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
746 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963949] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
747 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963953] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
748 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963958] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
749 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963961] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
750 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963964] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
751 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963967] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
752 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963971] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
753 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963974] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
754 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963977] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
755 | Feb 24 10:52:31 restbase2001 kernel: [1767999.963996] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
756 | Feb 24 10:52:31 restbase2001 kernel: [1767999.964001] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
757 | Feb 24 10:52:31 restbase2001 kernel: [1767999.964002] RSP <ffff880761433a20> |
758 | Feb 24 10:52:31 restbase2001 kernel: [1767999.964004] ---[ end trace e4315b19909c6611 ]--- |
759 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044286] general protection fault: 0000 [#18] SMP |
760 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044326] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
761 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044344] CPU: 5 PID: 12122 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
762 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044345] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
763 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044347] task: ffff88203847a110 ti: ffff882034c78000 task.ti: ffff882034c78000 |
764 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044356] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
765 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044357] RSP: 0000:ffff882034c7b940 EFLAGS: 00010202 |
766 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044359] RAX: 0020002000200020 RBX: 000000000005f000 RCX: ffffffff856f29f8 |
767 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044360] RDX: 0000000000290868 RSI: 0000000000000108 RDI: ffff8801009ac800 |
768 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044361] RBP: 00000000a421a108 R08: ffff882034c7b950 R09: 0000000000000108 |
769 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044362] R10: 0000000000000000 R11: 0000000000290868 R12: ffff881038dde000 |
770 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044363] R13: ffff881035c8d000 R14: ffff882034c7b9c8 R15: ffff880100cbe008 |
771 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044365] FS: 00007f5ba444e700(0000) GS:ffff88103fca0000(0000) knlGS:0000000000000000 |
772 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044366] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
773 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044367] CR2: 00007f5e8dd76ecc CR3: 0000000609b38000 CR4: 00000000001407e0 |
774 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044368] Stack: |
775 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044371] ffffffffa005e3e1 ffff88103fcb7250 0000000000000108 0000000000000246 |
776 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044372] 0000000000100000 ffff881035c8d000 ffff8810349cf008 ffff8810349cf008 |
777 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044374] ffff882034c7bb10 0000000000000001 ffffffffa022680b ffff882034c7b9c8 |
778 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044375] Call Trace: |
779 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044384] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
780 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044395] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
781 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044403] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
782 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044410] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
783 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044415] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
784 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044420] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
785 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044432] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
786 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044435] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
787 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044444] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
788 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044450] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
789 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044456] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
790 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044462] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
791 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044465] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
792 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044468] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
793 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044471] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
794 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044475] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
795 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044479] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
796 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044483] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
797 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044487] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
798 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044492] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
799 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044511] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
800 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044516] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
801 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044517] RSP <ffff882034c7b940> |
802 | Feb 24 10:52:31 restbase2001 kernel: [1768000.044519] ---[ end trace e4315b19909c6612 ]--- |
803 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112374] general protection fault: 0000 [#19] SMP |
804 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112403] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
805 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112416] CPU: 8 PID: 11604 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
806 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112417] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
807 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112418] task: ffff880a817dc350 ti: ffff880411674000 task.ti: ffff880411674000 |
808 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112425] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
809 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112426] RSP: 0000:ffff880411677940 EFLAGS: 00010206 |
810 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112427] RAX: 0020002000200020 RBX: 0000000000065000 RCX: ffffffff856f29f8 |
811 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112428] RDX: 000000000052c3fa RSI: 00000000000000d8 RDI: ffff8801009ac800 |
812 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112429] RBP: 000000014b0fe8d8 R08: ffff880411677950 R09: 00000000000000d8 |
813 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112430] R10: 0000000000000000 R11: 000000000052c3fa R12: ffff881038dde000 |
814 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112431] R13: ffff88109f43d000 R14: ffff8804116779c8 R15: ffff880100cbe008 |
815 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112432] FS: 00007f5a64fbe700(0000) GS:ffff88207fc00000(0000) knlGS:0000000000000000 |
816 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112433] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
817 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112434] CR2: 00007f5bc9cb55dd CR3: 0000000609b38000 CR4: 00000000001407e0 |
818 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112435] Stack: |
819 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112437] ffffffffa005e3e1 ffff88207fc1c198 00000000000000d8 0000000000000246 |
820 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112439] 0000000000100000 ffff88109f43d000 ffff8810349cf008 ffff8810349cf008 |
821 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112441] ffff880411677b10 0000000000000001 ffffffffa022680b ffff8804116779c8 |
822 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112441] Call Trace: |
823 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112449] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
824 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112458] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
825 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112465] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
826 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112469] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
827 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112472] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
828 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112476] [<ffffffff81175c72>] ? workingset_refault+0x92/0xa0 |
829 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112486] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
830 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112488] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
831 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112497] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
832 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112503] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
833 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112506] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
834 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112510] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
835 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112512] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
836 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112515] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
837 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112518] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
838 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112522] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
839 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112524] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
840 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112528] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
841 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112531] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
842 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112535] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
843 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112552] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
844 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112557] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
845 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112557] RSP <ffff880411677940> |
846 | Feb 24 10:52:31 restbase2001 kernel: [1768000.112559] ---[ end trace e4315b19909c6613 ]--- |
847 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156152] general protection fault: 0000 [#20] SMP |
848 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156182] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
849 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156196] CPU: 1 PID: 2100 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
850 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156197] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
851 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156199] task: ffff8818b13380d0 ti: ffff881aed99c000 task.ti: ffff881aed99c000 |
852 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156206] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
853 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156207] RSP: 0000:ffff881aed99f940 EFLAGS: 00010202 |
854 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156208] RAX: 0020002000200020 RBX: 000000000005e000 RCX: ffffffff856f29f8 |
855 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156209] RDX: 0000000000290868 RSI: 0000000000000110 RDI: ffff8801009ac800 |
856 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156210] RBP: 00000000a421a110 R08: ffff881aed99f950 R09: 0000000000000110 |
857 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156211] R10: 0000000000000000 R11: 0000000000290868 R12: ffff881038dde000 |
858 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156212] R13: ffff8801025e6000 R14: ffff881aed99f9c8 R15: ffff880100cbe008 |
859 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156213] FS: 00007f5a60e2c700(0000) GS:ffff88103fc20000(0000) knlGS:0000000000000000 |
860 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156214] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
861 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156216] CR2: 00007f5e8dd76ecc CR3: 0000000609b38000 CR4: 00000000001407e0 |
862 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156217] Stack: |
863 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156219] ffffffffa005e3e1 ffff88103fc3c198 0000000000000110 0000000000000246 |
864 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156220] 0000000000100000 ffff8801025e6000 ffff8810349cf008 ffff8810349cf008 |
865 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156222] ffff881aed99fb10 0000000000000001 ffffffffa022680b ffff881aed99f9c8 |
866 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156222] Call Trace: |
867 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156229] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
868 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156240] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
869 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156246] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
870 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156253] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
871 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156259] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
872 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156264] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
873 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156278] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
874 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156280] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
875 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156288] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
876 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156293] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
877 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156299] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
878 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156303] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
879 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156306] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
880 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156308] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
881 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156311] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
882 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156314] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
883 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156317] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
884 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156321] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
885 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156324] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
886 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156328] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
887 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156345] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
888 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156349] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
889 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156350] RSP <ffff881aed99f940> |
890 | Feb 24 10:52:31 restbase2001 kernel: [1768000.156352] ---[ end trace e4315b19909c6614 ]--- |
891 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613686] general protection fault: 0000 [#21] SMP |
892 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613730] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
893 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613750] CPU: 3 PID: 32087 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
894 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613751] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
895 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613753] task: ffff8809ba2ee150 ti: ffff880ec781c000 task.ti: ffff880ec781c000 |
896 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613763] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
897 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613765] RSP: 0018:ffff880ec781fa20 EFLAGS: 00010202 |
898 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613766] RAX: 0020002000200020 RBX: 0000000000026000 RCX: ffffffff856f29f8 |
899 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613767] RDX: 000000000059aefd RSI: 00000000000002d0 RDI: ffff8801009ac800 |
900 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613768] RBP: 0000000166bbf6d0 R08: ffff880ec781fa30 R09: 00000000000002d0 |
901 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613769] R10: 0000000000000000 R11: 000000000059aefd R12: ffff881038dde000 |
902 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613771] R13: ffff8806f233e800 R14: ffff880ec781faa8 R15: ffff880100cbe008 |
903 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613773] FS: 00007f8e182e8700(0000) GS:ffff88103fc60000(0000) knlGS:0000000000000000 |
904 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613774] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
905 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613775] CR2: 00007f8e4bc93971 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
906 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613777] Stack: |
907 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613779] ffffffffa005e3e1 ffff881039311740 00000000000002d0 0000000000000006 |
908 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613781] 0000000000100000 ffff8806f233e800 ffff8810349cf008 ffff8810349cf008 |
909 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613783] ffff880ec781fbf0 0000000000000001 ffffffffa022680b ffff880ec781faa8 |
910 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613784] Call Trace: |
911 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613793] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
912 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613804] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
913 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613813] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
914 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613821] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
915 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613827] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
916 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613832] [<ffffffff81175c72>] ? workingset_refault+0x92/0xa0 |
917 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613845] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
918 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613848] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
919 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613858] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
920 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613864] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
921 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613871] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
922 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613878] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
923 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613881] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
924 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613884] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
925 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613889] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
926 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613892] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
927 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613896] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
928 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613902] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
929 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613922] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
930 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613928] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
931 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613928] RSP <ffff880ec781fa20> |
932 | Feb 24 10:52:31 restbase2001 kernel: [1768000.613931] ---[ end trace e4315b19909c6615 ]--- |
933 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222261] general protection fault: 0000 [#22] SMP |
934 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222302] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
935 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222320] CPU: 7 PID: 4893 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
936 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222321] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
937 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222323] task: ffff880ec048b430 ti: ffff881f20b90000 task.ti: ffff881f20b90000 |
938 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222332] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
939 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222334] RSP: 0018:ffff881f20b93a20 EFLAGS: 00010202 |
940 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222335] RAX: 0020002000200020 RBX: 000000000002c000 RCX: ffffffff856f29f8 |
941 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222336] RDX: 00000000004d3dda RSI: 00000000000002a0 RDI: ffff8801009ac800 |
942 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222337] RBP: 0000000134f76aa0 R08: ffff881f20b93a30 R09: 00000000000002a0 |
943 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222338] R10: 0000000000000000 R11: 00000000004d3dda R12: ffff881038dde000 |
944 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222339] R13: ffff880a8141fe00 R14: ffff881f20b93aa8 R15: ffff880100cbe008 |
945 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222341] FS: 00007fdbd9392700(0000) GS:ffff88103fce0000(0000) knlGS:0000000000000000 |
946 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222342] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
947 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222343] CR2: 00007f8e3a4ca000 CR3: 0000000af7435000 CR4: 00000000001407e0 |
948 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222344] Stack: |
949 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222347] ffffffffa005e3e1 ffff881039311740 00000000000002a0 000000000000000e |
950 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222349] 0000000000100000 ffff880a8141fe00 ffff8810349cf008 ffff8810349cf008 |
951 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222351] ffff881f20b93bf0 0000000000000001 ffffffffa022680b ffff881f20b93aa8 |
952 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222351] Call Trace: |
953 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222360] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
954 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222371] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
955 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222379] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
956 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222388] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
957 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222394] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
958 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222401] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
959 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222415] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
960 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222418] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
961 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222445] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
962 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222451] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
963 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222459] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
964 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222466] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
965 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222469] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
966 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222472] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
967 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222476] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
968 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222480] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
969 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222483] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
970 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222488] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
971 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222508] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
972 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222513] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
973 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222513] RSP <ffff881f20b93a20> |
974 | Feb 24 10:52:32 restbase2001 kernel: [1768001.222542] ---[ end trace e4315b19909c6616 ]--- |
975 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333613] general protection fault: 0000 [#23] SMP |
976 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333645] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
977 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333658] CPU: 9 PID: 10881 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
978 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333659] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
979 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333661] task: ffff880c75c315f0 ti: ffff88000f830000 task.ti: ffff88000f830000 |
980 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333668] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
981 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333669] RSP: 0018:ffff88000f833a20 EFLAGS: 00010202 |
982 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333671] RAX: 0020002000200020 RBX: 0000000000020000 RCX: ffffffff856f29f8 |
983 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333672] RDX: 0000000000162957 RSI: 0000000000000300 RDI: ffff8801009ac800 |
984 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333673] RBP: 0000000058a55f00 R08: ffff88000f833a30 R09: 0000000000000300 |
985 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333674] R10: 0000000000000000 R11: 0000000000162957 R12: ffff881038dde000 |
986 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333675] R13: ffff882034c9ca88 R14: ffff88000f833aa8 R15: ffff880100cbe008 |
987 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333676] FS: 00007f8abc182700(0000) GS:ffff88207fc20000(0000) knlGS:0000000000000000 |
988 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333678] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
989 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333679] CR2: 00007f5e4c4434d0 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
990 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333680] Stack: |
991 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333682] ffffffffa005e3e1 ffff88207fc3c198 0000000000000300 0000000000000246 |
992 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333684] 0000000000100000 ffff882034c9ca88 ffff8810349cf008 ffff8810349cf008 |
993 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333685] ffff88000f833bf0 0000000000000001 ffffffffa022680b ffff88000f833aa8 |
994 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333686] Call Trace: |
995 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333694] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
996 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333703] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
997 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333711] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
998 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333716] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
999 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333720] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1000 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333731] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1001 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333736] [<ffffffff8115e099>] ? __lru_cache_add+0x59/0x70 |
1002 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333745] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1003 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333748] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1004 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333756] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1005 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333760] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1006 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333764] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1007 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333768] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1008 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333772] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1009 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333774] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1010 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333778] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1011 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333781] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1012 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333784] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1013 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333788] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1014 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333807] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1015 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333812] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1016 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333813] RSP <ffff88000f833a20> |
1017 | Feb 24 10:52:32 restbase2001 kernel: [1768001.333815] ---[ end trace e4315b19909c6617 ]--- |
1018 | Feb 24 10:52:32 restbase2001 kernel: [1768001.484988] general protection fault: 0000 [#24] SMP |
1019 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485015] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1020 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485027] CPU: 28 PID: 10880 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1021 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485028] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1022 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485030] task: ffff8810377855f0 ti: ffff880036adc000 task.ti: ffff880036adc000 |
1023 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485037] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1024 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485038] RSP: 0000:ffff880036adf940 EFLAGS: 00010202 |
1025 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485039] RAX: 0020002000200020 RBX: 0000000000078000 RCX: ffffffff856f29f8 |
1026 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485040] RDX: 00000000006a1792 RSI: 0000000000000040 RDI: ffff8801009ac800 |
1027 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485041] RBP: 00000001a85e4840 R08: ffff880036adf950 R09: 0000000000000040 |
1028 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485042] R10: 0000000000000000 R11: 00000000006a1792 R12: ffff881038dde000 |
1029 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485042] R13: ffff882038064400 R14: ffff880036adf9c8 R15: ffff880100cbe008 |
1030 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485044] FS: 00007f8e1cebd700(0000) GS:ffff88207fd80000(0000) knlGS:0000000000000000 |
1031 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485045] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1032 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485046] CR2: 00007f89248020c5 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1033 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485047] Stack: |
1034 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485049] ffffffffa005e3e1 ffff881039311740 0000000000000040 0000000000000020 |
1035 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485051] 0000000000100000 ffff882038064400 ffff8810349cf008 ffff8810349cf008 |
1036 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485052] ffff880036adfb10 0000000000000001 ffffffffa022680b ffff880036adf9c8 |
1037 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485053] Call Trace: |
1038 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485060] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1039 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485069] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1040 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485076] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1041 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485080] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1042 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485083] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1043 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485087] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
1044 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485096] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1045 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485099] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1046 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485107] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1047 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485111] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
1048 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485115] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1049 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485117] [<ffffffff8101cc05>] ? read_tsc+0x5/0x10 |
1050 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485121] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1051 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485123] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
1052 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485126] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
1053 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485129] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
1054 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485132] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
1055 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485136] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
1056 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485140] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
1057 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485143] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
1058 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485146] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
1059 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485164] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1060 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485168] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1061 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485169] RSP <ffff880036adf940> |
1062 | Feb 24 10:52:32 restbase2001 kernel: [1768001.485171] ---[ end trace e4315b19909c6618 ]--- |
1063 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521173] general protection fault: 0000 [#25] SMP |
1064 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521213] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1065 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521232] CPU: 1 PID: 19138 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1066 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521233] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1067 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521235] task: ffff881a33161570 ti: ffff88000bc88000 task.ti: ffff88000bc88000 |
1068 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521243] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1069 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521245] RSP: 0018:ffff88000bc8ba20 EFLAGS: 00010202 |
1070 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521246] RAX: 0020002000200020 RBX: 0000000000075000 RCX: ffffffff856f29f8 |
1071 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521247] RDX: 000000000019ce20 RSI: 0000000000000058 RDI: ffff8801009ac800 |
1072 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521248] RBP: 0000000067388058 R08: ffff88000bc8ba30 R09: 0000000000000058 |
1073 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521249] R10: 0000000000000000 R11: 000000000019ce20 R12: ffff881038dde000 |
1074 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521250] R13: ffff88041466a988 R14: ffff88000bc8baa8 R15: ffff880100cbe008 |
1075 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521252] FS: 00007f8ab678b700(0000) GS:ffff88103fc20000(0000) knlGS:0000000000000000 |
1076 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521253] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1077 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521254] CR2: 0000153ade05f020 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1078 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521255] Stack: |
1079 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521258] ffffffffa005e3e1 ffff88103fc3c128 0000000000000058 0000000000000246 |
1080 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521260] 0000000000100000 ffff88041466a988 ffff8810349cf008 ffff8810349cf008 |
1081 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521261] ffff88000bc8bbf0 0000000000000001 ffffffffa022680b ffff88000bc8baa8 |
1082 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521262] Call Trace: |
1083 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521271] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1084 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521282] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1085 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521290] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1086 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521297] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1087 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521301] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1088 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521306] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
1089 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521318] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1090 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521321] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1091 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521331] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1092 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521336] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1093 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521342] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1094 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521348] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1095 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521352] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1096 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521355] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1097 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521359] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1098 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521362] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1099 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521366] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1100 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521371] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1101 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521392] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1102 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521397] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1103 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521398] RSP <ffff88000bc8ba20> |
1104 | Feb 24 10:52:32 restbase2001 kernel: [1768001.521402] ---[ end trace e4315b19909c6619 ]--- |
1105 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523544] general protection fault: 0000 [#26] SMP |
1106 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523560] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1107 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523568] CPU: 10 PID: 19137 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1108 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523568] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1109 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523569] task: ffff880074d02110 ti: ffff880062b88000 task.ti: ffff880062b88000 |
1110 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523573] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1111 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523574] RSP: 0018:ffff880062b8ba20 EFLAGS: 00010202 |
1112 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523574] RAX: 0020002000200020 RBX: 000000000006e000 RCX: ffffffff856f29f8 |
1113 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523575] RDX: 000000000054f7df RSI: 0000000000000090 RDI: ffff8801009ac800 |
1114 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523575] RBP: 0000000153df7c90 R08: ffff880062b8ba30 R09: 0000000000000090 |
1115 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523576] R10: 0000000000000000 R11: 000000000054f7df R12: ffff881038dde000 |
1116 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523576] R13: ffff882036582100 R14: ffff880062b8baa8 R15: ffff880100cbe008 |
1117 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523577] FS: 00007f8ab0d51700(0000) GS:ffff88207fc40000(0000) knlGS:0000000000000000 |
1118 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523578] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1119 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523578] CR2: 00007f8db4103e96 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1120 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523579] Stack: |
1121 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523580] ffffffffa005e3e1 ffff881039311740 0000000000000090 000000000000000a |
1122 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523581] 0000000000100000 ffff882036582100 ffff8810349cf008 ffff8810349cf008 |
1123 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523581] ffff880062b8bbf0 0000000000000001 ffffffffa022680b ffff880062b8baa8 |
1124 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523582] Call Trace: |
1125 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523586] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1126 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523590] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1127 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523593] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1128 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523596] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1129 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523597] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1130 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523599] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
1131 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523604] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1132 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523605] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1133 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523609] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1134 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523611] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1135 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523613] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1136 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523615] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1137 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523616] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1138 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523617] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1139 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523619] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1140 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523621] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1141 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523622] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1142 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523624] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1143 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523633] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1144 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523635] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1145 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523635] RSP <ffff880062b8ba20> |
1146 | Feb 24 10:52:32 restbase2001 kernel: [1768001.523662] ---[ end trace e4315b19909c661a ]--- |
1147 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562857] general protection fault: 0000 [#27] SMP |
1148 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562886] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1149 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562899] CPU: 9 PID: 19139 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1150 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562900] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1151 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562902] task: ffff880cd8acd2f0 ti: ffff88000df64000 task.ti: ffff88000df64000 |
1152 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562909] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1153 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562910] RSP: 0000:ffff88000df67940 EFLAGS: 00010202 |
1154 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562911] RAX: 0020002000200020 RBX: 0000000000042000 RCX: ffffffff856f29f8 |
1155 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562912] RDX: 000000000019cfc4 RSI: 00000000000001f0 RDI: ffff8801009ac800 |
1156 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562913] RBP: 00000000673f11f0 R08: ffff88000df67950 R09: 00000000000001f0 |
1157 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562914] R10: 0000000000000000 R11: 000000000019cfc4 R12: ffff881038dde000 |
1158 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562915] R13: ffff882035813000 R14: ffff88000df679c8 R15: ffff880100cbe008 |
1159 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562917] FS: 00007f8ee4534700(0000) GS:ffff88207fc20000(0000) knlGS:0000000000000000 |
1160 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562918] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1161 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562919] CR2: 00007f8ec59075b9 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1162 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562920] Stack: |
1163 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562922] ffffffffa005e3e1 ffff881039311740 00000000000001f0 000000000000001f |
1164 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562923] 0000000000100000 ffff882035813000 ffff8810349cf008 ffff8810349cf008 |
1165 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562925] ffff88000df67b10 0000000000000001 ffffffffa022680b ffff88000df679c8 |
1166 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562926] Call Trace: |
1167 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562934] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1168 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562943] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1169 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562951] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1170 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562955] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1171 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562959] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1172 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562962] [<ffffffff81175c72>] ? workingset_refault+0x92/0xa0 |
1173 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562972] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1174 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562975] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1175 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562984] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1176 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562988] [<ffffffff8101d126>] ? native_sched_clock+0x26/0x90 |
1177 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562991] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1178 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562994] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1179 | Feb 24 10:52:32 restbase2001 kernel: [1768001.562997] [<ffffffff81151da4>] ? filemap_fault+0x3b4/0x430 |
1180 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563000] [<ffffffff8117a1ea>] ? __do_fault+0x3a/0xc0 |
1181 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563003] [<ffffffff8117c958>] ? do_read_fault.isra.55+0x208/0x2e0 |
1182 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563007] [<ffffffff8117e7d6>] ? handle_mm_fault+0x896/0x1040 |
1183 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563009] [<ffffffff810dd8e4>] ? futex_wake+0x74/0x130 |
1184 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563013] [<ffffffff8105ca6b>] ? __do_page_fault+0x1ab/0x550 |
1185 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563016] [<ffffffff810e0353>] ? SyS_futex+0x73/0x170 |
1186 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563020] [<ffffffff81555628>] ? page_fault+0x28/0x30 |
1187 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563039] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1188 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563043] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1189 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563044] RSP <ffff88000df67940> |
1190 | Feb 24 10:52:32 restbase2001 kernel: [1768001.563046] ---[ end trace e4315b19909c661b ]--- |
1191 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779181] general protection fault: 0000 [#28] SMP |
1192 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779211] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1193 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779224] CPU: 27 PID: 19142 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1194 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779225] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1195 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779227] task: ffff880062847330 ti: ffff88000ca08000 task.ti: ffff88000ca08000 |
1196 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779234] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1197 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779235] RSP: 0018:ffff88000ca0ba20 EFLAGS: 00010202 |
1198 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779237] RAX: 0020002000200020 RBX: 0000000000059000 RCX: ffffffff856f29f8 |
1199 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779238] RDX: 000000000055e920 RSI: 0000000000000138 RDI: ffff8801009ac800 |
1200 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779239] RBP: 0000000157a48138 R08: ffff88000ca0ba30 R09: 0000000000000138 |
1201 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779240] R10: 0000000000000000 R11: 000000000055e920 R12: ffff881038dde000 |
1202 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779240] R13: ffff88109ea41000 R14: ffff88000ca0baa8 R15: ffff880100cbe008 |
1203 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779242] FS: 00007f8e4e9a4700(0000) GS:ffff88207fd60000(0000) knlGS:0000000000000000 |
1204 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779243] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1205 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779244] CR2: 00007f8ed5548253 CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1206 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779245] Stack: |
1207 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779247] ffffffffa005e3e1 ffff881039311740 0000000000000138 000000000000001a |
1208 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779249] 0000000000100000 ffff88109ea41000 ffff8810349cf008 ffff8810349cf008 |
1209 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779251] ffff88000ca0bbf0 0000000000000001 ffffffffa022680b ffff88000ca0baa8 |
1210 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779251] Call Trace: |
1211 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779259] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1212 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779269] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1213 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779277] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1214 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779281] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1215 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779285] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1216 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779296] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1217 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779299] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1218 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779308] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1219 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779311] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1220 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779315] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1221 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779318] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1222 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779322] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1223 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779324] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1224 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779328] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1225 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779331] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1226 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779334] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1227 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779338] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1228 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779356] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1229 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779361] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1230 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779362] RSP <ffff88000ca0ba20> |
1231 | Feb 24 10:52:32 restbase2001 kernel: [1768001.779364] ---[ end trace e4315b19909c661c ]--- |
1232 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811515] general protection fault: 0000 [#29] SMP |
1233 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811551] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1234 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811567] CPU: 7 PID: 19141 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1235 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811568] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1236 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811570] task: ffff880074d02a20 ti: ffff88000fa20000 task.ti: ffff88000fa20000 |
1237 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811578] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1238 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811580] RSP: 0018:ffff88000fa23a20 EFLAGS: 00010206 |
1239 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811581] RAX: 0020002000200020 RBX: 0000000000020000 RCX: ffffffff856f29f8 |
1240 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811582] RDX: 00000000000fcefc RSI: 0000000000000300 RDI: ffff8801009ac800 |
1241 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811583] RBP: 000000003f3bf300 R08: ffff88000fa23a30 R09: 0000000000000300 |
1242 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811584] R10: 0000000000000000 R11: 00000000000fcefc R12: ffff881038dde000 |
1243 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811585] R13: ffff880c75d3c400 R14: ffff88000fa23aa8 R15: ffff880100cbe008 |
1244 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811587] FS: 00007f8ab0d92700(0000) GS:ffff88103fce0000(0000) knlGS:0000000000000000 |
1245 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811588] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1246 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811589] CR2: 00007f8ed390f10a CR3: 0000001035ef6000 CR4: 00000000001407e0 |
1247 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811590] Stack: |
1248 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811592] ffffffffa005e3e1 ffff881039311740 0000000000000300 0000000000000010 |
1249 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811594] 0000000000100000 ffff880c75d3c400 ffff8810349cf008 ffff8810349cf008 |
1250 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811595] ffff88000fa23bf0 0000000000000001 ffffffffa022680b ffff88000fa23aa8 |
1251 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811596] Call Trace: |
1252 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811604] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1253 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811614] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1254 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811622] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1255 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811628] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1256 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811633] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1257 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811637] [<ffffffff81175c34>] ? workingset_refault+0x54/0xa0 |
1258 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811648] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1259 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811651] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1260 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811660] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1261 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811664] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1262 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811669] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1263 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811674] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1264 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811678] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1265 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811681] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1266 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811685] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1267 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811689] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1268 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811692] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1269 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811697] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1270 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811716] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1271 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811721] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1272 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811722] RSP <ffff88000fa23a20> |
1273 | Feb 24 10:52:32 restbase2001 kernel: [1768001.811724] ---[ end trace e4315b19909c661d ]--- |
1274 | Feb 24 10:52:48 restbase2001 kernel: [1768016.284074] md: md1: resync done. |
1275 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354517] RAID1 conf printout: |
1276 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354518] --- wd:4 rd:4 |
1277 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354519] disk 0, wo:0, o:1, dev:sda2 |
1278 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354520] disk 1, wo:0, o:1, dev:sdb2 |
1279 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354520] disk 2, wo:0, o:1, dev:sdc2 |
1280 | Feb 24 10:52:48 restbase2001 kernel: [1768016.354521] disk 3, wo:0, o:1, dev:sdd2 |
1281 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364418] RAID1 conf printout: |
1282 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364418] --- wd:4 rd:4 |
1283 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364419] disk 0, wo:0, o:1, dev:sda2 |
1284 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364419] disk 1, wo:0, o:1, dev:sdb2 |
1285 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364420] disk 2, wo:0, o:1, dev:sdc2 |
1286 | Feb 24 10:52:48 restbase2001 kernel: [1768016.364420] disk 3, wo:0, o:1, dev:sdd2 |
1287 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356203] general protection fault: 0000 [#30] SMP |
1288 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356237] Modules linked in: raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq binfmt_misc 8021q garp mrp stp llc nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_filter ip6_tables xt_tcpudp xt_pkttype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack nf_conntrack iptable_filter ip_tables x_tables nfsd auth_rpcgss oid_registry nfs_acl nfs lockd grace fscache sunrpc x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iTCO_wdt iTCO_vendor_support evdev kvm crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd psmouse ttm pcspkr serio_raw drm_kms_helper sb_edac drm edac_core i2c_i801 i2c_algo_bit lpc_ich i2c_core ioatdma mfd_core hpilo hpwdt dca tpm_tis tpm pcc_cpufreq ipmi_si 8250_fintek ipmi_msghandler processor thermal_sys shpchp acpi_power_meter wmi button autofs4 ext4 crc16 mbcache jbd2 dm_mod raid0 raid1 md_mod uhci_hcd ehci_pci xhci_pci sd_mod sg tg3 xhci_hcd ehci_hcd ptp hpsa pps_core usbcore crc32c_intel libphy usb_common scsi_mod |
1289 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356253] CPU: 7 PID: 4892 Comm: java Tainted: G D 3.19.0-2-amd64 #1 Debian 3.19.3-9 |
1290 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356254] Hardware name: HP ProLiant DL360 Gen9, BIOS P89 07/20/2015 |
1291 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356256] task: ffff8810366cc390 ti: ffff881ebfb08000 task.ti: ffff881ebfb08000 |
1292 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356263] RIP: 0010:[<ffffffffa005e244>] [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1293 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356265] RSP: 0018:ffff881ebfb0ba20 EFLAGS: 00010206 |
1294 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356266] RAX: 0020002000200020 RBX: 0000000000067000 RCX: ffffffff856f29f8 |
1295 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356266] RDX: 00000000002b4f7e RSI: 00000000000000c8 RDI: ffff8801009ac800 |
1296 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356267] RBP: 00000000ad3df8c8 R08: ffff881ebfb0ba30 R09: 00000000000000c8 |
1297 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356268] R10: 0000000000000000 R11: 00000000002b4f7e R12: ffff881038dde000 |
1298 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356269] R13: ffff881035d21100 R14: ffff881ebfb0baa8 R15: ffff880100cbe008 |
1299 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356271] FS: 00007fd96dc6b700(0000) GS:ffff88103fce0000(0000) knlGS:0000000000000000 |
1300 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356272] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 |
1301 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356273] CR2: 00007fdb70eecdbf CR3: 0000000af7435000 CR4: 00000000001407e0 |
1302 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356274] Stack: |
1303 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356276] ffffffffa005e3e1 ffff881039311740 00000000000000c8 0000000000000007 |
1304 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356278] 0000000000100000 ffff881035d21100 ffff8810349cf008 ffff8810349cf008 |
1305 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356279] ffff881ebfb0bbf0 0000000000000001 ffffffffa022680b ffff881ebfb0baa8 |
1306 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356280] Call Trace: |
1307 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356288] [<ffffffffa005e3e1>] ? raid0_mergeable_bvec+0x101/0x160 [raid0] |
1308 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356297] [<ffffffffa022680b>] ? linear_merge+0x4b/0x60 [dm_mod] |
1309 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356305] [<ffffffffa022096c>] ? dm_merge_bvec+0xac/0x110 [dm_mod] |
1310 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356310] [<ffffffff81298ad3>] ? __bio_add_page+0x1f3/0x280 |
1311 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356315] [<ffffffff811fbd8f>] ? do_mpage_readpage+0x28f/0x670 |
1312 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356326] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1313 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356329] [<ffffffff811fc242>] ? mpage_readpages+0xd2/0x120 |
1314 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356338] [<ffffffffa0190030>] ? _ext4_get_block+0x1a0/0x1a0 [ext4] |
1315 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356342] [<ffffffff8121c576>] ? dquot_file_open+0x16/0x50 |
1316 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356347] [<ffffffff8119c251>] ? alloc_pages_current+0x91/0x110 |
1317 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356352] [<ffffffff8115c5d3>] ? __do_page_cache_readahead+0x173/0x200 |
1318 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356355] [<ffffffff8115c8ac>] ? ondemand_readahead+0x24c/0x260 |
1319 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356357] [<ffffffff81151156>] ? generic_file_read_iter+0x486/0x5d0 |
1320 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356361] [<ffffffff811bec31>] ? new_sync_read+0x71/0xa0 |
1321 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356364] [<ffffffff811bfe41>] ? vfs_read+0x81/0x130 |
1322 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356367] [<ffffffff811bff32>] ? SyS_read+0x42/0xb0 |
1323 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356371] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1324 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356389] Code: 89 08 48 2b 17 48 63 4b 10 5b 5d 48 c1 fa 03 48 0f af d0 4c 89 d8 41 5c 4c 0f af d2 31 d2 48 f7 f1 48 8b 47 08 48 63 d2 4c 01 d2 <48> 8b 04 d0 c3 0f 1f 80 00 00 00 00 89 f1 83 ee 01 31 d2 21 c6 |
1325 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356394] RIP [<ffffffffa005e244>] map_sector.isra.3+0x84/0xc0 [raid0] |
1326 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356394] RSP <ffff881ebfb0ba20> |
1327 | Feb 24 10:52:48 restbase2001 kernel: [1768017.356416] ---[ end trace e4315b19909c661e ]--- |
1328 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428370] INFO: rcu_sched detected stalls on CPUs/tasks: { 4} (detected by 17, t=5252 jiffies, g=136319044, c=136319043, q=47738) |
1329 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428371] Task dump for CPU 4: |
1330 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428374] mdadm R running task 0 28718 28505 0x00000008 |
1331 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428377] ffffffff81a87c68 ffffffff813b1ca0 ffffffff813ace8c 0000000000000060 |
1332 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428379] 0000000000000001 ffffffff81af64b0 0000000000000001 00000000000001f0 |
1333 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428380] ffffffff813b3130 0000000500000000 0000000000000046 0000000000000010 |
1334 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428381] Call Trace: |
1335 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428388] [<ffffffff813b1ca0>] ? wait_for_xmitr+0xa0/0xa0 |
1336 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428390] [<ffffffff813ace8c>] ? uart_console_write+0x3c/0x70 |
1337 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428393] [<ffffffff813b3130>] ? serial8250_console_write+0x100/0x240 |
1338 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428400] [<ffffffff810b9c19>] ? call_console_drivers.constprop.21+0x99/0xe0 |
1339 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428402] [<ffffffff810bb22f>] ? console_unlock+0x35f/0x450 |
1340 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428404] [<ffffffff810bb6d0>] ? vprintk_emit+0x3b0/0x550 |
1341 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428409] [<ffffffff8154cb4e>] ? printk+0x4d/0x52 |
1342 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428422] [<ffffffffa05e83da>] ? run+0x78a/0xa00 [raid456] |
1343 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428433] [<ffffffffa027181f>] ? level_store+0x37f/0x6d0 [md_mod] |
1344 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428442] [<ffffffffa026ca94>] ? md_attr_store+0xb4/0x100 [md_mod] |
1345 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428446] [<ffffffff8123447c>] ? kernfs_fop_write+0x12c/0x180 |
1346 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428450] [<ffffffff811bf452>] ? vfs_write+0xb2/0x1f0 |
1347 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428453] [<ffffffff811bffe2>] ? SyS_write+0x42/0xb0 |
1348 | Feb 24 10:53:21 restbase2001 kernel: [1768017.428456] [<ffffffff815534cd>] ? system_call_fast_compare_end+0xc/0x11 |
1349 | Feb 24 10:53:21 restbase2001 kernel: [1768050.312006] RAID conf printout: |
1350 | Feb 24 10:53:21 restbase2001 kernel: [1768050.327632] --- level:4 rd:5 wd:4 |
1351 | Feb 24 10:53:21 restbase2001 kernel: [1768050.345235] disk 0, o:1, dev:sda3 |
1352 | Feb 24 10:53:21 restbase2001 kernel: [1768050.366062] disk 1, o:1, dev:sdb3 |
1353 | Feb 24 10:53:21 restbase2001 kernel: [1768050.383920] disk 2, o:1, dev:sdc3 |
1354 | Feb 24 10:53:21 restbase2001 kernel: [1768050.400730] disk 3, o:1, dev:sdd3 |
1355 | Feb 24 10:53:21 restbase2001 kernel: [1768050.434027] md: bind<sde3> |
1356 | Feb 24 10:53:21 restbase2001 kernel: [1768050.563422] RAID conf printout: |
1357 | Feb 24 10:53:21 restbase2001 kernel: [1768050.578422] --- level:4 rd:6 wd:5 |
1358 | Feb 24 10:53:21 restbase2001 kernel: [1768050.594593] disk 0, o:1, dev:sda3 |
1359 | Feb 24 10:53:21 restbase2001 kernel: [1768050.610733] disk 1, o:1, dev:sdb3 |
1360 | Feb 24 10:53:21 restbase2001 kernel: [1768050.627022] disk 2, o:1, dev:sdc3 |
1361 | Feb 24 10:53:21 restbase2001 kernel: [1768050.643082] disk 3, o:1, dev:sdd3 |
1362 | Feb 24 10:53:21 restbase2001 kernel: [1768050.659462] disk 4, o:1, dev:sde3 |
1363 | Feb 24 10:53:21 restbase2001 kernel: [1768050.675816] md: reshape of RAID array md2 |
1364 | Feb 24 10:53:21 restbase2001 kernel: [1768050.695081] md: minimum _guaranteed_ speed: 1000 KB/sec/disk. |
1365 | Feb 24 10:53:21 restbase2001 kernel: [1768050.722701] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for reshape. |
1366 | Feb 24 10:53:21 restbase2001 kernel: [1768050.767455] md: using 128k window, over a total of 969766912k. |
after rebooting the machine, lvchange -ay /dev/mapper/restbase2001-vg-srv restarted the raid reshaping. I've also run a forced fsck on the filesystem which came up clean. The reconstruction ran for 2.5h at full speed then I started cassandra back again and throttled the reconstruction at 8MB/s
restbase2001 completed, the level remained at raid4 after reshape finished, however to fix it a mdadm --grow /dev/md2 --level 0 is enough, also pvresize /dev/md2 and lvresize -r -v -l +100%FREE /dev/restbase2001-vg/srv to extend PV + LV + filesystem
Are we firm enough in our plans (vis-a-vis T130218) at this point that we could move forward with the remainder of these raid0 expansions?
Mentioned in SAL [2016-04-07T16:48:39Z] <godog> start raid expansion on restbase2002 T127951
Mentioned in SAL [2016-04-11T08:28:18Z] <godog> start raid expansion on restbase2005 T127951
Mentioned in SAL [2016-04-12T11:10:50Z] <godog> start raid expansion on restbase2006 T127951
done
restbase2001.codfw.wmnet: /dev/mapper/restbase2001--vg-srv 4.5T 2.5T 2.0T 57% /srv restbase2002.codfw.wmnet: /dev/mapper/restbase2002--vg-srv 4.5T 2.4T 2.1T 54% /srv restbase2003.codfw.wmnet: /dev/mapper/restbase2003--vg-var 4.5T 2.4T 2.1T 54% /var restbase2004.codfw.wmnet: /dev/mapper/restbase2004--vg-srv 4.5T 2.5T 2.1T 54% /srv restbase2005.codfw.wmnet: /dev/mapper/restbase2005--vg-var 4.5T 2.5T 2.0T 56% /var restbase2006.codfw.wmnet: /dev/mapper/restbase2006--vg-var 4.5T 2.4T 2.2T 53% /var