summaryrefslogtreecommitdiff
path: root/rtslib/root.py
Commit message (Expand)AuthorAgeFilesLines
* Mention default save/restore file in docstringsAndy Grover2014-12-031-0/+2
* 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
* Improve catching of exceptions when creating storage objectsAndy Grover2014-11-131-2/+2
* Update copyrightsAndy Grover2014-07-031-0/+1
* Consolidate two mapping dicts into oneAndy Grover2014-06-231-10/+2
* Change set_parameters/attributes to take an err_funcAndy Grover2014-04-151-4/+6
* Make setup() err_funcs return more info from exceptionsAndy Grover2014-01-081-2/+2
* Add support for RTSRoot().mapped_lunsAndy Grover2014-01-031-0/+8
* Add clear_existing parameter to restore_from_fileAndy Grover2013-11-201-2/+2
* root: fix restore_from_fileJohannes Dewender2013-11-021-1/+1
* load configfs before mounting itJohannes Dewender2013-10-301-0/+1
* Have rtslib mount configfs if not already mountedAndy Grover2013-10-291-1/+2
* Add save_to_file and restore_from_fileAndy Grover2013-10-281-3/+40
* Further break up setup()Andy Grover2013-07-301-1/+1
* Change StorageObject.all() to not take a path parameterAndy Grover2013-07-301-1/+1
* rtslib: Change copyright to Apache License 2.0Nicholas Bellinger2013-07-231-11/+11
* Fix issues found by pycheckerAndy Grover2013-05-091-1/+0
* src: orthographic fixesJan Engelhardt2013-04-011-1/+1
* Use classes for fabric modulesAndy Grover2013-02-061-1/+2
* Implement more detail for restoreconfig errorsAndy Grover2013-01-071-15/+32
* fileio: change buffered_mode param to write_backAndy Grover2012-08-061-1/+1
* Clean up module loading code; used kmod if presentv2.1.fb19Andy Grover2012-08-021-5/+2
* Comment cleanupv2.1.fb17Andy Grover2012-06-281-9/+2
* Remove Backstore and legacy support from rtslib tcm APIAndy Grover2012-06-121-29/+22
* move list_backstores impl to Backstore.all() in tcm.pyAndy Grover2012-06-111-17/+3
* Centralize .spec handling in target.pyAndy Grover2012-06-111-4/+2
* Add root.sessions propertyAndy Grover2012-03-121-0/+8
* fix spot missed in previous releasev2.1.fb11Andy Grover2012-02-211-1/+1
* Remove RTSRoot.loaded_fabric_modules propertyAndy Grover2012-02-071-7/+0
* fix fabricmodule loadingv2.1.fb7Andy Grover2012-01-241-0/+1
* Fix up restore codev2.1.fb6Andy Grover2012-01-241-1/+1
* Improve configfile error handlingAndy Grover2012-01-121-59/+26
* Clear fabric discovery auth settings from clearconfigv2.1.fb3Andy Grover2012-01-101-0/+2
* add save/restore support for FabricModulesAndy Grover2012-01-101-2/+12
* Return "rtslib" instead of "rtsadmin" from RTSRoot.__str__v2.1.fb2Andy Grover2011-12-131-1/+1
* Properties return generators instead of listsAndy Grover2011-12-131-23/+29
* Clean up deleted backstores properlyAndy Grover2011-12-131-3/+4
* Add docs. Add clear_existing()Andy Grover2011-12-091-6/+23
* Implement save/restore for backstores and fabricsAndy Grover2011-12-051-2/+92
* Rename IBlockBackstore and IBlockStorageObjectAndy Grover2011-12-051-2/+2
* Remove support for RD_DR backstore & storage objectsAndy Grover2011-12-051-4/+1
* Cleaned up trailing spaces from *.py.Jerome Martin2011-05-131-1/+1
* Initial rtslib commit1.90Nicholas Bellinger2011-05-041-0/+164