[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OpenBSD 2.9] HP NetRAID 4M (aac driver) Undetected
> Date: Sun, 8 Jul 2001 18:37:31 -0600 (MDT)
> From: Colin Cyr <ccyr@sycore.net>
> There were two things that I found questionable, they were:
> - The readout saying SCSI 2, now I may just be reading this wrong, but the
> controller, cabling, saf-te hotswap bays/controller, and harddrives are
> all Ultra 3. Is this running in a performance degraded mode?
No, the disk devices presented is just emulating SCSI. The OS has no
intimate knowledge about the RAID's internal configuration. It will
look this way even on a 3ware escalade RAID controller, which is IDE!
We have chosen to unify the interface to the disklike RAIDsets to be
like SCSI, as it simplifies management. However this also means that
we are lying somewhat. It is not SCSI at all, let alone SCSI2, it is
RAID.
> - Even though the partition is set to span the whole drive (as allowable
> by OpenBSD fdisk), it is still 600MB short on sd0. I believe sd1 is
> completely allocated. All applicable information is listed below.
I am not sure what you are saying here. fdisk is irrelevant, nothing
really cares about fdisk, but the BIOS (a slight lie, but it suffices
to say that for the point of this discussion). What matter is what
you have configured your RAID to be. I guess you have configured it
to be 17767890 sectors, and you seem to be using it all. Or do I
misunderstand what you are asking about?
Niklas