diff --git a/changelogs/unreleased/7298-ywk253100 b/changelogs/unreleased/7298-ywk253100 new file mode 100644 index 000000000..a12df3439 --- /dev/null +++ b/changelogs/unreleased/7298-ywk253100 @@ -0,0 +1 @@ +Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message \ No newline at end of file diff --git a/pkg/cmd/cli/install/install.go b/pkg/cmd/cli/install/install.go index 9d33b1d51..d66959ce8 100644 --- a/pkg/cmd/cli/install/install.go +++ b/pkg/cmd/cli/install/install.go @@ -151,7 +151,7 @@ func NewInstallOptions() *Options { DefaultVolumesToFsBackup: false, UploaderType: uploader.KopiaType, DefaultSnapshotMoveData: false, - DisableInformerCache: true, + DisableInformerCache: false, } }