From 9d29a53990d3d41dc07f0ce70a2d75d76e53097b Mon Sep 17 00:00:00 2001 From: r1jt Date: Tue, 22 Oct 2024 06:55:32 +0000 Subject: [PATCH] fix: address comment --- common/e2e_config/e2e_config.go | 2 +- configurations/product/mayastor_config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/e2e_config/e2e_config.go b/common/e2e_config/e2e_config.go index df469f3..75c6b9d 100644 --- a/common/e2e_config/e2e_config.go +++ b/common/e2e_config/e2e_config.go @@ -138,7 +138,7 @@ type ProductSpec struct { LvmEnginePluginDriverName string `yaml:"lvmEnginePluginDriverName"` UmbrellaOpenebsHelmChartName string `yaml:"umbrellaOpenebsHelmChartName"` UseUmbrellaOpenEBSChart bool `yaml:"useUmbrellaOpenEBSChart" env:"e2e_use_umbrella_openebs_chart" env-default:"false"` - DisableLocalEngines []string `yaml:"disableLocalEngines"` + DisableEngines []string `yaml:"disableEngines"` PrometheusNodeExporterServicePort int `yaml:"prometheusNodeExporterServicePort" env-default:"10100"` ZfsEnginePluginContainerName string `yaml:"zfsEnginePluginContainerName"` ZfsEnginePluginDriverName string `yaml:"zfsEnginePluginDriverName"` diff --git a/configurations/product/mayastor_config.yaml b/configurations/product/mayastor_config.yaml index c576226..5763381 100644 --- a/configurations/product/mayastor_config.yaml +++ b/configurations/product/mayastor_config.yaml @@ -134,7 +134,7 @@ product: lvmEnginePluginDriverName: "local.csi.openebs.io" umbrellaOpenebsHelmChartName: "mayastor/openebs" useUmbrellaOpenEBSChart: false - disableLocalEngines: + disableEngines: - "lvm" - "zfs" zfsEnginePluginContainerName: "openebs-zfs-plugin"