集群设置中增加“自动调节系统参数”选项

This commit is contained in:
刘祥超
2023-10-08 15:08:28 +08:00
parent 67aac200a7
commit fe00588039
6 changed files with 18 additions and 7 deletions

View File

@@ -1218,6 +1218,7 @@ func (this *NodeDAO) ComposeNodeConfig(tx *dbs.Tx, nodeId int64, dataMap *shared
// 自动安装nftables
if clusterIndex == 0 {
config.AutoInstallNftables = nodeCluster.AutoInstallNftables
config.AutoSystemTuning = nodeCluster.AutoSystemTuning
}
clusterIndex++