Check impact of special and cache VDEVs in production kafka cluster
When we set up kafka[1-4]
, we set up half of the machines with a special
vdev (storing metadata for the pool), and half of the machines with a cache
vdev (storing the L2 ARC).
It's not obvious whether these SSDs are useful, and we're looking to order new machines, so we should compare system load on the machines with the following configurations:
- special vdev (kafka1)
- no SSD vdev (kafka2)
- cache vdev (kafka3)
- no SSD vdev (kafka4)