Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-10-05 Thread MasterPrenium
Hi Shaohua, It seems this patch fixed my issue ! Had the issue remaining in 4.13.3, after patched with the following patch, issue seems to be gone. I can't reproduce it anymore. Thanks anyway ;) From: Shaohua Li commit 3664847d95e60a9a943858b7800f8484669740fc upstream. We have a race condi

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-05-13 Thread MasterPrenium
Hi guys, Finally the problem is still present, but harder to reproduce, I couldn't reproduce it with fio... But syncing DRBD stack finally made the kernel crash again : May 13 05:33:49 Node_2 kernel: [ 7040.167706] [ cut here ] May 13 05:33:49 Node_2 kernel: [ 7040.17

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-16 Thread MasterPrenium
Hi Shaohua, I've made some new little tests, maybe it can help. - I tried creating the RAID 5 stack with only 2 drives (mdadm --create /dev/md10 --raid-devices=3 --level=5 /dev/sdc1 /dev/sdd1 missing). The same issue is happening. - but one time (still with 2/3 drives), I was not able to crash

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-09 Thread Shaohua Li
On Sun, Jan 08, 2017 at 02:31:15PM +0100, MasterPrenium wrote: > Hello, > > Replies below + : > - I don't know if this can help but after the crash, when the system > reboots, the Raid 5 stack is re-synchronizing > [ 37.028239] md10: Warning: Device sdc1 is misaligned > [ 37.028541] created bi

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-08 Thread MasterPrenium
Hello, Replies below + : - I don't know if this can help but after the crash, when the system reboots, the Raid 5 stack is re-synchronizing [ 37.028239] md10: Warning: Device sdc1 is misaligned [ 37.028541] created bitmap (15 pages) for device md10 [ 37.030433] md10: bitmap initialized fr

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-05 Thread Shaohua Li
On Thu, Jan 05, 2017 at 03:16:53PM +0100, MasterPrenium wrote: > Hi Shaohua, > > Thanks for your reply. > > Let me explain my "huge". For example, if I'm making a low rate i/o stream, > I don't get a crash (<1MB written / sec) with random i/o, but if I'm making > a random I/O of about 20MB/sec, t

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-05 Thread MasterPrenium
Hi Shaohua, Thanks for your reply. Let me explain my "huge". For example, if I'm making a low rate i/o stream, I don't get a crash (<1MB written / sec) with random i/o, but if I'm making a random I/O of about 20MB/sec, the kernel crashes in a few minutes (for example, making an rsync, or even

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2017-01-04 Thread Shaohua Li
On Fri, Dec 23, 2016 at 07:25:56PM +0100, MasterPrenium wrote: > Hello Guys, > > I've having some trouble on a new system I'm setting up. I'm getting a kernel > BUG message, seems to be related with the use of Xen (when I boot the system > _without_ Xen, I don't get any crash). > Here is configu

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2016-12-30 Thread MasterPrenium
Hello, Thanks for your reply. DRBD isn't part of the kernel ? I was thinking it has been included since 2.6.3x ? I've just tested without DRBD, the issue seems to remain. Can't see the "BUG", but the kernel crashed also. (A little bit later) I don't have full dump since I lost my network conn

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2016-12-30 Thread Jes Sorensen
MasterPrenium writes: > Hello Guys, > > I've having some trouble on a new system I'm setting up. I'm getting a > kernel BUG message, seems to be related with the use of Xen (when I > boot the system _without_ Xen, I don't get any crash). > Here is configuration : > - 3x Hard Drives running on RAID

Re: [Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2016-12-26 Thread MasterPrenium
Hi guys, I've tested the same set-up except with a RAID 1 Soft Array, in this case I get no issue at all. It's definitely a raid 5 problem. As requested, I've tested re-creating the RAID 5 array (just to be sure), issue remains the same, even with metadata 0.90 or metadata 1.2. Thanks, Le 2

[Xen-devel] PROBLEM: Kernel BUG with raid5 soft + Xen + DRBD - invalid opcode

2016-12-23 Thread MasterPrenium
Hello Guys, I've having some trouble on a new system I'm setting up. I'm getting a kernel BUG message, seems to be related with the use of Xen (when I boot the system _without_ Xen, I don't get any crash). Here is configuration : - 3x Hard Drives running on RAID 5 Software raid created by mdadm