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
This commit is contained in:
Atsushi Kawai 2022-12-08 09:46:49 +00:00
parent 24a7834088
commit 8359c17f3b
2 changed files with 17 additions and 1 deletions

View File

@ -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, | |

View File

@ -0,0 +1,5 @@
---
features:
- |
Hitachi driver: Additionally support following storages,
Hitachi VSP E590, Hitachi VSP E790 and Hitachi VSP E1090.