From dbda136ddc0565bdb7d4c0cdc30e87571ade9f14 Mon Sep 17 00:00:00 2001 From: Qiu Jian Date: Fri, 8 Jul 2022 09:32:17 +0800 Subject: [PATCH] fix: remote duplicate enable_remote_executor option --- pkg/hostman/options/options.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/hostman/options/options.go b/pkg/hostman/options/options.go index 38f945b9a2..dc195cadd3 100644 --- a/pkg/hostman/options/options.go +++ b/pkg/hostman/options/options.go @@ -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"`