linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Intel fakeraid working?
@ 2012-04-05  0:56 Phillip Susi
  2012-04-05  1:13 ` NeilBrown
  0 siblings, 1 reply; 12+ messages in thread
From: Phillip Susi @ 2012-04-05  0:56 UTC (permalink / raw)
  To: Linux RAID

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I was trying to use mdadm to activate an intel fakeraid last night and mdadm insisted on activating it as read-only.  I could not get it to switch to read-wrte.  Today I came across this bug:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/972960

It seems that the kernel OOPSed here:

void md_write_start(struct mddev *mddev, struct bio *bi)
{
	int did_change = 0;
	if (bio_data_dir(bi) != WRITE)
		return;

	BUG_ON(mddev->ro == 1);

It appears this is because it wanted to update the metadata, but the array was read-only, so I thought this might be related to what I was seeing, and there is a bug that is preventing the array from correctly going read-write.

Is the Intel fakeraid support actually working yet, or still in development?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPfO3QAAoJEJrBOlT6nu75IS4H/0nerXBIW6wnYrmZPbWZH+sr
kVTVPDAqLCvbUATicLdwsJULWwqJmsyWnXTwnm7Ssug2phmcnK8cDFzNiLY/Q3ez
A0YdMmVog74viMSfZTLVfeiPYnccuTYLeH/U3glJVJ2ISyoFQi0mH6Kd/1eEO153
4XazWr7pj/QFeBsPnYuVlojvlsHR6QwdjU3aAsObdCxWdITrnJLLRYC9S4cgqS9m
Mdh1A4dbzeyj5SrNDAX1McQD+SQDnrPR6r17Tftr9eMcLCp6mzaxYkUu+GE1r8jr
9DRqGqe0sAdNjOn4cFMRZVOaHxMjGUXxxn8tuDNS2/p99P6kdCvQO280PFHByog=
=H98J
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-04-23  4:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05  0:56 Intel fakeraid working? Phillip Susi
2012-04-05  1:13 ` NeilBrown
2012-04-05 18:20   ` Phillip Susi
2012-04-05 23:25     ` NeilBrown
2012-04-06 10:36     ` Jan Ceuleers
2012-04-05 18:23   ` Phillip Susi
2012-04-05 23:24     ` NeilBrown
2012-04-06  1:10       ` Phillip Susi
2012-04-09 23:43         ` NeilBrown
2012-04-10 13:14           ` Phillip Susi
2012-04-23  2:25             ` NeilBrown
2012-04-23  4:06               ` Phillip Susi

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).