I just upgraded my backup server from FreeBSD 9.3 to 10.3. After the upgrade, I see the following in /var/log/messages:
Here is information on /dev/sa0:
And here are the details for /dev/mps0:
I am using sysutils/bacula-server, and its default block size setting is 64512 bytes so nothing has changed there. I know that I can adjust that size for the Bacula storage daemon, but I'm not sure how to figure out what size the buffer should be.
Is there a command I can run to find the actual value for the "supplied buffer"?
Code:
Jun 27 13:50:52 backup kernel: (sa0:mps0:0:3:0): 64512-byte tape record bigger than supplied buffer
Here is information on /dev/sa0:
Code:
% dmesg | grep sa0 | tail -6 | head -5
sa0 at mps0 bus 0 scbus0 target 3 lun 0
sa0: <QUANTUM ULTRIUM 5 3210> Removable Sequential Access SPC-4 SCSI device
sa0: Serial Number HU1313V6JA
sa0: 600.000MB/s transfers
sa0: Command Queueing enabled
And here are the details for /dev/mps0:
Code:
% dmesg | grep mps0 | head -3
mps0: <Avago Technologies (LSI) SAS2008> port 0xec00-0xecff mem 0xd9ff0000-0xd9ffffff,0xd9f80000-0xd9fbffff irq 48 at device 0.0 on pci8
mps0: Firmware: 07.15.08.00, Driver: 20.00.00.00-fbsd
mps0: IOCCapabilities: 185c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,IR>
I am using sysutils/bacula-server, and its default block size setting is 64512 bytes so nothing has changed there. I know that I can adjust that size for the Bacula storage daemon, but I'm not sure how to figure out what size the buffer should be.
Is there a command I can run to find the actual value for the "supplied buffer"?