RancherOS in SCSI device

Hi,
I am trying to install RancherOS in a GEN 7 HP Proliant with a RAID 5 configuration.
The system is presenting the device as “/dev/cciss/c0d0” and when I try to install the OS:

sudo ros install -c /var/lib/rancher/conf/cloud-config.yml -d /dev/cciss/c0d0

I get the next error:
mke2fs 1.42.13 (17-May-2015)
The file /dev/cciss/c0d01 does not exist and no size was specified.
FATA[0003] Failed to run install err=exit status 1

It seems like the script is missing the “p” in /dev/cciss/c0d01

/dev/cciss/c0d0p1 instead of /dev/cciss/c0d01

Our automated installer doesn’t currently support RAID devices (https://github.com/rancher/os/issues/1250).