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

This commit is contained in:
刘祥超
2023-10-08 16:01:21 +08:00
parent 2b8191001b
commit 96ce664202
6 changed files with 854 additions and 815 deletions

View File

@@ -182,6 +182,7 @@ message CreateNodeClusterRequest {
bytes systemServicesJSON = 8; // 系统服务设置
bytes globalServerConfigJSON = 10; // 服务全局设置
bool autoInstallNftables = 11; // 自动安装nftables
bool autoSystemTuning = 12; // 是否自动调节系统参数
}
message CreateNodeClusterResponse {
@@ -201,6 +202,7 @@ message UpdateNodeClusterRequest {
bool autoRemoteStart = 10;
bool autoInstallNftables = 11;
bytes sshParamsJSON = 12;
bool autoSystemTuning = 13; // 是否自动调节系统参数
}
// 删除集群