Disk
MinIO Infrastructure Selection and Optimization
· ☕ 2 min read
1. Hardware 1.1 CPU Support for AVX/AVX-512, used for erasure coding computation and SIMD operations Support for AES-NI, used for object encryption Total storage per node Recommended vCPU count Up to 1 TB 8 Up to 10 TB 16 Up to 100 TB 32 Up to 1 PB 64 More

Installing and Initializing a PCI SSD
· ☕ 2 min read
1. Check the PCI Interface Device Use lspci to check whether the device is already installed. 1 2 3 lspci |grep storage d8:00.0 Mass storage controller: Shannon Systems Device 2275 Here a Shannon Systems device shows up, which means the SSD is already installed. 1 2 3 4 5 6