diff options
author | Karsten Hopp <karsten@redhat.de> | 2004-08-31 15:19:22 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2004-08-31 15:19:22 +0000 |
commit | 0cb1b127a65f18c9683376a0dca8a3f67fc1f9bb (patch) | |
tree | 26e58d1d5180c7f30c71a3e1414bed4d9f8a032f /zfcp.py | |
parent | cc4e904fc820321513fe21bf8d86d74ad4679d13 (diff) | |
download | anaconda-0cb1b127a65f18c9683376a0dca8a3f67fc1f9bb.tar.gz anaconda-0cb1b127a65f18c9683376a0dca8a3f67fc1f9bb.tar.xz anaconda-0cb1b127a65f18c9683376a0dca8a3f67fc1f9bb.zip |
add a short description about the zfcp parameters
Diffstat (limited to 'zfcp.py')
-rw-r--r-- | zfcp.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +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.options = [ (_("Device number"), 1, _("You have not specified a device number or the number is invalid"), |