summaryrefslogtreecommitdiffstats
path: root/zfcp.py
Commit message (Collapse)AuthorAgeFilesLines
* 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