Sorry it's another slow SMB transfer problem... With upload failures

akc1

Dabbler
Joined
Nov 6, 2012
Messages
10
Hi,

Apologies for posting another slow SMB thread but I have used the search and couldn't find anything massively applicable to my situation.

Background: The NAS was working fine on Truenas version 11. something I then upgraded to core 12 and performance has tanked. I was virtualized but have now gone bare metal to try and resolve these issues. I have tried going back to version 11 as well and just can't get my performance back!

System setup:
Supermicro X9SRL-F
E5-2690 V0
96GB Registered ECC Ram
Mellanox ConnectX-5 25Gb NIC running at 10Gb
SAS2308-8I 9217-8I SAS card
6x HGST 7200rpm 4TB NAS Drives
SSD System disk
No tunables and have tried a fresh install

The Issue: Transfers from NAS to desktop seem to start fine then go stop-start-stop-start... as seen below.
Capture.PNG


It's so bad i can't even stream high quality FLAC files without buffering!

Large files sent to the NAS also fail completely, small files transfer fine.

I have run iperf and get a good 10Gb/s result.

Please help my NAS is pretty much unusable at the moment!

Many thanks in advance,

Alex
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hi,

Apologies for posting another slow SMB thread but I have used the search and couldn't find anything massively applicable to my situation.

Background: The NAS was working fine on Truenas version 11. something I then upgraded to core 12 and performance has tanked. I was virtualized but have now gone bare metal to try and resolve these issues. I have tried going back to version 11 as well and just can't get my performance back!

System setup:
Supermicro X9SRL-F
E5-2690 V0
96GB Registered ECC Ram
Mellanox ConnectX-5 25Gb NIC running at 10Gb
SAS2308-8I 9217-8I SAS card
6x HGST 7200rpm 4TB NAS Drives
SSD System disk
No tunables and have tried a fresh install

The Issue: Transfers from NAS to desktop seem to start fine then go stop-start-stop-start... as seen below.
View attachment 47501

It's so bad i can't even stream high quality FLAC files without buffering!

Large files sent to the NAS also fail completely, small files transfer fine.

I have run iperf and get a good 10Gb/s result.

Please help my NAS is pretty much unusable at the moment!

Many thanks in advance,

Alex
What's output of testparm -s?
 

akc1

Dabbler
Joined
Nov 6, 2012
Messages
10
Hi,

Thank you for helping, output below.

Code:
root@tnas-mgmt[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Server role: ROLE_STANDALONE

# Global parameters
[global]
        aio max threads = 2
        bind interfaces only = Yes
        disable spoolss = Yes
        dns proxy = No
        enable web service discovery = Yes
        kernel change notify = No
        load printers = No
        logging = file
        max log size = 5120
        netbios name = TRUENAS
        nsupdate command = /usr/local/bin/samba-nsupdate -g
        registry shares = Yes
        restrict anonymous = 2
        server role = standalone server
        server string = TrueNAS Server
        unix extensions = No
        idmap config *: range = 90000001-100000000
        idmap config * : backend = tdb
        directory name cache size = 0
        dos filemode = Yes


[ak]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/AK
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[comedy]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/Comedy
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[movies]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/Movies
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[music]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/Music
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[video]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/TV
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[VandA Pics]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/VandA Pics
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true


[vanessa]
        ea support = No
        kernel share modes = No
        path = /mnt/AKrz2/Vanessa
        posix locking = No
        read only = No
        vfs objects = streams_xattr shadow_copy_zfs ixnas aio_fbsd
        nfs4:chown = true
root@tnas-mgmt[~]#


Alex
 

akc1

Dabbler
Joined
Nov 6, 2012
Messages
10
Hi Anados,

Thank you for your continued help, I was trouble shooting trying different things yesterday and tried a direct connection between NAS and 10Gb client. FULL SPEED! very strange as my switch config hasn't changed that I am aware of. I now believe this to be a networking issue rather than Truenas but happy to send debug if you think it might still be a Truenas issue?

Alex
 
Top