From f26c6cac5c1d5e8200ff194139a518b0559e6888 Mon Sep 17 00:00:00 2001 From: Raghavendra Tilay Date: Mon, 14 Dec 2020 12:35:02 +0000 Subject: [PATCH] HPE: Add Peer Persistence support for Primera backend Last year, code changes were done to add Peer Persistence support for the HPE 3PAR backend. Change details: I2d0342adace69314bd159d3d6415a87ff29db562 The same code changes work for the newer HPE Primera backend. This patch updates the documentation. Change-Id: I0df55ee5548caa6f37522253ffa6f081000c78bb --- .../configuration/block-storage/drivers/hpe-3par-driver.rst | 4 ++-- releasenotes/notes/hpe-3par-pp-primera-a3442d004545b3a9.yaml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/hpe-3par-pp-primera-a3442d004545b3a9.yaml diff --git a/doc/source/configuration/block-storage/drivers/hpe-3par-driver.rst b/doc/source/configuration/block-storage/drivers/hpe-3par-driver.rst index bad3e3d4c7d..dd5e48d7373 100644 --- a/doc/source/configuration/block-storage/drivers/hpe-3par-driver.rst +++ b/doc/source/configuration/block-storage/drivers/hpe-3par-driver.rst @@ -502,8 +502,8 @@ bootable volume creation may fail. Peer Persistence support ~~~~~~~~~~~~~~~~~~~~~~~~ -Given 3PAR backend configured with replication setup, currently only -Active/Passive replication is supported by 3PAR in OpenStack. When +Given 3PAR/Primera backend configured with replication setup, currently only +Active/Passive replication is supported by 3PAR/Primera in OpenStack. When failover happens, nova does not support volume force-detach (from dead primary backend) / re-attach to secondary backend. Storage engineer's manual intervention is required. diff --git a/releasenotes/notes/hpe-3par-pp-primera-a3442d004545b3a9.yaml b/releasenotes/notes/hpe-3par-pp-primera-a3442d004545b3a9.yaml new file mode 100644 index 00000000000..121e324fd31 --- /dev/null +++ b/releasenotes/notes/hpe-3par-pp-primera-a3442d004545b3a9.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add Peer Persistence support for HPE Primera backend. +