summaryrefslogtreecommitdiff
path: root/ironic_python_agent/extensions/iscsi.py
Commit message (Expand)AuthorAgeFilesLines
* Update the cache if we don't have a root device hintJulia Kreger2020-08-251-1/+2
* Prevent un-needed iscsi cleanupJulia Kreger2020-07-201-1/+2
* Suppress errors from iscsi session cleanupJulia Kreger2019-11-011-10/+20
* Attempt tgtd session detachJulia Kreger2019-09-191-2/+13
* Fix OSError catchJulia Kreger2017-10-121-1/+5
* Add missing description for params of 'start_iscsi_target'.ericxiett2017-05-181-0/+3
* Merge "iscsi: Listen for connections on both IPv4 and IPv6 ports"Jenkins2017-01-191-1/+3
|\
| * iscsi: Listen for connections on both IPv4 and IPv6 portsDerek Higgins2017-01-191-1/+3
* | Removes unnecessary utf-8 encodingCao Xuan Hoang2017-01-161-2/+0
|/
* Remove Python 2.6 format styleJohn L. Villalovos2016-10-061-2/+2
* Fix doc warningsJim Rollenhagen2016-07-141-1/+1
* Fix incorrect formatting in the iSCSI extensionDmitry Tantsur2016-03-311-2/+2
* add new portal_port argument into iscsi.start_iscsi_target apiHaomeng, Wang2016-03-241-9/+22
* iscsi: wipe part table before starting the targetGonéri Le Bouder2016-03-221-2/+13
* Catch OSError as well to return a better error messageZhenguo Niu2016-02-221-1/+1
* Replace deprecated LOG.warn with LOG.warningKan2016-01-051-2/+2
* Delete the Linux-IO target before setting up local bootDmitry Tantsur2015-12-151-0/+39
* Support Linux-IO in addition to tgtdDmitry Tantsur2015-11-301-9/+56
* determine tgtd ready status through tgtadmdparalen2015-10-201-16/+7
* Fix log formatting error in iscsi.pyDan Prince2015-10-061-1/+1
* Use oslo_log libGhe Rivero2015-03-241-1/+1
* Add iscsi extensionLucas Alvares Gomes2015-02-261-0/+90