From ef8d32feb8a8b5a9283c68c7060faaa3adc70952 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 16 Sep 2004 15:35:08 +0000 Subject: wwpn is name, not number (#131804) --- zfcp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zfcp.py') diff --git a/zfcp.py b/zfcp.py index b27deda9a..f2e3cbc97 100644 --- a/zfcp.py +++ b/zfcp.py @@ -24,7 +24,7 @@ from rhpl.log import log class ZFCP: def __init__(self): - self.description = _("zSeries machines can access industry-standard SCSI devices via Fibre Channel (FCP). You need to provide 5 parameters for each device: a 16 bit device number, a 16bit SCSI ID, a 64 bit World Wide Port Number (WWPN), a 16bit SCSI LUN and a 64 bit FCP LUN.") + self.description = _("zSeries machines can access industry-standard SCSI devices via Fibre Channel (FCP). You need to provide 5 parameters for each device: a 16 bit device number, a 16bit SCSI ID, a 64 bit World Wide Port Name (WWPN), a 16bit SCSI LUN and a 64 bit FCP LUN.") self.options = [ (_("Device number"), 1, _("You have not specified a device number or the number is invalid"), -- cgit