general/other Oracle cloud VM attached storage CAM errors

I have an arm64 VM running FreeBSD 14.0 on Oracle's cloud. When I attach an external drive as a para-virtualized device the following messages are logged (these are also logged on reboot):

Code:
da1 at vtscsi0 bus 0 scbus0 target 1 lun 1
da1: <ORACLE BlockVolume 1.0> Fixed Direct Access SPC-4 SCSI device
da1: 300.000MB/s transfers
da1: Command Queueing enabled
da1: 76800MB (157286400 512 byte sectors)
(da1:vtscsi0:0:1:1): READ(6)/WRITE(6) not supported, increasing minimum_cmd_size to 10.

  ... 74 seconds later ...

(da1:vtscsi0:0:1:1): SYNCHRONIZE CACHE(10). CDB: 35 00 00 00 00 00 00 00 00 00
(da1:vtscsi0:0:1:1): CAM status: SCSI Status Error
(da1:vtscsi0:0:1:1): SCSI status: Check Condition
(da1:vtscsi0:0:1:1): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
(da1:vtscsi0:0:1:1): Error 22, Unretryable error

The attached storage otherwise works fine and is quite performant. I see no errors during normal usage after the initial attachment.

What do these errors mean, and should I do something to remediate them?
 
Back
Top