I ended up using m.2 to u.2 adapter: https://www.startech.com/en-us/hdd/u2m2e125 Which is perfect in height to fit 20x of into the RDS2216.
The build quality is generally good, and typical of Mikrotik hardware with one exception.
The plastic drive caddy's with plastic rails, there seems to be some assembly issues here. 2 out of 2 units I received both needed some adjustments. It was impossible on unit 1 to even use the bottom two drive bays of center 4 drives, on unit 2 i could not get a good connection for the drive to work until I made similar adjustments. Initially I thought the ports were dead until I tested on a drive w/o a caddy.
On unit 1, I had to loosen 4 of the screws on top and bottom of case that support the most center 4 drive bays of the unit, slide in the populated caddy and tighten back up.
On unit 2, I had same issue but 2nd 4 drive bays from right of unit.
After the minor tweak I had no issue getting 20x drives in each working. Other than that, no other assembly issues that I could tell, so if you find it tough to get caddy seated when populated, this might be why.
Once powered up I noticed a few things, the first thing I noticed is, these are loud, I have some noctua fans on order to test out to see if i can get similar airflow rate while trying to quiet the box down a bit. Stock, its not something you want to run in your house, unless its in a well sound insulated room/closet.
Edit: I just got my order of Noctua NF-A4x20 fans. There is some extra work to make them fit and not move around due to not being as thick as stock fans, my biggest concern was they are a fraction of the cfm capabilities of the stock fans but once installed seemed to have no issues maintaining temperatures of the box in an 80f degree room.
Edit 2: See Below, tuning fan to 15-20% lowers noise substantially - no real need to convert to noctua fans.
Opening winbox, I had to go back to block diagram to make sure I wasn't crazy, but I thought this had a switch chip that supported offload capabilities, however no switch menu appears in webfig or winbox. I found /interface/ethernet/switch on cli is present, and when I look at l3hw config, it shows enabled, but l3hw monitor shows l3hw is not running. I assume this is probably going to be implemented at a later date.
As of 7.18.2 - its not currently possible to use winbox or webfig to setup btrfs. attempting to setup btrfs will crash winbox, new and old.
I will say I am a fan of the way mikrotik has done the disk menu logic, the idea of placing file image on an provisioned disk, setting up raid, etc, works well.
I also found the documentation https://help.mikrotik.com/docs/spaces/R ... 9711/Btrfs to not work when working with more than 2 drives.
Code: Select all
/disk/btrfs/filesystem/add-device [find where present-devs=<disk-name-1>] device=<disk-name-2>
/disk/btrfs/filesystem/add-device [find where present-devs=<disk-name-1>] device=<disk-name-3>
/disk/btrfs/filesystem/add-device [find where present-devs=<disk-name-1>] device=<disk-name-4>
Code: Select all
/disk/btrfs/filesystem/add-device number=<id from before> device=<disk-name-3>
As far as disk performance, I haven't done extensive testing yet, but on 10gbe with btrfs configured, it seems to have no issue saturating line rate read/write doing large file copies on NFS and NVME over tcp (using a file on btrfs). NFS though does have some weird IO latency issue with reads after doing a lot of random disk io, but it seems to clear up a few minutes later. I also have it on the to-do list to test sharing out individual disks via nvme over tcp to a server to see if multiple sessions would net more performance. Also test raid setup to see if some of the performance behavior I saw from NFS/SMB goes away.
SMB performance is interesting, copying to the RDS, I can hit about 5-6GBps (large files), but copying from I only see 30MBps, I have it on my to do list to try a container running samba to see what happens there.
Edit: this turned out to be an issue with a CCR2116 and l3hw - once l3hw was restarted issue went away. RDS sustains 10gbit transfers.
Overall, I am a fan of these boxes. For the price, no one really makes this sort of form factor with these capabilities, I'm excited to see what they will bring to this box.