Partial revert of 4606716 until we debug further
This patch partially reverts 46067160e6787631fb5a55193a02794449f22ebf which breaks deployment on some distros (Fedora). Using this patch fixes deployment when trying to deploy on a real baremetal undercloud using Fedora (my dev environment). Not doing a full revert because this patch was large and it now causes conflicts to revert cleanly. Partial bug: 1417307 Change-Id: I2a4f5c4f6ef22092ca97734d02b54838f38b0602
This commit is contained in:
parent
61733283a5
commit
53a93ad49d
@ -86,6 +86,8 @@ def login_iscsi(portal_address, portal_port, target_iqn):
|
||||
check_exit_code=[0],
|
||||
attempts=5,
|
||||
delay_on_retry=True)
|
||||
# NOTE(dprince): partial revert of 4606716 until we debug further
|
||||
time.sleep(3)
|
||||
# Ensure the login complete
|
||||
verify_iscsi_connection(target_iqn)
|
||||
# force iSCSI initiator to re-read luns
|
||||
|
Loading…
x
Reference in New Issue
Block a user