mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-20 01:30:25 +08:00
集群设置中增加“自动调节系统参数”选项
This commit is contained in:
@@ -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; // 是否自动调节系统参数
|
||||
}
|
||||
|
||||
// 删除集群
|
||||
|
||||
Reference in New Issue
Block a user