I have access to roughly 80 TB of capacity via a SAN, which I want to set up as as 2 NFS shares: 1 share of 70 TB and 1 share of 10 TB. The 10 TB share will have full backup to tape, whereas the 70 TB share will have no backup. Using LVM I will set up two logical volumes, one for each of these shares. The usage of these two NFS shares is to serve files to a cluster of roughly 20 nodes running Torque cluster software, as well a few nodes with Rstudio. I expect to have around 10-20 users accessing the system at any given time.
Now, prior to setting up the volumes, the capacity on the SAN will need to be divided into LUNs. Given the scenario above what would be a acceptable LUN size? I am aware that one possible factor in deciding LUN size is performance vs maintenance i.e. fewer LUNs have lower maintenance but lower performance as well. Given this, a logical LUN size would seems to be 2.5 or 5 TB as the number of LUNs is not too high, but I get some advantage of multiple LUN performance.
Is this an appropriate LUN size, or should I consider alternatives?
Edit:
Client OS: Centos 6.6 Network: From NFS file server to SAN, 2 10 gigabit network connections in round robin.