When a target is discovered and the initiator was able to connect to it, it prints "connected to 1". A user may think that the initiator is currently connected to that target (which is wrong).
Signed-off-by: Erez Zilber <[EMAIL PROTECTED]> --- utils/iscsi_discovery | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/iscsi_discovery b/utils/iscsi_discovery index 6059efe..6098c24 100755 --- a/utils/iscsi_discovery +++ b/utils/iscsi_discovery @@ -86,7 +86,7 @@ discover() echo "failed to discover targets at ${ip}" exit 2 else - echo "discovered ${discovered} targets at ${ip}, connected to ${connected}" + echo "discovered ${discovered} targets at ${ip}" fi /bin/rm -f ${df} } -- 1.5.3.7 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---