look it up!
Message
scsi%d (%d,%d,%d) : reservation conflict
Arguments
- host
- SCSI Host No.
- channel
- SCSI Channel No.
- id
- SCSI ID
- lun
- SCSI LUN(Logical Unit Number)
Description
When the SCSI (Small Computer System Interface) device has been reserved by other application host, and another application host was going to use the device, the message is outputted. The SCSI reservation is usually used for exclusive access to a joint disk between systems which constitute a cluster machine. In case of a disk being reserved in one system, any commands fail entirely from another system to the disk, and the RESERVATION_CONFLICT error occurs.
Category
警告(Warning)
Action
Because somebody reserves the device, it needs to search the object. In case of tearing away the reservation from other system by all means, the reservation state is cancelde by sending DEVICE_RESET or BUS_DEVICE_RESET to the device.
Misc
Example
scsi1 (0,0,14) : reservation conflict
License: GFDL
