Matthew Dillon wrote:
dillon 2005/09/15 21:33:14 PDT
DragonFly src repository
Modified files:
sys/dev/raid/vinum vinumconfig.c vinuminterrupt.c vinumio.c
Log:
Cleanup a couple of serious issues with vinum.
* If someone specifies a partition or a slice instead of a raw drive, such as
'vinum read /dev/da0d' or 'vinum read /dev/da0s1', vinum gets really
confused
when it constructs device names while doing the drive scan. For example,
it was constructing device names like '/dev/da0as1d'. Fixed.
Hmm, I was not sure if we would have encountered this issue; but I knew
that Vinum had its own dscheck(9) like function for parsing vinum disk
label information.
Hiten Pandya
[EMAIL PROTECTED]