summaryrefslogtreecommitdiffstats
path: root/zfcp.py
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-08-31 15:19:22 +0000
committerKarsten Hopp <karsten@redhat.de>2004-08-31 15:19:22 +0000
commit0cb1b127a65f18c9683376a0dca8a3f67fc1f9bb (patch)
tree26e58d1d5180c7f30c71a3e1414bed4d9f8a032f /zfcp.py
parentcc4e904fc820321513fe21bf8d86d74ad4679d13 (diff)
downloadanaconda-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zfcp.py b/zfcp.py
index 801ebd203..b27deda9a 100644
--- a/zfcp.py
+++ b/zfcp.py
@@ -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"),