UnexpectedDevelopment
Cadet
- Joined
- Nov 26, 2023
- Messages
- 9
I'm running:
On my TrueNAS server, I have mounted a share from some old Windows file server with:
Yes, this old Windows server ONLY provides smb vers 1.0. I'm moving the media off of it so I can trash it.
I'm using rsync running on the TrueNAS box to move the media off. As soon as the transfers start the kernel log gets flooded with
It floods at a rate of about 50 lines per second. If I don't manually zero the system log every few hours, it will fill up the OS disk.
I have seen this reported in a few places around the net, but no one is offering a solution. Has anyone seen this and have a fix?
- TrueNAS-SCALE-23.10.0.1
- Six-core Xeon E5-2620
- 64 GB RAM
- 1 x RAIDZ3 | 12 wide | 14.55 TiB
- Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (raid mode turned off)
- Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (two)
On my TrueNAS server, I have mounted a share from some old Windows file server with:
Code:
mount -t cifs -o vers=1.0,username=administrator //192.168.xxx.xxx/V /mnt/v
Yes, this old Windows server ONLY provides smb vers 1.0. I'm moving the media off of it so I can trash it.
I'm using rsync running on the TrueNAS box to move the media off. As soon as the transfers start the kernel log gets flooded with
Code:
Dec 18 14:56:36 picasso kernel: CIFS: __readahead_batch() returned 2/15
It floods at a rate of about 50 lines per second. If I don't manually zero the system log every few hours, it will fill up the OS disk.
I have seen this reported in a few places around the net, but no one is offering a solution. Has anyone seen this and have a fix?