From b8dd8eaf4e9590d48602f33281881a23f30761e2 Mon Sep 17 00:00:00 2001 From: Rewant Soni Date: Wed, 4 Sep 2024 17:17:08 +0530 Subject: [PATCH] update api description to be inline with the expected behaviour the omap generator is not deployed by default but the api states that it is. update the api description to the expected behaviour Signed-off-by: Rewant Soni --- api/v1alpha1/driver_types.go | 4 ++-- config/crd/bases/csi.ceph.io_drivers.yaml | 4 ++-- config/crd/bases/csi.ceph.io_operatorconfigs.yaml | 4 ++-- deploy/all-in-one/install.yaml | 8 ++++---- deploy/multifile/crd.yaml | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/v1alpha1/driver_types.go b/api/v1alpha1/driver_types.go index 62231764..5fa10638 100644 --- a/api/v1alpha1/driver_types.go +++ b/api/v1alpha1/driver_types.go @@ -302,8 +302,8 @@ type DriverSpec struct { // OMAP generator will generate the omap mapping between the PV name and the RBD image. // Need to be enabled when we are using rbd mirroring feature. - // By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - // it set it to false. + // By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + // it set it to true. //+kubebuilder:validation:Optional GenerateOMapInfo *bool `json:"generateOMapInfo,omitempty"` diff --git a/config/crd/bases/csi.ceph.io_drivers.yaml b/config/crd/bases/csi.ceph.io_drivers.yaml index e592d853..aa0d2148 100644 --- a/config/crd/bases/csi.ceph.io_drivers.yaml +++ b/config/crd/bases/csi.ceph.io_drivers.yaml @@ -3466,8 +3466,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the driver diff --git a/config/crd/bases/csi.ceph.io_operatorconfigs.yaml b/config/crd/bases/csi.ceph.io_operatorconfigs.yaml index 109d0a53..db633aff 100644 --- a/config/crd/bases/csi.ceph.io_operatorconfigs.yaml +++ b/config/crd/bases/csi.ceph.io_operatorconfigs.yaml @@ -3505,8 +3505,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the diff --git a/deploy/all-in-one/install.yaml b/deploy/all-in-one/install.yaml index cb9cc485..2bf5f289 100644 --- a/deploy/all-in-one/install.yaml +++ b/deploy/all-in-one/install.yaml @@ -3716,8 +3716,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the driver @@ -10554,8 +10554,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the diff --git a/deploy/multifile/crd.yaml b/deploy/multifile/crd.yaml index 385d9c76..3155f0a4 100644 --- a/deploy/multifile/crd.yaml +++ b/deploy/multifile/crd.yaml @@ -3707,8 +3707,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the driver @@ -10545,8 +10545,8 @@ spec: description: |- OMAP generator will generate the omap mapping between the PV name and the RBD image. Need to be enabled when we are using rbd mirroring feature. - By default OMAP generator sidecar is deployed with Csi controller plugin pod, to disable - it set it to false. + By default OMAP generator sidecar is not deployed with Csi controller plugin pod, to enable + it set it to true. type: boolean grpcTimeout: description: Set the gRPC timeout for gRPC call issued by the