• M
    [SCSI] Log msg when getting Unit Attention · 6e49949c
    Mike Christie 提交于
    If the user accidentally changes LUN mappings or it occurs
    due to a bug, then it can cause data corruption that can take
    months and months to track down. This patch adds a log
    message when getting REPORT_LUNS_DATA_CHANGED and it adds
    a generic message for other Unit Attentions with asc == 0x3f.
    
    We are working on adding support for handling of these errors,
    but I think until then we should at least log a message so
    tracking down problems as a result of one of these changes
    is a little easier.
    Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
    Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
    6e49949c
scsi_error.c 57.2 KB