集群设置增加自动硬盘TRIM选项

This commit is contained in:
刘祥超
2024-04-04 17:05:09 +08:00
parent c6f9126ae2
commit 7c5c600e31
6 changed files with 920 additions and 884 deletions

View File

@@ -26,4 +26,5 @@ message NodeCluster {
bool autoInstallNftables = 20;
bytes sshParamsJSON = 21;
bool autoSystemTuning = 23; // 是否自动调节系统参数
bool autoTrimDisks = 24; // 是否自动TRIM硬盘
}