Hey folks, I'm at my wits end. I've been screwing with proxmox for years now, but I'm at a tipping point. I've just used consumer SSDs in it to run my VMs off of - but I just realized after a dozen or so crashes over the last week that I think the SSDs are the culprit. (Really, really terrible write speeds leading to kernel crashes I believe).
I've never gotten an enterprise SSD, if that's even what I need. Any recommendations? New? Used? Brands?
Really. Anything branded from Samsung or Crucial(Micron) is going to be fine. They are the top producers of NAND, produce high quality products, and stand behind warranties. But you are gonna pay out the nose for the privilege of enterprise grade hardware.
You might just be buying lower quality consumer SSD's though, since even they should be able to handle a surprising amount of abuse.
I recently upgraded three of my proxmox hosts with SSDs to make use of ceph. While researching I faced the same question - everyone said you need an enterprise SSD, or ceph would eat it alive. The feature that apparently matters the most in my case is Power Loss Protection (PLP). It's not even primarily needed to protect from an possible outage, but it forces sync writes instead of relying on a cache for performance.
There are some SSDs marketed for usage in data centers, these are generally enterprisey. Often they are classified for "Mixed Use" (read and write) or "Read Intensive". Other interesting metrics are the Drive Writes Per Day (DWPD) and obviously TBW and IOPS.
At the end I went with used Samsung PM883.
But before you fall into this rabbit hole, you might check if you really need an enterprise SSD. If all you're doing is running a few vms in a homelab, I would expect consumer SSDs to work just fine.
Even the slowest SSD write speeds should be faster than an HDD, and those have been running systems perfectly fine for decades. I've never used enterprise SSDs (usually one little consumer SSD, or even USB, for boot/cache and a bunch of HDDs for storage) and I've never had a problem.
To be fair though, old SSDs were usually single cell (but without trim?) so maybe really good quality.
I got an illegally cheap 256GB one for my 3770K for, not 320€ but like less than half, still goes strong...
I'd love sticking a bunch of cheap SSD & maybe HD in a mega secure "drive" but seems there is always some other single point of failure like mobo, remembering the setup etc.
Currently a few samsung drives. I thought I'd be smart and zfs them together for proxmox, but that hasn't been working well. Maybe that's the issue and I just need to split them, I just liked the idea of a lot of storage split up, and that may give me even faster reads/writes. It's been nothing but a pain though. Hell maybe one of them failed and I haven't even noticed.
I use mostly Samsung, SK Hynix, Micron and SanDisk. For bulk storage it doesn't really matter which of those you pick but for fast storage you'll want to be sure the drive offers PLP.
Go hit up fleaBay and see what's available in the way of enterprise drives in the size you need then google the model numbers and check out the datasheets. Once you know what each drive is capable of you can decide which to buy. I usually try to buy 3 dwpd models for VM storage and 1.3 dwpd for bulk, you might prefer to focus on IOPS over endurance it'll depend on your application.
Edit: for a VM host pool you're primarily going to be concerned with IOPS, endurance and having PLP for better ZFS performance. For bulk storage you can skimp on specs to some extent. I prefer to use cheaper drives like the SanDisk cloudspeed eco line for a bulk storage pool and whatever high IOPS+endurance drives I can find cheap for my VM host pool. When you split your pools you can do things like use mirror zdevs for performance for VMs and raid z whatever for bulk storage.
How many drives are you looking to use, what are they for, what interfaces do you have available on the machine (SAS backplane, SATA, any number of available NVMe hookups of some flavor, etc), what pool topology are you trying to use and what is the intended workload you want to jenga tower off of all of the above? With more info people can give you more specific recommendations. (E: and what sort of machine are you running things on while I'm at it, processors and amount of RAM would be useful)