summaryrefslogtreecommitdiff
path: root/rtslib/target.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for NodeACLGroupdev-groupsAndy Grover2014-12-121-0/+337
* Revert "Increase MAX_LUN to 16383"Andy Grover2014-12-121-1/+1
* Improve repr for MappedLUNAndy Grover2014-12-121-1/+3
* Alias cleanupAndy Grover2014-12-121-28/+13
* Define list of auth properties one timeAndy Grover2014-11-201-2/+4
* Standardize on no periods in exception messagesAndy Grover2014-11-131-19/+19
* Update copyrightsAndy Grover2014-07-031-1/+1
* Fix missing err_func parameter to set_attributesAndy Grover2014-05-031-1/+1
* Change set_parameters/attributes to take an err_funcAndy Grover2014-04-151-2/+2
* Improve error message when NetworkPortal restore failsAndy Grover2014-02-131-3/+3
* Use to_normalized_wwn in _set_nexusAndy Grover2014-01-081-9/+5
* Make setup() err_funcs return more info from exceptionsAndy Grover2014-01-081-4/+4
* Fix some typos in reprsAndy Grover2014-01-021-2/+2
* Increase MAX_LUN to 16383Andy Grover2013-12-031-1/+1
* Remove unused importAndy Grover2013-10-301-1/+1
* Comply with PEP 3310 "Catching Exceptions in Python 3000"Christophe Vu-Brugier2013-10-111-3/+3
* on restore, don't enable a target until its luns, etc are set upJay Fenlason2013-09-271-1/+1
* fix MappedLun typoJohannes Dewender2013-09-151-1/+1
* Don't import doctest globally; just import it in _test()Christophe Vu-Brugier2013-08-291-1/+1
* Further break up setup()Andy Grover2013-07-301-104/+121
* Push setup() code down into TPG from TargetAndy Grover2013-07-301-100/+104
* Restore TPG Auth params in setup()Andy Grover2013-07-301-0/+10
* rtslib: Change copyright to Apache License 2.0Nicholas Bellinger2013-07-231-12/+12
* Simplify MappedLUN._get_write_protectAndy Grover2013-07-181-5/+1
* authenticate_target can't use _get_auth_attrAndy Grover2013-07-181-2/+17
* Rename 'acls_auth' feature to 'auth'Andy Grover2013-07-181-2/+2
* Add support for TPG authenticationAndy Grover2013-07-181-91/+41
* Fix issues found by pycheckerAndy Grover2013-05-091-2/+1
* Preliminary support for NetworkPortal iser propertyAndy Grover2013-04-121-1/+25
* Use with to factor out try/exceptsAndy Grover2013-04-121-4/+2
* rtslib: make write_protect=0 create read-only mapped LUNsJan Engelhardt2013-04-011-4/+5
* Clean up LUN.delete()Andy Grover2013-04-011-2/+5
* rewrite LUN._list_mapped_luns()Andy Grover2013-04-011-17/+6
* Use to_fabric_wwn when setting target path, nacl path, and nexusAndy Grover2013-04-011-5/+3
* add from_fabric_wwn method to fabricmodulesAndy Grover2013-04-011-1/+2
* Add more error checking to Target setupAndy Grover2013-02-251-1/+5
* Fix up tag save/restoreAndy Grover2013-02-251-2/+9
* Fix up unvalid NAA valuesAndy Grover2013-02-071-0/+3
* Make Target repr uniqueAndy Grover2013-02-061-1/+1
* Code cleanupsAndy Grover2013-02-061-11/+5
* Change canonical wwn representation to <wwn_type>.<wwn>Andy Grover2013-02-061-7/+10
* Add reprs to objectsAndy Grover2013-02-061-0/+19
* Rearrange target.py class orderAndy Grover2013-02-061-607/+606
* Use classes for fabric modulesAndy Grover2013-02-061-274/+28
* Implement more detail for restoreconfig errorsAndy Grover2013-01-071-41/+68
* Allow 256 LUNs per tpgAndy Grover2013-01-031-3/+3
* Remove obsolete spec_dir variableAndy Grover2013-01-031-3/+0
* Use alias path to create a tpg_lun's so directlyAndy Grover2013-01-031-6/+2
* Do not throw exception if disabling a disabled TPGAndy Grover2013-01-031-7/+3
* Make fread() call strip()Andy Grover2013-01-021-14/+14