linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yi Zhang <yizhan@redhat.com>
To: linux-raid@vger.kernel.org
Cc: shli@fb.com, jmoyer@redhat.com,
	Jes Sorensen <jes.sorensen@redhat.com>, Xiao Ni <xni@redhat.com>
Subject: OOM/panic observed durintg creating RAID4 with DIF/DIX enabled disk
Date: Thu, 18 Aug 2016 05:44:02 -0400 (EDT)	[thread overview]
Message-ID: <2137210845.2497446.1471513442879.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <2062708428.2492143.1471511559011.JavaMail.zimbra@redhat.com>

hello 

I observed OOM/panic during create RAID4 with DIF/DIX enabled disk, here I used scsi-debug to created the DIF/DIX disk.

Full log:
http://pastebin.com/uP3rJcHX

Environment:
4.8.0-rc2
32Gb phycial memory

Reproduced at Iteration:19

Reproduce steps:

#!/bin/bash
modprobe scsi_debug dev_size_mb=16384  num_parts=4 dif=1 dix=1
sleep 5
num=0
while [ $num -lt 100 ]; do
	echo "********************Iteration:$num****************"
	mdadm --create --run /dev/md0 --level 4 --metadata 1.2 --raid-devices 4  /dev/sdc[1-4]  --bitmap=internal --bitmap-chunk=64M --chunk 512
	mdadm --wait /dev/md0
	cat /proc/mdstat
	mdadm -Ss
	mdadm --zero-superblock /dev/sdc[1-4]
	sleep 1
       ((num++))
done

Best Regards,
  Yi Zhang



           reply	other threads:[~2016-08-18  9:44 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <2062708428.2492143.1471511559011.JavaMail.zimbra@redhat.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2137210845.2497446.1471513442879.JavaMail.zimbra@redhat.com \
    --to=yizhan@redhat.com \
    --cc=jes.sorensen@redhat.com \
    --cc=jmoyer@redhat.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=shli@fb.com \
    --cc=xni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).