Shares becoming unresponsive on write

ryancoopster

Cadet
Joined
Dec 13, 2020
Messages
6
Hi All,

I am having issues with my FreeNAS 11.3 server in which certain shares/datasets(I have 6 datasets on one pool, each with an SMB share) will become unresponsive a few hundred megabytes into the transfer. It will start off okay and then after 50-100 megs it will drop off to zero and come back with a few sharp spikes before the server becomes irresponsive. Sometimes it will kick my computer then come back a little while later, and other times I will have to restart it to connect to the GUI or via SMB. The specific share I am having trouble with is the share my video data for plex is stored. Plex is hosted on the FreeNAS server itself.

I have other shares that are able to fully saturate my gig connection with no issue. I have tried resetting the permissions recursively to no avail. I have no idea what to try next. Any help is much appreciated!
 

anodos

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

I am having issues with my FreeNAS 11.3 server in which certain shares/datasets(I have 6 datasets on one pool, each with an SMB share) will become unresponsive a few hundred megabytes into the transfer. It will start off okay and then after 50-100 megs it will drop off to zero and come back with a few sharp spikes before the server becomes irresponsive. Sometimes it will kick my computer then come back a little while later, and other times I will have to restart it to connect to the GUI or via SMB. The specific share I am having trouble with is the share my video data for plex is stored. Plex is hosted on the FreeNAS server itself.

I have other shares that are able to fully saturate my gig connection with no issue. I have tried resetting the permissions recursively to no avail. I have no idea what to try next. Any help is much appreciated!
What's the output of testparm -s?
 

ryancoopster

Cadet
Joined
Dec 13, 2020
Messages
6
Here it is. Media is the share not working correctly, and Projects is working great.

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 = 51200
nsupdate command = /usr/local/bin/samba-nsupdate -g
restrict anonymous = 2
server min protocol = SMB2_02
server role = standalone server
server string = FreeNAS Server
unix extensions = No
idmap config *: range = 90000001-100000000
fruit:nfs_aces = No
idmap config * : backend = tdb
allocation roundup size = 0
directory name cache size = 0
dos filemode = Yes
include = /usr/local/etc/smb4_share.conf


[Dropbox]
aio write size = 0
ea support = No
mangled names = illegal
path = /mnt/mike/Dropbox
read only = No
vfs objects = fruit streams_xattr shadow_copy_zfs ixnas
nfs4:acedup = merge
nfs4:chown = true
fruit:resource = stream
fruit:metadata = stream


[Media]
aio write size = 0
ea support = No
mangled names = illegal
path = /mnt/mike/Media
read only = No
vfs objects = fruit streams_xattr shadow_copy_zfs ixnas
nfs4:acedup = merge
nfs4:chown = true
fruit:resource = stream
fruit:metadata = stream


[Projects]
aio write size = 0
ea support = No
mangled names = illegal
path = /mnt/mike/Archived Projects
read only = No
vfs objects = fruit streams_xattr shadow_copy_zfs ixnas crossrename recycle
nfs4:acedup = merge
nfs4:chown = true
recycle:subdir_mode = 0700
recycle:directory_mode = 0777
recycle:touch = yes
recycle:versions = yes
recycle:keeptree = yes
recycle:repository = .recycle/%U
fruit:resource = stream
fruit:metadata = stream


[SFX]
aio write size = 0
ea support = No
mangled names = illegal
path = /mnt/mike/SFX
read only = No
vfs objects = fruit streams_xattr shadow_copy_zfs ixnas
nfs4:acedup = merge
nfs4:chown = true
fruit:resource = stream
fruit:metadata = stream


[Time Machine]
aio write size = 0
ea support = No
mangled names = illegal
path = /mnt/mike/Time Machine
read only = No
vfs objects = fruit streams_xattr shadow_copy_zfs ixnas
nfs4:acedup = merge
nfs4:chown = true
fruit:volume_uuid = 928a10f4-9f8d-4f04-b944-c7552f939c37
fruit:time machine = yes
fruit:resource = stream
fruit:metadata = stream


[VMs]
aio write size = 0
ea support = No
mangled names = illegal
path = /mn
 

ryancoopster

Cadet
Joined
Dec 13, 2020
Messages
6
Something new,

The name is no longer showing up automatically on the network. If I navigate into finder it will show it but will not let me connect, I can only connect by manually entering the IP.

I have also been able to pull some data off the faulty share but at only 10% of the speed of other shares
 
Last edited:
Top