summaryrefslogtreecommitdiffstats
path: root/storage/iscsi.py
Commit message (Expand)AuthorAgeFilesLines
* Fix backtrace due to iscsi.getNode() not finding the iscsi nodeHans de Goede2009-08-041-1/+1
* Differentiate between ibft discovered and manually added iscsi disksHans de Goede2009-08-041-0/+4
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-041-3/+1
* Only set iscsi nodes to autostart when none of the LUN's contain /Hans de Goede2009-08-041-8/+9
* Add functions to go from an iScsiDiskDevice to an libiscsi nodeHans de Goede2009-08-041-7/+23
* Forward port various iscsi fixes from 5.4 iscsi workHans de Goede2009-05-061-13/+15
* Remove no longer used iscsi_get_node_record functionHans de Goede2009-04-061-11/+0
* Fixes of errors shown by pylint that didn't get into the beta build.Martin Gracik2009-03-311-21/+16
* Code fixes of errors shown by pylint (mgracik).Chris Lumens2009-03-251-1/+1
* We don't even use partedUtils in this module.Chris Lumens2009-03-241-1/+0
* Do not traceback when writing anaconda.ks with iscsi with auth info.Hans de Goede2009-03-181-4/+4
* We no longer use iscsiadm anywhereHans de Goede2009-03-181-10/+1
* Get iscsi going with the new storage codeHans de Goede2009-03-171-26/+14
* Use hashlib instead of md5 module in iscsi.pyDavid Cantrell2009-03-021-2/+3
* Lots of little updates to make things use the new storage module.David Lehman2009-02-241-14/+9
* Replace old storage modules.David Lehman2009-02-231-0/+332