index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
iscsi.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed partedUtils.get_partition_by_name()
David Cantrell
2009-02-12
1
-2
/
+1
*
Rewrite iscsi code using libiscsi
Hans de Goede
2009-02-11
1
-400
/
+122
*
Redirect iscsiadm's stderr away from the console.
Chris Lumens
2009-02-02
1
-6
/
+6
*
Call '/sbin/udevadm settle' instead of /sbin/udevsettle
David Cantrell
2008-12-23
1
-1
/
+1
*
iscsi do missing value check only once
Hans de Goede
2008-11-11
1
-4
/
+4
*
Sleep a bit before calling udevsettle in iscsiTarget.login (#470073, #466661)
Hans de Goede
2008-11-08
1
-0
/
+3
*
iscsi.startup should not login to targets as we are already logged in (#470230)
Hans de Goede
2008-11-08
1
-5
/
+0
*
Remove obsolete normally never reached code from _stopIscsiDaemon (#470229)
Hans de Goede
2008-11-08
1
-14
/
+0
*
make iscsi login code wait for udev to create the devices (#466661, #470073)
Hans de Goede
2008-11-06
1
-0
/
+5
*
Fix various syntax errors caught by PyChecker
Hans de Goede
2008-10-29
1
-1
/
+1
*
Mark iscsi disks not used for / as autostart (rh461840)
Hans de Goede
2008-10-08
1
-1
/
+46
*
Fix typo.
Hans de Goede
2008-09-15
1
-1
/
+1
*
Make iBFT reading explicit from a higher level
Hans de Goede
2008-09-15
1
-8
/
+9
*
Add ibft flag to ease in testing.
Hans de Goede
2008-09-15
1
-1
/
+2
*
Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431, rhbz#432819)
Hans de Goede
2008-09-15
1
-31
/
+92
*
Don't set iscsi devices to autostart (rhbz#437891)
Hans de Goede
2008-09-15
1
-17
/
+1
*
Add full CHAP support to iSCSI. (rhbz#432819)
Hans de Goede
2008-09-15
1
-6
/
+107
*
Do not try to initialize iSCSI, when no portal (#435173)
Hans de Goede
2008-09-15
1
-0
/
+8
*
Fix wrong function names for iscsi login/start (rhbz#295154)
Hans de Goede
2008-09-15
1
-2
/
+2
*
Set an attribute when iscsid is started (#431904).
Hans de Goede
2008-09-15
1
-1
/
+5
*
Better fixes for iscsi probing (patch from jlaska)
Hans de Goede
2008-09-15
1
-2
/
+8
*
Make sure ISCSIADM and such are defined (rhbz#431924)
Hans de Goede
2008-09-15
1
-0
/
+2
*
Fix iscsi so that mkinitrd can actually talk to the running daemon
Hans de Goede
2008-09-15
1
-37
/
+62
*
Make iscsi/ibft work
Hans de Goede
2008-09-15
1
-85
/
+108
*
Add support for iSCSI iBFT table (#307761)
Hans de Goede
2008-09-15
1
-30
/
+111
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-1
/
+4
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-6
/
+12
*
2007-09-11 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2007-09-11
1
-1
/
+1
*
Fix rerror reporting in iscsi connection code.
Peter Jones
2007-06-27
1
-2
/
+5
*
portal -> self.portal (#242379).
Chris Lumens
2007-06-04
1
-2
/
+2
*
Be smarter about getting the PID of iscsiadm to avoid a traceback (#223257).
Chris Lumens
2007-05-01
1
-7
/
+6
*
2006-12-11 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-12-11
1
-1
/
+1
*
fix thinko
Paul Nasrat
2006-11-20
1
-1
/
+1
*
2006-11-17 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-11-17
1
-1
/
+13
*
Treat the results of "iscsiadm -m node -p $portal" as a hash rather than a
Peter Jones
2006-11-16
1
-31
/
+40
*
2006-10-16 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-10-16
1
-5
/
+13
*
2006-10-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-10-06
1
-1
/
+3
*
2006-10-06 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-10-06
1
-0
/
+3
*
2006-10-02 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-10-02
1
-0
/
+3
*
2006-09-20 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-20
1
-73
/
+126
*
more iscsi fixage
Jeremy Katz
2006-09-05
1
-1
/
+1
*
2006-09-05 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-09-05
1
-11
/
+13
*
2006-07-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-07-21
1
-7
/
+8
*
* iscsi.py: Rework a bit to handle multiple targets.
Jeremy Katz
2006-07-13
1
-26
/
+56
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-12
/
+11
*
Fix traceback when writing iscsi info.
Chris Lumens
2006-06-21
1
-0
/
+3
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-6
/
+4
*
2006-06-21 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-21
1
-3
/
+20
*
2006-06-15 Jeremy Katz <katzj@redhat.com>
Jeremy Katz
2006-06-15
1
-5
/
+9
*
2006-02-09 Patrick Mansfield <patmans@us.ibm.com>
Jeremy Katz
2006-02-09
1
-0
/
+124