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
This commit is contained in:
		@@ -75,7 +75,7 @@ def _check_for_iscsi():
 | 
				
			|||||||
    iscsistart -f will print the iBFT or OF info.
 | 
					    iscsistart -f will print the iBFT or OF info.
 | 
				
			||||||
    In case such connection exists, we would like to issue
 | 
					    In case such connection exists, we would like to issue
 | 
				
			||||||
    iscsistart -b to create a session to the target.
 | 
					    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:
 | 
					    try:
 | 
				
			||||||
        utils.execute('iscsistart', '-f')
 | 
					        utils.execute('iscsistart', '-f')
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,5 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
fixes:
 | 
					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.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user