You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we make a connection using an ID that is already used, but using a different target address, it gives a success response, but does not show it in NVMfRemoteControllerList
Example -
If the first connection is made using Id as 1 and target address as 10.0.0.1
Next time if I use the same Id as 1, but a different target address (10.0.0.2), it gives a success response but does not list the other connection.
The NVMfRemoteControllerConnect should return an error or should modify connection incase the connection already exists
The text was updated successfully, but these errors were encountered:
If we make a connection using an ID that is already used, but using a different target address, it gives a success response, but does not show it in NVMfRemoteControllerList
Example -
If the first connection is made using Id as 1 and target address as 10.0.0.1
Next time if I use the same Id as 1, but a different target address (10.0.0.2), it gives a success response but does not list the other connection.
The NVMfRemoteControllerConnect should return an error or should modify connection incase the connection already exists
The text was updated successfully, but these errors were encountered: