Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Data Storage

Journal jawtheshark's Journal: [RAID] Toying with OpenBSD softraid 2

As you read in previous journals, I now have 2x2TB in RAID1, both Hitachi disks and 1x2TB USB disk which is a Seagate, I'm not particularly a fan of Seagate, but it was on sale. What I tried today is the following:

  • Create a disklabel on the Seagate matching the Hitachis
  • Remove the Seagate
  • Remove the second Hitachi
  • Put in the Seagate in the place of the Hitachi
  • Try to rebuild the RAID

Now that didn't quite work out as I expected. First off, I though that SATA would support hot-swap out of the box. I'm not sure the described problems are OpenBSDs "flaws" or due to my SATA chipset (running in AHCI mode). While the machine didn't fail immediately after the removal of the Hitachi, OpenBSD clearly kept insisting that the disk named sd1 was the Hitachi. Sooner or later I got a kernel panic. Upon reboot, sd1 was now indeed the Seagate and sd2 was the Hitachi. Oddly enough, OpenBSD detected that sd2 was formerly part of the RAID. It didn't insert it into the RAID, but the detection was clear from the dmesg. At this point I should have added the new disk to the RAID and rebuild, but due to the Hitachi interfering, I abstained.

I shut down the machine, put it back in the original state and rebooted. Everything comes up nicely, the softraid in degraded mode. It doesn't seem to restart the rebuild on it's own. After reading the man page, I tried several rebuild commands. None worked. Googling gave me tons of outdated information. Finally, I found a comment of the developer (Marco Peereboom) that he added an example to the man pages. That man page wasn't included in OpenBSD 4.7, but it is there on the OpenBSD website. Basically, for my system is was: bioctl -R /dev/sd1d sd3. Now the RAID is rebuilding. How long that will take is anyones guess ;-)

Next up: configure the Seagate as backup disk and leave the system alone.

I have not the impression this stuff is quite ready for prime-time. I fail to see an easy way to add a "new" disk to an existing array. I might be overseeing, but I guess I'll find out whenever one of those disks go haywire.

The good news of course, is that the system works in degraded mode which is a good thing. Coupled with the nightly backup, it should just be fine.

This discussion has been archived. No new comments can be posted.

[RAID] Toying with OpenBSD softraid

Comments Filter:

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...