diff --git a/driver-requirements.txt b/driver-requirements.txt
index beb5421862..5756c6f75c 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -11,7 +11,7 @@ python-dracclient>=3.0.0,<4.0.0
 python-xclarityclient>=0.1.6
 
 # The Redfish hardware type uses the Sushy library
-sushy>=1.9.0
+sushy>=2.0.0
 
 # Ansible-deploy interface
 ansible>=2.4
diff --git a/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml b/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml
new file mode 100644
index 0000000000..d67a79fbdd
--- /dev/null
+++ b/releasenotes/notes/min-sushy-version-change-3b697530e0c05dee.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+  - Support for some hardware, including some Dell EMC servers, is
+    broken when using the Redfish hardware type with sushy 1.9.0.
+    The minimum version for the sushy library is now 2.0.0.
+    See `story 2006702 <https://storyboard.openstack.org/#!/story/2006702>`_
+    for more information.