From f50a14dd1bae67944ee1413e2b465c50abb52fbe Mon Sep 17 00:00:00 2001 From: Julia Kreger <juliaashleykreger@gmail.com> Date: Thu, 21 Jul 2016 09:54:51 -0400 Subject: [PATCH] Follow-up text changes for 327807 Address some comments on the original review, mainly changing the release note to be more specific. Change-Id: I0af397fab174e4a7b426fdc69e50dffce5578577 --- ironic_python_agent/hardware.py | 2 +- .../iscsi-detection-on-diskless-hw-f27dcce3aaa35ac2.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ironic_python_agent/hardware.py b/ironic_python_agent/hardware.py index 9dba18606..112e136d5 100644 --- a/ironic_python_agent/hardware.py +++ b/ironic_python_agent/hardware.py @@ -75,7 +75,7 @@ def _check_for_iscsi(): iscsistart -f will print the iBFT or OF info. In case such connection exists, we would like to issue iscsistart -b to create a session to the target. - - if no connection is detected we simply return. + - If no connection is detected we simply return. """ try: utils.execute('iscsistart', '-f') diff --git a/releasenotes/notes/iscsi-detection-on-diskless-hw-f27dcce3aaa35ac2.yaml b/releasenotes/notes/iscsi-detection-on-diskless-hw-f27dcce3aaa35ac2.yaml index bea18de06..ed84110aa 100644 --- a/releasenotes/notes/iscsi-detection-on-diskless-hw-f27dcce3aaa35ac2.yaml +++ b/releasenotes/notes/iscsi-detection-on-diskless-hw-f27dcce3aaa35ac2.yaml @@ -1,3 +1,5 @@ --- fixes: - - If iscsi connection present, connect an iSCSI target share before detecting disks. + - Upon initialization of the agent, an attempt to identify and + initialize any configured hardware iSCSI initiators is performed + prior to detecting disks.