linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-scsi@vger.kernel.org
Subject: [Bug 61771] Support for LSI Logic / Symbios Logic M1064E MegaRAID SAS
Date: Fri, 16 May 2014 07:54:00 +0000	[thread overview]
Message-ID: <bug-61771-11613-fwbal9iHNw@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-61771-11613@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=61771

Azamat H. Hackimov <azamat.hackimov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |azamat.hackimov@gmail.com

--- Comment #3 from Azamat H. Hackimov <azamat.hackimov@gmail.com> ---
Hello.
There one trick with mptsas driver from recent kernel. Since this is
unofficial, there NO WARRANTY big warning. I not checked for already existing
RAID with data only on just created RAID. Before any actions on actual data
perform backup first!

Turns out, some LSI / Symbios Logic fakeraid cards can be recognized my mptsas
with additional pciids. All you need is find pciids for you card. My card is

lspci -nn | grep LSI
08:00.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic M1064E
MegaRAID SAS [1000:0057] (rev 04)

Where [1000:0057] is PCI ID. Next you need do follow:

echo "1000 0057" > /sys/bus/pci/drivers/mptsas/new_id

Add this row to /etc/rc.conf or somewhere else for applying to next boot.

If all goes right, you physical disks will be appear in system (check dmesg).
For RAID capabilities you need to install mdadm. It autodetects partitions as
/dev/mdX:

# cat /proc/mdstat
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4]
[raid10]
md126 : active raid1 sde[1] sdd[0]
      142577664 blocks super external:/md127/0 [2/2] [UU]
      [=======>.............]  resync = 39.3% (56174464/142577664)
finish=1351.1min speed=1065K/sec

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

      parent reply	other threads:[~2014-05-16  7:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-21  0:19 [Bug 61771] New: Support for LSI Logic / Symbios Logic M1064E MegaRAID SAS bugzilla-daemon
2013-09-21  0:41 ` [Bug 61771] " bugzilla-daemon
2013-09-21  0:52 ` bugzilla-daemon
2013-11-13 14:42 ` bugzilla-daemon
2013-11-13 14:42 ` bugzilla-daemon
2014-05-16  7:54 ` bugzilla-daemon [this message]

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=bug-61771-11613-fwbal9iHNw@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /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).