From ee16945562a1221bde1424250e4474d0bef3cf18 Mon Sep 17 00:00:00 2001 From: AnandatDell <105747555+anandrajak1@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:54:47 -0400 Subject: [PATCH 1/2] CHANGELOG-1.12.0.md Update the Know issues and Deprecation notice --- CHANGELOG/CHANGELOG-1.12.0.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.12.0.md b/CHANGELOG/CHANGELOG-1.12.0.md index a0701fb..0c57626 100644 --- a/CHANGELOG/CHANGELOG-1.12.0.md +++ b/CHANGELOG/CHANGELOG-1.12.0.md @@ -13,11 +13,14 @@ ## Changelog since v1.11.1 ## Known Issues - +When running CSI-PowerMax with Replication in a multi-cluster configuration, the driver on the target cluster fails and the following error is seen in logs: error="CSI reverseproxy service host or port not found, CSI reverseproxy not installed properly" The reverseproxy service needs to be created manually on the target cluster. Follow the instructions here to create it. ## Changes by Kind ### Deprecation - +- Deprecate Encryption. ([#1517](https://github.com/dell/csm/issues/1517)) +- Issue deprecation notice for CSM Volume Group Snapshotter module. ([#1544](https://github.com/dell/csm/issues/1544)) +- Deprecate DockerHub - ([#1435](https://github.com/dell/csm/issues/1435)) + ### Features - Add Support for KubeVirt. ([#1508](https://github.com/dell/csm/issues/1508)) @@ -27,8 +30,6 @@ - CSM 1.12 release specific changes. ([#1435](https://github.com/dell/csm/issues/1435)) - Automatic update of helm charts with latest image version. ([#1414](https://github.com/dell/csm/issues/1414)) - Adding support for PowerMax Magnolia. ([#1410](https://github.com/dell/csm/issues/1410)) -- Issue deprecation notice for CSM Volume Group Snapshotter module. ([#1544](https://github.com/dell/csm/issues/1544)) -- Deprecate Encryption. ([#1517](https://github.com/dell/csm/issues/1517)) - Remove ACC Support. ([#1484](https://github.com/dell/csm/issues/1484)) - Enable Light/Dark Mode Menu in Navbar. ([#1476](https://github.com/dell/csm/issues/1476)) - PowerStore Sync / Metro for Block - CSM Replication. ([#1443](https://github.com/dell/csm/issues/1443)) From 69d41cdf9cdd30d5ace41548e4c6319a7d7dad5c Mon Sep 17 00:00:00 2001 From: AnandatDell <105747555+anandrajak1@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:18:39 -0400 Subject: [PATCH 2/2] Update the Knowissue section --- CHANGELOG/CHANGELOG-1.12.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.12.0.md b/CHANGELOG/CHANGELOG-1.12.0.md index 0c57626..b30d5b3 100644 --- a/CHANGELOG/CHANGELOG-1.12.0.md +++ b/CHANGELOG/CHANGELOG-1.12.0.md @@ -13,7 +13,7 @@ ## Changelog since v1.11.1 ## Known Issues -When running CSI-PowerMax with Replication in a multi-cluster configuration, the driver on the target cluster fails and the following error is seen in logs: error="CSI reverseproxy service host or port not found, CSI reverseproxy not installed properly" The reverseproxy service needs to be created manually on the target cluster. Follow the instructions here to create it. +When using CSI-PowerMax with Replication in a multi-cluster setup, the driver on the target cluster fails and logs an error: `“CSI reverseproxy service host or port not found, CSI reverseproxy not installed properly.”`This means the reverseproxy service isn’t set up correctly on the target cluster. You’ll need to manually create the reverseproxy service on the target cluster by following the provided instructions [here](https://dell.github.io/csm-docs/docs/deployment/csmoperator/modules/replication/#configuration-steps) ## Changes by Kind ### Deprecation