From 8359c17f3be37ca035fbf6eb419f9f259402ef88 Mon Sep 17 00:00:00 2001 From: Atsushi Kawai Date: Thu, 8 Dec 2022 09:46:49 +0000 Subject: [PATCH] Hitachi: support new storages This patch is to support following new storages: - Hitachi VSP E590 - Hitachi VSP E790 - Hitachi VSP E1090 Implements: blueprint hitachi-vsp-support-new-storages Change-Id: I7fac2505bbd1c3923f906880348db5312ae3d788 --- .../block-storage/drivers/hitachi-vsp-driver.rst | 13 ++++++++++++- ...i-vsp-support-new-storages-d8e8a527462dba24.yaml | 5 +++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/hitachi-vsp-support-new-storages-d8e8a527462dba24.yaml diff --git a/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst b/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst index 129a669d4df..78872ce8b13 100644 --- a/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst +++ b/doc/source/configuration/block-storage/drivers/hitachi-vsp-driver.rst @@ -13,7 +13,13 @@ Supported storages: +-----------------+------------------------+ | Storage model | Firmware version | +=================+========================+ -| VSP E990, | 93-01-01 or later | +| VSP E590, | 93-03-22 or later | +| E790 | | ++-----------------+------------------------+ +| VSP E990 | 93-01-01 or later | ++-----------------+------------------------+ +| VSP E1090, | 93-06-2x or later | +| E1090H | | +-----------------+------------------------+ | VSP F350, | 88-01-04 or later | | F370, | | @@ -43,6 +49,11 @@ Supported storages: | 5100H, | | | 5500H | | +-----------------+------------------------+ +| VSP 5200, | 90-08-0x or later | +| 5600, | | +| 5200H, | | +| 5600H | | ++-----------------+------------------------+ | VSP F1500 | 80-05-43 or later | | | | | VSP G1000, | | diff --git a/releasenotes/notes/hitachi-vsp-support-new-storages-d8e8a527462dba24.yaml b/releasenotes/notes/hitachi-vsp-support-new-storages-d8e8a527462dba24.yaml new file mode 100644 index 00000000000..655c5cf14a9 --- /dev/null +++ b/releasenotes/notes/hitachi-vsp-support-new-storages-d8e8a527462dba24.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Hitachi driver: Additionally support following storages, + Hitachi VSP E590, Hitachi VSP E790 and Hitachi VSP E1090.