Nostal Yuu
Cadet
- Joined
- Jan 30, 2024
- Messages
- 2
I'm running a TrueNAS on Proxmox VE.
My server spec:
And I setup a Linux bridge which didn't connect to any physical network port, this vmbr is just for networking between internal VMs.
My TrueNAS running on 10.0.0.3, and I also have a Ubuntu VM running on 10.0.0.2.
My NFS mount command:
I configured MTU to 9000.
The question im facing is, the NFS speed is extremely slow compared to Samba.
I use this command to test speed:
And I just got ~150MB/s:
Compared to Samba:
I seached many documents and tried many options but it didn't work at all.
I found the exe time of NFS IO seems to be too long:
But i dont know how to fix this. :(
I hope someone can help me, thanks a lot.
My server spec:
And I setup a Linux bridge which didn't connect to any physical network port, this vmbr is just for networking between internal VMs.
My TrueNAS running on 10.0.0.3, and I also have a Ubuntu VM running on 10.0.0.2.
My NFS mount command:
Code:
mount -t nfs -o rsize=8192,wsize=8192 10.0.0.3:/<pathToMyDataset>
I configured MTU to 9000.
The question im facing is, the NFS speed is extremely slow compared to Samba.
I use this command to test speed:
Code:
dd if=/dev/zero of=/<pathToMyMountpoint> bs=1M count=512
And I just got ~150MB/s:
Compared to Samba:
I seached many documents and tried many options but it didn't work at all.
I found the exe time of NFS IO seems to be too long:
But i dont know how to fix this. :(
I hope someone can help me, thanks a lot.