-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initiator name not sent to target #109
Comments
The first step is to determine whether it is a bug in the code or whether it is a configuration issue where your config file cannot be read by the iSCSI daemon. When you change the initiator's IQN using |
I experienced the exact same behaviour. |
Here the same and the target host is logging (iqn.2015-01.com.localhost): initiator does not match allowed initiator name. |
I have the same problem. |
When attempting to login to the target, the default initiator name is being sent.
Error
I have changed my hostname and iqn here for privacy, but as you will see, it doesn't matter because it's not what targetd is receiving on the target.
Target log from /var/log/messages on rhel7:
When I change my targetd config to include iqn.2015-01.com.localhost, I am able to login and list the luns.
targetcli on host
Commands executed on client:
Using the default initiator value, I can connect and mount the luns.
How can I make sure that my custom initiator string is sent?
The text was updated successfully, but these errors were encountered: