Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - atoi is deprecated, use int() instead | Karsten Hopp | 2005-02-14 | 1 | -7/+7 |
| | | | | | - start using builtin .lower() instead of string.lower(), it's almost twice as fast | ||||
* | wwpn is name, not number (#131804) | Jeremy Katz | 2004-09-16 | 1 | -1/+1 |
| | |||||
* | add a short description about the zfcp parameters | Karsten Hopp | 2004-08-31 | 1 | -0/+1 |
| | |||||
* | - check values from the .parm/.conf file, too. Ignore invalid lines | Karsten Hopp | 2004-08-27 | 1 | -7/+10 |
| | |||||
* | - add input verification | Karsten Hopp | 2004-08-27 | 1 | -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 Hopp | 2004-08-26 | 1 | -0/+20 |
| | | | | zfcp_text.py | ||||
* | - cleanup some unused variables | Karsten Hopp | 2004-08-25 | 1 | -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 lowercase | Karsten Hopp | 2004-08-25 | 1 | -2/+5 |
| | | | | - log if files cannot be opened | ||||
* | - ignore alias lines with a comment sign at the beginning. Don't care about ↵ | Karsten Hopp | 2004-08-24 | 1 | -2/+2 |
| | | | | trailing newlines | ||||
* | - add or remove scsi_hostadapter alias from modprobe.conf, if any fcp ↵ | Karsten Hopp | 2004-08-23 | 1 | -5/+32 |
| | | | | devices are configured/not configured. Untested, but at least survives pycheck. | ||||
* | - append to file | Karsten Hopp | 2004-08-20 | 1 | -1/+1 |
| | |||||
* | - add scsi_hostadapter to modprobe.conf when zfcp devices are present | Karsten Hopp | 2004-08-20 | 1 | -0/+4 |
| | |||||
* | The main zfcp stuff, initial versions | Karsten Hopp | 2004-08-02 | 1 | -0/+150 |