Need advice on re-configuring a server with new USB DAS

Need advice on re-configuring a server with new DAS

Hardware:
Server
5900x
B450 Gigabyte AORUS M (USB 3.1 Gen2)
32gb ram
1tb nvme
10GbE (10GBASE-T)

Network
TRENDnet 8-Port 10G Switch

NAS
Buffalo TeraStation 51210RH (Got it very cheap, it was an amazon return 85% off)
8TB x 12 RAID6
10GbE (10GBASE-T)

Currently I run everything on docker using Ubuntu Server 22.04 OS and mount the NAS as SMB in fdisk

After 5 years the TeraStation is running low on space, while looking to add more storage on the cheap I saw the videos on hardware raid’s dead and that 10gb USB-C is basically good enough now for storage. So I bought a Terra-Master D6-320 (6-bay USB 3.2 Gen2 10Gbps DAS) after looking around and seeing some reviews (like someone using proxmox and maxing out the connection). I think the following would be my best approach but I’ve never used Proxmox or ZFS before.

The plan is to install Proxmox on the server that currently just runs docker stuff, and then have a Ubuntu server VM running all that docker stuff. Still connecting to the NAS through VM’s fdisk.

Do I tunnel the USB controller in Proxmox to the Ubuntu server VM and figure ZFS in Ubuntu or do I (I think this is possible) create a ZFS poolďą–in Proxmox and give the VM access to it also in Proxmox?

I’m looking for safe / reliable and sorta portable, as in I would like to be able to just plug the USB unit into a different server down line (also running Proxmox) and be able to access all the data for when I upgrade the server in a few years.

So I bought 6 20tb drives for the unit, I would like to use 2 drives as parity, so adding around 80tb of storage to the system. My understanding is it is possible to use that configuration in ZFS I just having looked up how yet.

Am I on the right path, or is there a better way, should TrueNAS be in the mix somehow?

While I can’t tell you what the “best” route will be to go I’ll share what I am doing and it works for me.

I have a old 8 bay USB 3.0 hardware RAID DAS. I have it attached to an openmediavault VM running on top of Proxmox. In proxmox I just passed through the single USB device to that VM.

It works perfectly fine for my use case. I mainly just have local backups going to it weekly which then get backed up to backblaze from there. It’s not the fastest thing ever, and I’m not using ZFS but it’s been chugging along for 8ish years now and I’ve moved it to different hosts over that time with no issues. It’s the hardware I have so I make use of it.

1 Like