summaryrefslogtreecommitdiff
path: root/rtslib
Commit message (Expand)AuthorAgeFilesLines
* Add support for NodeACLGroupdev-groupsAndy Grover2014-12-122-0/+338
* 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
* Mention default save/restore file in docstringsAndy Grover2014-12-031-0/+2
* Change to exporting under 'rtslib' and 'rtslib_fb" pkg namesAndy Grover2014-12-021-0/+5
* Improve some exception messagesAndy Grover2014-11-262-3/+3
* Add equality operators for CFSNodeAndy Grover2014-11-201-0/+6
* Define list of auth properties one timeAndy Grover2014-11-201-2/+4
* Use any() when testing for if an iterable is not emptyAndy Grover2014-11-131-1/+1
* Remove some help text from an exception messageAndy Grover2014-11-131-2/+3
* Standardize on no periods in exception messagesAndy Grover2014-11-135-48/+45
* Improve catching of exceptions when creating storage objectsAndy Grover2014-11-131-2/+2
* 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