Background Info:
So I have an Ubuntu 14.04 server (1 gigabit nic) and a NAS (Synology DS1815+, 4 gigabit nics). I am maxing out the gigabit line between by Ubuntu 14.04 server and my network regularly. Most but not all of that traffic is to the NAS. The NAS is mounted as a NFS share on the Ubuntu 14.04 server.
I just purchased a USB 3.0 dual gigabit nic adapter (hasn't arrived yet). My plan is to connect the adapter to the server and connect both nics to the NAS. This will serve as a direct connection between the NAS and the server. The NAS officially supports LACP and so does the USB nic adapter.
Questions:
I am trying to understand LACP and how it relates to NFS. I understand LACP doesn't simply double the bandwidth, but I am not sure I grasp how the balancing works with NFS. Relating to transfers between the NAS and server over the dedicated connection, here are my questions:
Will LACP provide any performance benefit on a single file transfer from a single NFS share? (It doesn't seem like it will from what I read but just making sure)
Will LACP provide any performance benefit on multiple simultaneous file transfers from a single NFS share?
Will LACP provide any performance benefit on multiple simultaneous file transfers from multiple NFS shares? (It seems like it would)
The NAS does not officially support balance-rr, but if it works would that be a better option than LACP?
Would another bond mode be more appropriate? (It doesn't seem like it from what I read but just making sure)
Thank you for the assistance!