Displaying 3 results from an estimated 3 matches for "confand".
2006 Sep 29
1
What controls the Read AndX Request byte size?
...g in much larger sizes (4096 and 32768 were
both observed). This is making a huge difference in the launch speed of the
application (an in-house VB app).
My question is, what smb.conf or kernel parameters could be influencing the
512 byte read request? I tried setting various socket options in
smb.confand haven't seen a change. I am running Suse
10.0 with their 3.0.20b samba packages (except we recompiled to include
idmap_rid).
My global settings are:
[global]
unix charset = LOCALE
workgroup = MYDOMAIN
realm = MYDOMAIN.INT
server string = Production File Server...
2020 Apr 27
2
io_uring cause data corruption
On 2020-04-26 19:46, Jeremy Allison via samba wrote:
> On Sun, Apr 26, 2020 at 11:51:42AM +0200, A L via samba wrote:
>> * Connected from a Windows 10 computer over 1G ethernet. * Copy data
>> using Windows Explorer and FastCopy(1) from the Samba share to a
>> local disk. * Verify the sha-256 sum on the files. From what I can
>> see there is data corruption on many of
2020 Apr 27
4
io_uring cause data corruption
...3104aff8eb7c8b488419d09fe *331.bin
7bff13155c38b825def06e269fae3543395f7273104aff8eb7c8b488419d09fe *332.bin
...
continued with the same (wrong) csums till the end.
RESULT: 23 out of 1001 files had correct csum.
=================================
Test 3)
1) Remove io_uring from vfs objects in smb.confand restart Samba.
2) Copy all original files from Test 2
3) All 1001 files' csums are now correct.
=================================
smb.conf:
###########################
[global]
??? log level = 1
??? workgroup = WORKGROUP
??? netbios name = SAMBA
??? server string = Samba Server
??? serv...