summaryrefslogtreecommitdiff
path: root/rtslib
Commit message (Expand)AuthorAgeFilesLines
* Support tcm-userAndy Grover2014-10-012-1/+89
* Fix delete regressionAndy Grover2014-09-191-1/+1
* Update utils.pyafamilyman2014-09-191-1/+1
* Use uuid.hex property instead of get_hex()Andy Grover2014-09-181-2/+2
* Update copyrightsAndy Grover2014-07-037-2/+7
* Don't lower-case return values from _parse_info functionsAndy Grover2014-06-231-2/+2
* Consolidate two mapping dicts into oneAndy Grover2014-06-232-17/+15
* Don't add to cache if cfs create failsAndy Grover2014-05-201-1/+5
* Do not set emulate_write_cache based on write_back param for blockAndy Grover2014-05-051-5/+2
* '!' allowed character in block and partition namesAndy Grover2014-05-051-1/+1
* Fix missing err_func parameter to set_attributesAndy Grover2014-05-031-1/+1
* fix typoChris Fielder2014-04-291-1/+1
* Change set_parameters/attributes to take an err_funcAndy Grover2014-04-153-12/+16
* Convert all exceptions in set_parameter/attribute to RTSLibErrorAndy Grover2014-04-151-8/+4
* Add StorageObjectFactoryAndy Grover2014-03-042-0/+21
* Improve error message when NetworkPortal restore failsAndy Grover2014-02-131-3/+3
* Use to_normalized_wwn in _set_nexusAndy Grover2014-01-081-9/+5
* Remove 3rd argument to normalize_wwnAndy Grover2014-01-082-2/+2
* Do not check WWN is present in normalize_wwnAndy Grover2014-01-081-3/+0
* Make setup() err_funcs return more info from exceptionsAndy Grover2014-01-082-6/+6
* Add support for RTSRoot().mapped_lunsAndy Grover2014-01-031-0/+8
* Fix some typos in reprsAndy Grover2014-01-021-2/+2
* WWNs are case-insensitiveAndy Grover2013-12-181-1/+1
* Don't call from_fabric_wwn from wwns()Andy Grover2013-12-171-14/+6
* Fix fcoe from_fabric_wwnAndy Grover2013-12-171-3/+7
* str.replace() is not the same as str.translate()Andy Grover2013-12-171-1/+2
* Increase MAX_LUN to 16383Andy Grover2013-12-031-1/+1
* Improve performance when adding many backstoresAndy Grover2013-12-031-20/+21
* For partitions, retrieve the logical block size of the parent deviceChristophe Vu-Brugier2013-11-241-2/+4
* Add clear_existing parameter to restore_from_fileAndy Grover2013-11-201-2/+2
* Replaced translate() with replace() to fix python 3.2 compatibilityLogan Brown2013-11-072-3/+3
* root: fix restore_from_fileJohannes Dewender2013-11-021-1/+1
* load configfs before mounting itJohannes Dewender2013-10-301-0/+1
* Remove unused importAndy Grover2013-10-301-1/+1
* Better error message if failing to mount configfsAndy Grover2013-10-301-1/+1
* In mount_configfs(), Popen args param should be a sequenceAndy Grover2013-10-301-1/+1
* Have rtslib mount configfs if not already mountedAndy Grover2013-10-292-1/+12
* Add save_to_file and restore_from_fileAndy Grover2013-10-281-3/+40
* Merge pull request #33 from cvubrugier/2to3Andy Grover2013-10-114-14/+14
|\
| * Fix whitespace in comma separated itemsChristophe Vu-Brugier2013-10-111-7/+7
| * Use set literals to better comply with Python 3Christophe Vu-Brugier2013-10-111-2/+2
| * Comply with PEP 3310 "Catching Exceptions in Python 3000"Christophe Vu-Brugier2013-10-112-5/+5
* | Fix get_blockdev_size for non-512 logical block sizesAndy Grover2013-10-111-3/+9
|/
* on restore, don't enable a target until its luns, etc are set upJay Fenlason2013-09-271-1/+1
* sbp_target wants euis without leading 0x on themJay Fenlason2013-09-251-3/+6
* fix MappedLun typoJohannes Dewender2013-09-151-1/+1
* Fix _path used by tcm_fcAndy Grover2013-09-111-5/+5
* Handle weird disk names in get_blockdev_sizeAndy Grover2013-09-101-2/+7
* Don't import doctest globally; just import it in _test()Christophe Vu-Brugier2013-08-291-1/+1
* Further break up setup()Andy Grover2013-07-302-105/+122