Dear Experts,
I've just configured one ESXi 6.0 host and a Synology ds2015xs NAS for MPIO/Multipathing. On the ESXi side I created two VMkernel adapters with a dedicated physical NICs each and all other NICs set to unused. I then added the adapters to the iSCSI software adapter in ESXi. On the NAS side I configured two interfaces within the same subnet as the VMkernel adapters. I then created a target that allows multiple iSCSI sessions, added LUNs and allowed access to the target for the IQN of the iSCSI software adapter of ESXi.
Back on the ESXi side I added a static discovery entry by manually adding one of the NAS devices IP addresses and the target IQN. After rescanning the storage, ESXi showed two paths to the NAS interface for which I entered the IP address as static discovery entry:

With this configuration, multipathing does not work - once I shut down the interface on the NAS, ESXi does not automatically fail over to the second interface of the NAS. After adding a second static discovery entry with specifing the same target but the second IP address of the NAS, ESXi showed all four paths - two to each interface on the NAS:

With this configuration, multipathing works as expected. If one interface on the NAS goes down, ESXi automatically uses a path to the second interface.
Actually, this seems logical. At first I was wondering about whether it is correct that I have to enter each interface of the target manually to get the corresponding paths to it. First I thought that I only need to enter one IP address of the target and that MPIO uses some kind of magic to automatically discover the paths to other available interfaces on the NAS. Later I've seen that this is the case when using dynamic discovery instead of static discovery. However, even dynamic discovery adds all interfaces of the NAS as static discovery entries. Once I remove one of those entries from the list, the corresponding paths are removed as well.
So is my understanding correct that the path information always refers to the corresponding IP address of the target and that a path will stop working once its corresponding IP address is not available anymore?
Thanks,
Michael