summaryrefslogtreecommitdiffstats
path: root/zfcp.py
Commit message (Collapse)AuthorAgeFilesLines
* Disable SCSI devices so we can safely remove a LUN (bhinson, #249341).David Cantrell2008-08-121-0/+27
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+3
| | | | * po/sk.po: Typo fix.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+13
| | | | | | Updated all *.py files to have a uniform GPL boilerplate. Expanded copyright year ranges and listed authors (if they were in the comment section) under the Red Hat Author(s) section.
* * zfcp.py (ZFCPDevice): We need to echo 1 to online for each LUNDavid Cantrell2007-06-011-10/+2
| | | | | we are handed, otherwise the device doesn't become available to anaconda (#207097).
* 2006-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-251-0/+4
| | | | | * zfcp.py (ZFCP.write): Include zfcp in modprobe.conf so that zfcp luns come up post-install (#210094)
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-18/+19
| | | | | | | | | | | * zfcp.py (ZFCPDevice.offlineDevice): Fix a few stupid bugs (ZFCP.startup): Move config reading to here so that we don't have problems with bringing up devs more than once (#210094) (ZFCP.write): Better way of writing out zfcp.conf (ZFCP.writeKS): Write out in anaconda-ks.cfg * iscsi.py (writeKS): Support writing out iscsi bits to anaconda-ks.cfg
* 2006-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-191-39/+20
| | | | | * zfcp.py (ZFCPDevice.onlineDevice): Consolidate repeated code. (ZFCPDevice.offlineDevice): Likewise.
* 2006-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-191-185/+167
| | | | | | | | | | | | | | | | | * partitioning.py (partitionObjectsInitialize): Shutdown/startup zfcp devs here * yuminstall.py (YumBackend.doPreInstall): Remove spurious zfcp.conf copy * zfcp.py: Massive reworking to work better with new UI * ui/zfcp-config.glade: ZFCP config dialog * iw/autopart_type.py: Use zfcp config dialog (#204145) * installclass.py (BaseInstallClass.setSteps): Remove explicit zfcp step * dispatch.py (installSteps): Likewise.
* - update changeloganaconda-11.1.0.75-1Peter Jones2006-08-011-0/+1
| | | | - bump version
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * iw/iscsi_gui.py (iscsiWindow.getNext): Don't need to do the startup here now. * isys/isys.py (compareDrives): Sort xvd devices first since they're the "bootable" ones for Xen (driveIsIscsi): Determine if a drive is iscsi or not. Kind of ugly. * zfcp.py (ZFCP.write): Copy zfcp.conf here. * yuminstall.py (YumBackend.doPreInstall): Write out network, zfcp and iscsi info prior to the install starting. * partitioning.py (partitionObjectsInitialize): Flush drive dict on initialization, set up iscsi devices here, make device nodes for drives * kickstart.py (AnacondaKSHandlers.doIscsi): Initial iscsi kickstart support. This syntax *will* change * iscsi.py (iscsi.action): Set nodes to start up automatically on boot in the db (iscsi.startup): Give a popup while we're waiting on iscsi devs to initialize (iscsi.write): Write out iscsi config * fsset.py: Add various bits so that we can set that a device should be marked as _netdev in the fstab and use it appropriately for iscsi.
* Use new logging system.Chris Lumens2005-08-121-10/+11
|
* - atoi is deprecated, use int() insteadKarsten Hopp2005-02-141-7/+7
| | | | | - start using builtin .lower() instead of string.lower(), it's almost twice as fast
* wwpn is name, not number (#131804)Jeremy Katz2004-09-161-1/+1
|
* add a short description about the zfcp parametersKarsten Hopp2004-08-311-0/+1
|
* - check values from the .parm/.conf file, too. Ignore invalid linesKarsten Hopp2004-08-271-7/+10
|
* - add input verificationKarsten Hopp2004-08-271-37/+82
| | | | - move functions to zfcp.py so that they can be shared between text and gui
* move errormessage windows to zfcp.py, lets see if they can be reused in ↵Karsten Hopp2004-08-261-0/+20
| | | | zfcp_text.py
* - cleanup some unused variablesKarsten Hopp2004-08-251-9/+16
| | | | | - new function common to gui and text mode to update the config files (-1 FIXME) - write /tmp/zfcp.conf earlier
* - make sure strings for sysfs are all in lowercaseKarsten Hopp2004-08-251-2/+5
| | | | - log if files cannot be opened
* - ignore alias lines with a comment sign at the beginning. Don't care about ↵Karsten Hopp2004-08-241-2/+2
| | | | trailing newlines
* - add or remove scsi_hostadapter alias from modprobe.conf, if any fcp ↵Karsten Hopp2004-08-231-5/+32
| | | | devices are configured/not configured. Untested, but at least survives pycheck.
* - append to fileKarsten Hopp2004-08-201-1/+1
|
* - add scsi_hostadapter to modprobe.conf when zfcp devices are presentKarsten Hopp2004-08-201-0/+4
|
* The main zfcp stuff, initial versionsKarsten Hopp2004-08-021-0/+150