On Sun, 20 Jul 2008, Aaron Stellman wrote: > Now, on boot, the softraid0 doesn't attach itself to sd0n, perhaps not > implemented yet? I was wondering if there were any plans to create > support for crypto devices so that they could be mounted on boot as > specified in fstab(5).
Yes, but someone needs to wrtie the bits for /etc/rc to implement this. We also plan to add bootloader support for root on softraid, but that will take longer. > Also, is there any plans to be able to specify which key size you'd > want to use with AES_XTS? The kernel code already mostly support AES-XTS-128, but it can only create the volume with AES-XTS-256 at present. Supporting this will require extending the BIOCCREATERAID ioctl to allow it to specify which algorithm to use. -d

