This article describes symptoms for a class of storage-related problems, and gives direction for troubleshooting them.
WARNING: SCSILinuxAbortCommand - The driver failed to call scsi_done from its abort handler and yet it returned SUCCESS
WARNING: SCSILinuxAbortCommands Failed, Driver DriverName, for ControllerName
The log messages from SCSILinuxAbortCommand
and SCSILinuxAbortCommands
generally indicate that an abort of an in-flight SCSI command was attempted and that the attempt failed. This generally follows a timeout or other error condition.
If the message is seen once, it may indicate that the SCSI command already completed successfully. If these messages repeat, it may indicate that the storage controller or device is unable to abort the command as requested and that repeated attempts to abort the command are also failing.
To resolve this issue:
SCSILinuxAbortCommands
log line, identify the storage driver and device which is encountering the issue. WARNING: SCSILinuxAbortCommands Failed, Driver ACMEStorageDriver, for vmhba3
vmhba3
. The storage driver named ACMEStorageDriver
is responsible for communication with the storage controller.ACMEStor: ABORT sn SSSS cmd=0x28 retries=0
If you cannot determine why the command is aborting, file a support request with VMware Support and note this KB Article ID (2000641) in the problem description. For more information, see How to Submit a Support Request.