You can also buy them second hand. Then they are cheaper than the new consumer SSD. Just make sure to ask for a screenshot of the SMART stats before buying to see how much life expectation is left.
That really depends. That might kill your SSDs within months or maybe they will survive several years. There is stuff like write amplification that you need to take into account when using ZFS or virtualization. SSDs will take damage with each write and used in a server it will be written to 24/7.
Depending on your workload the write amplification might be lower or higher. I for example got a average write amplification of factor 20. So for every 1 GB of data my VM wants to write, 20 GB of data will be actually written to the SSDs NAND flash cells.
Your SSD is rated for 360 TBW over 5 years. That means that the manufacturer will replace your SSD if it is not older than 5 years AND has not written more than 360 TB. But now lets say you also got a write amplification like me. In that case you reach the 360 TB TBW after only writing 18 TB of data. So if you would got a write amplification of factor 20 and you don't want to loose the warranty before the 5 years are over you would be only able to write in average with 114 kb/s (360000000000000 bytes TBW / 20 write amplification / 157680000 seconds = 114155 byte/s). Now lets say you got 5 VMs that needs to share these 114 kb/s. Now your VMs only got 23 kb/s that they are allowed to write (on average of cause). If they write more the SSD might die and the manufacturer won't replace it. 23 kb/s isn't that much. Keep in mind that every VM will write logs and metrics 24/7 and will cache the RAM on disk.
Enterprise SSD should got a lower write amplification because they can cache sync writes and their life expectation is 4 to 30 times higher. So you pay more for them but if they survive 30x times longer this is way cheaper on the long term. And they are also magnitudes faster for server workloads like random sync writes so thats a nice benefit too.
I wouldn't use a HDD as VM storage. Maybe you remeber how fast your Windos computer got when upgrading from a HDD to a SSD? Its the same here with VMs just that you run multiple OSs from that HDD. So If you try to run 10 VMs of one HDD it gets 10 times slower.
HDDs can only handle around 100 Operations per second so they hust can't handle all the IOPS from that multiple VMs running in parallel. SSDs can handle tenthousands or hundredthousands of IOPS instead. So you really want to use SSDs as your VM storage.
You also should considering installing a proxmox backup server becasue raid will never replace a backup.
Hello, a lot of thanks for the information,i am very confused now, i do not want to spend money and waste it . Then, my question is...
¿What use can i give to the 3TB HDD?
I can replace the actual SSD by enterprise SSD (two of them), then, which use can i give to the 1TB consumer SDD and the HDD? The R210 ii only have 2 bays for 3'5" or 4 for 2,5" with one adapter. I have learn a lot with your recommendations, thanks! then, if i buy 2 Enterprise SSD how many GB do you recommend? 1TB Enterprise SSD are very expensive... but i have found some one can i afford. i'am remembering to me all the time the purpose of the server is the center of smarthome, networking and routing and media server and not for professional use...
I have found some Micron SSD - 1TB M600 for 100€ each one...
I have 2 QNAP NAS which can do the backup function, and mantain their NAS function without add the NAS function to the server, then only the server will work with containers and VM.
It is still not clear to me how I can do it. The problem with the internet is that you find too many opinions.
Some tell you to use HDD disks for their write and read speed and the SSD as Cache. Others say to use SSD only, etc. In question what I do have clear is to have a redundancy system (In the documents I have consulted recommend the ZFS although it is more difficult to manage). I want a durable server but not overkill for the home system.
From these doubts arise all the questions I am asking... in your opinion, with the disk space of the R210II what setup would you do?
All SSD? What capacity for the SSD to the purpose i write above? For example if I get the two 1TB enterprise SSD, only these two would be enough for everything in ZFS mode? Would you use the Crucial SSD for another function? 2 x 1TB SSD will be too much for the use i want to give to it?
Your help is much apreciated!