Displaying 5 results from an estimated 5 matches for "share_no_io_uring".
2020 May 01
0
io_uring cause data corruption
...es
??? path = /media/usb-backup
??? writeable = no
??? browseable = yes
??? read only = yes
??? create mask = 0664
??? directory mask = 0775
??? guest only = Yes
??? guest ok = Yes
??? force user = nasuser
??? force group = nas
??? inherit owner = Yes
??? vfs objects = btrfs, io_uring
[share_no_io_uring]
??? comment = USB Backup - Media files
??? path = /media/usb-backup
??? writeable = no
??? browseable = yes
??? read only = yes
??? create mask = 0664
??? directory mask = 0775
??? guest only = Yes
??? guest ok = Yes
??? force user = nasuser
??? force group = nas
??? inherit owner = Ye...
2020 May 01
2
io_uring cause data corruption
On 01/05/2020 14:35, A L via samba wrote:
> True.. I just copied from another share. Would that have a impact on
> the current problem with io_uring?
I do not know, I'll leave that up to Jeremy, but it has to be worth
trying without the lines.
Rowland
2020 Apr 30
2
io_uring cause data corruption
On Thu, Apr 30, 2020 at 10:25:49AM +0200, A L wrote:
> So I did some more tests. smbclient mget does not copy in the same way
> Windows Explorer does. When copying in Windows Explorer, there are many
> multiple concurrent threads used to transfer the files. With smbclient mget
> there are no corruptions, both locally and over the network from another
> Linux machine.
>
> I
2020 May 01
2
io_uring cause data corruption
...he same corruptions still happen.
>
> ########
> [share_io_uring]
> ??? comment = USB Backup - Media files
> ??? path = /media/usb-backup
> ??? browseable = yes
> ??? read only = yes
> ??? guest only = Yes
> ??? guest ok = Yes
> ??? vfs objects =? io_uring
>
> [share_no_io_uring]
> ??? comment = USB Backup - Media files
> ??? path = /media/usb-backup
> ??? browseable = yes
> ??? read only = yes
> ??? guest only = Yes
> ??? guest ok = Yes
> ??? vfs objects =
> ########
OK, I'm going to try and reproduce with a Windows 10 client
against Samba mas...
2020 May 01
0
io_uring cause data corruption
...#######
>> [share_io_uring]
>> ??? comment = USB Backup - Media files
>> ??? path = /media/usb-backup
>> ??? browseable = yes
>> ??? read only = yes
>> ??? guest only = Yes
>> ??? guest ok = Yes
>> ??? vfs objects =? io_uring
>>
>> [share_no_io_uring]
>> ??? comment = USB Backup - Media files
>> ??? path = /media/usb-backup
>> ??? browseable = yes
>> ??? read only = yes
>> ??? guest only = Yes
>> ??? guest ok = Yes
>> ??? vfs objects =
>> ########
> OK, I'm going to try and reproduce...