summaryrefslogtreecommitdiffstats
path: root/zfcp.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-171-7/+13
* * zfcp.py (ZFCPDevice): We need to echo 1 to online for each LUNDavid Cantrell2007-06-011-10/+2
* 2006-10-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-251-0/+4
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-161-18/+19
* 2006-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-191-39/+20
* 2006-09-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-191-185/+167
* - update changeloganaconda-11.1.0.75-1Peter Jones2006-08-011-0/+1
* 2006-06-21 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-211-0/+5
* Use new logging system.Chris Lumens2005-08-121-10/+11
* - atoi is deprecated, use int() insteadKarsten Hopp2005-02-141-7/+7
* 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 errormessage windows to zfcp.py, lets see if they can be reused in zfcp_...Karsten Hopp2004-08-261-0/+20
* - cleanup some unused variablesKarsten Hopp2004-08-251-9/+16
* - make sure strings for sysfs are all in lowercaseKarsten Hopp2004-08-251-2/+5
* - ignore alias lines with a comment sign at the beginning. Don't care about t...Karsten Hopp2004-08-241-2/+2
* - add or remove scsi_hostadapter alias from modprobe.conf, if any fcp devices...Karsten Hopp2004-08-231-5/+32
* - 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