fix: remote duplicate enable_remote_executor option

This commit is contained in:
Qiu Jian
2022-07-08 09:32:17 +08:00
parent 02a9d84d6e
commit dbda136ddc
+3 -3
View File
@@ -155,9 +155,9 @@ type SHostOptions struct {
OvnEipBridge string `help:"name of bridge for eip traffic management" default:"$HOST_OVN_EIP_BRIDGE|breip"`
OvnUnderlayMtu int `help:"mtu of ovn underlay network" default:"1500"`
EnableRemoteExecutor bool `help:"Enable remote executor" default:"false"`
HostHealthTimeout int `help:"host health timeout" default:"30"`
HostLeaseTimeout int `help:"lease timeout" default:"10"`
// EnableRemoteExecutor bool `help:"Enable remote executor" default:"false"`
HostHealthTimeout int `help:"host health timeout" default:"30"`
HostLeaseTimeout int `help:"lease timeout" default:"10"`
SyncStorageInfoDurationSecond int `help:"sync storage size duration, unit is second, default is every 2 minutes" default:"120"`
StartHostIgnoreSysError bool `help:"start host agent ignore sys error" default:"false"`