Hi,
I set up a FreeNAS from various parts, comfiguration as follows:
Build FreeNAS-11.1-U1
Platform Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
Memory 16207MB
6 x 7200 2TB drives
1 x SSD as SLOG for the ZVOL.
CIFS, NFS and AFP works fine.
I have 2 ESXi hosts, however, and figured I'd use iSCSI for data stores (NFS works too, but iSCSI is better for some workloads)
I have been troubleshooting some vMotion performance issues nad choppy I/O to the iSCSI volume, and checking the logs I found this
And the same goes for the ESXi side:
The connections only drop when I put some I/O on the link(s).
I have tried both single and multipath, but the result is the same for both.
If I actually get a VM on the iSCSI lun, it performs well, but Storage vMotioning VMs onto the lun takes forever (as is to be expected with a huge number of connection drops)
Only thing I can think of is MTU mismatch, but I have set that to 1500 for VMware, and I have not enabled any mtu changes on the FreeNAS side.
Any suggestions? I amd at my wit's end here...
I set up a FreeNAS from various parts, comfiguration as follows:
Build FreeNAS-11.1-U1
Platform Intel(R) Core(TM) i5-4690K CPU @ 3.50GHz
Memory 16207MB
6 x 7200 2TB drives
1 x SSD as SLOG for the ZVOL.
CIFS, NFS and AFP works fine.
I have 2 ESXi hosts, however, and figured I'd use iSCSI for data stores (NFS works too, but iSCSI is better for some workloads)
I have been troubleshooting some vMotion performance issues nad choppy I/O to the iSCSI volume, and checking the logs I found this
Code:
Feb 4 19:24:18 bombadil WARNING: 192.168.0.184 (iqn.1998-01.com.vmware:esx1vmnic3): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:29 bombadil WARNING: 192.168.0.184 (iqn.1998-01.com.vmware:esx1vmnic3): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:37 bombadil WARNING: 192.168.0.182 (iqn.1998-01.com.vmware:esx2vmnic2): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:38 bombadil WARNING: 192.168.0.184 (iqn.1998-01.com.vmware:esx1vmnic3): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:46 bombadil WARNING: 192.168.0.182 (iqn.1998-01.com.vmware:esx2vmnic2): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:55 bombadil WARNING: 192.168.0.182 (iqn.1998-01.com.vmware:esx2vmnic2): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:24:55 bombadil WARNING: 192.168.0.184 (iqn.1998-01.com.vmware:esx1vmnic3): no ping reply (NOP-Out) after 5 seconds; dropping connection Feb 4 19:25:07 bombadil WARNING: 192.168.0.184 (iqn.1998-01.com.vmware:esx1vmnic3): no ping reply (NOP-Out) after 5 seconds; dropping connection
And the same goes for the ESXi side:
Code:
Description Type Date Time Task Target User Lost access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly. Information 2/4/2018 7:21:42 PM esx2.home.baastad.local Successfully restored access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) following connectivity issues. Information 2/4/2018 7:21:14 PM esx2.home.baastad.local Lost access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly. Information 2/4/2018 7:21:06 PM esx2.home.baastad.local Successfully restored access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) following connectivity issues. Information 2/4/2018 7:20:50 PM esx2.home.baastad.local Lost access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly. Information 2/4/2018 7:20:42 PM esx2.home.baastad.local Successfully restored access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) following connectivity issues. Information 2/4/2018 7:20:29 PM esx2.home.baastad.local Lost access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) due to connectivity issues. Recovery attempt is in progress and outcome will be reported shortly. Information 2/4/2018 7:20:21 PM esx2.home.baastad.local Successfully restored access to volume 5a74dd31-395b13f4-0a8e-18a90566a4e2 (FreeNASiSCSI) following connectivity issues. Information 2/4/2018 7:19:40 PM esx2.home.baastad.local
The connections only drop when I put some I/O on the link(s).
I have tried both single and multipath, but the result is the same for both.
If I actually get a VM on the iSCSI lun, it performs well, but Storage vMotioning VMs onto the lun takes forever (as is to be expected with a huge number of connection drops)
Only thing I can think of is MTU mismatch, but I have set that to 1500 for VMware, and I have not enabled any mtu changes on the FreeNAS side.
Any suggestions? I amd at my wit's end here...