OSDN Git Service

scsi: zfcp: properly format LUN (and WWPN) for LUN sharing violation kmsg
authorSteffen Maier <maier@linux.ibm.com>
Thu, 8 Nov 2018 14:44:53 +0000 (15:44 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 15 Nov 2018 20:01:18 +0000 (15:01 -0500)
zfcp: <devbusid>: LUN 0x0 on port 0x5005076......... ...
zfcp: <devbusid>: LUN 0x1000000000000 on port 0x5005076......... ...

should be

zfcp: <devbusid>: LUN 0x0000000000000000 on port 0x5005076......... ...
zfcp: <devbusid>: LUN 0x0001000000000000 on port 0x5005076.........
                  is already in use by CSS., MIF Image ID .

Signed-off-by: Steffen Maier <maier@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/s390/scsi/zfcp_fsf.c

index 0bdbc59..b83d249 100644 (file)
@@ -1811,7 +1811,7 @@ static void zfcp_fsf_open_lun_handler(struct zfcp_fsf_req *req)
        case FSF_LUN_SHARING_VIOLATION:
                if (qual->word[0])
                        dev_warn(&zfcp_sdev->port->adapter->ccw_device->dev,
-                                "LUN 0x%Lx on port 0x%Lx is already in "
+                                "LUN 0x%016Lx on port 0x%016Lx is already in "
                                 "use by CSS%d, MIF Image ID %x\n",
                                 zfcp_scsi_dev_lun(sdev),
                                 (unsigned long long)zfcp_sdev->port->wwpn,