Cache has limited uses (short write boosts or constantly reoccurring read boosts) … most people do not make use of these patterns … so here the cache does nothing besides slowing down
Oh it’s just one drive … even worse, single drive cache is extremely dangerous as you lose access to all data upon failure. NEVER EVER run cache on just a single drive.
A RAID1 SSD array (again, never on a single drive) is a very good idea for the system volume, it would be the default storage for installed apps, so apps that use databases or metadata would load MUCH faster than from HDD.
OK. So I could use the M.2 SSD as another drive but I should get a second one.
So looking at some docs in the knowledge base, if I want to reinstall the OS, I need to completely re-initialize the NAS - ie: Make sure all my data is backed up and then wipe it and start over then restore the data.
Is there any way to reinstall the OS w/o losing everything first?
Number one rule is to always have backups … if you have to think about backups now … you dodged a VERY expensive bullet down the line (when your system/RAID failed or you/someone deleted your files).
Create and maintain a backup strategy
Setup your system from scratch (delete all disks (including the SSDs)
You setup your system first with the two SSD in RAID1 with the system volume
Then you restore your HDD storage and restore your files from backups
If you set up the system on the SSD’s in RAID1 then couldn’t you just leave all the data as-is on the other RAID drives? Or would the new OS install basically require that all the RAID arrays be recreated which would wipe out your data anyhow.
I’m trying to just figure out how to save some time here.
If I am going through this, I may just want to invest in a couple of additional 10 TB drives and expand my first storage volume…
QuTS has some quirks when it comes to adding disks later to existing pools (depending what z level your chose), otherwise I think ZFS is pretty good. I use it on my h1288X and it works great.
Apps are pretty much the same, the OS is almost the same between QTS and QuTS (the OS is also still installed on md9 and md13 in ext partitions, even on QuTS)