Hi list, I've setup my homeserver for a RAID 1 software configuration, mostly following instructions of this guide (http://www.argon18.com/raid_openbsd.html) that is based on RAIDFrame kernel support.
Things went ok, and after some days of normal usage I wanted to test efficiency of RAID array so I unplugged one of the two disks, booted and made some file creations on the disk. After that, I halted and plugged again the second disk, getting parity errors (as expected) and now I'm trying to resync the disks, but can't manage how to do it. "raidctl -s raid0" reports the former unplugged disk as failed, but I had no luck in issuing "raidctl -R /dev/wd0d raid0" since it exits almost immediately and from there on system wouldn't accept no more commands. On boot I always got errors regarding raidctl (raid0 already configured) but couldn't manage to get them solved.