At the end of 2023, citing higher adoption rates of the Linux-based TrueNAS Scale iXsystems announced that the BSD-based TrueNAS Core would only receive maintenance/security updates going forward with no further feature development. [8]
Использоваться будет в основном просто для хранения данных.
И еще пару легких сервисов через Docker подниму.
Никаких особо ресурсоемких задач.
На счет ИБП есть вопрос. А как вообще сервер поймет что нужно выключится когда пропадет питание и заработает ИБП?
never - smartd will poll (check) the device regardless of its power mode. This may cause a disk which is spun-down to be spun-up when smartd checks it. This is the default behavior if the '-n' Directive is not given.
sleep - check the device unless it is in SLEEP mode.
standby - check the device unless it is in SLEEP or STANDBY mode. In these modes most disks are not spinning, so if you want to prevent a laptop disk from spinning up each time that smartd polls, this is probably what you want.
idle - check the device unless it is in SLEEP, STANDBY or IDLE mode. In the IDLE state, most disks are still spinning, so this is probably not what you want.
Maximum number of skipped checks (in a row) can be specified by appending positive number ',N' to POWERMODE (like '-n standby,15'). After N checks are skipped in a row, powermode is ignored and the check is performed anyway.
When a periodic test is skipped, smartd normally writes an informal log message. The message can be suppressed by appending the option ',q' to POWERMODE (like '-n standby,q'). This prevents a laptop disk from spinning up due to this message.