CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2008/12/24 12:32:02
Modified files:
sys/dev : softraid.c softraid_aoe.c softraidvar.h
Log message:
This creates the notion of a non-disk softraid device. The aoe target
is such a beast because it doesn't physically add a device to the OS but
exports a RAID partition. It creates a kernel thread for each
exported aoe target. Since it reuses all the goodies in softraid upon
reboot the metadata is discovered and therefore the partition is exported
at boot time.
ok tedu dlg