summaryrefslogtreecommitdiff
path: root/rtslib
Commit message (Expand)AuthorAgeFilesLines
* Add ability to invalidate cachesAmartey Pearson2017-02-071-1/+7
|\
| * Add ability to invalidate cachesAmartey Pearson2017-01-231-1/+7
* | Don't raise exception when getting/setting a LUNs ALUA groupMike Christie2017-02-061-11/+23
* | Add ALUA supported methodMike Christie2017-02-065-4/+42
|/
* Do not set alua_tg_pt_gp if not supportedMike Christie2017-01-111-2/+12
* Delete ALUA groups with its storage objectMike Christie2017-01-031-0/+4
* Add ALUA restore supportMike Christie2017-01-033-2/+33
* Get/Set LUN's ALUA groupMike Christie2017-01-031-0/+18
* Add basic ALUA supportMike Christie2017-01-032-0/+387
* Add IBM PowerVM vscsi fabricSteven Royer2016-11-091-0/+14
* Implement support for cxgbit offloadAndy Grover2016-10-031-0/+22
* Rework convert_scsi_path_to_hctl and convert_scsi_hctl_to_pathAndy Grover2016-08-122-31/+23
* Handle if LIO components are compiled in the kernelAndy Grover2016-08-112-6/+16
* Fix mount race conditioncolml2016-06-031-1/+2
* UserBackedStorageObject: Fix docstring for __init__Fam Zheng2016-03-151-7/+4
* [rtslib-fb] Ensure internal buffers are flushed when saveconfig.json is writt...Jon Magrini2016-01-191-0/+2
* Make sure to properly avoid treating partitions the same as disk.mulhern2016-01-111-22/+21
* Use find_parent instead of parent.mulhern2016-01-081-2/+2
* Make use of pyudev package as much as possible in utils module.mulhern2015-12-111-40/+77
* Make sure get_size_for_blk_dev() works for symlinksAndy Grover2015-12-021-0/+1
* Save/restore alias values for LUN and MappedLUN if presentAndy Grover2015-12-011-7/+12
* Do not use realpath() on fileio pathsAndy Grover2015-11-241-3/+0
* Restrict auth parameters to 255 charsAndy Grover2015-11-171-1/+3
* Add support for xen-scsibackAndy Grover2015-11-161-0/+9
* Tidy up _BaseFabricModule initAndy Grover2015-11-161-3/+2
* Handle errors from kmod.modprobe()Andy Grover2015-11-161-1/+6
* Fix regex in get_size_for_disk_nameAndy Grover2015-11-061-1/+1
* Remove 'level' from UserBackedStorageObjectAndy Grover2015-08-171-18/+5
* Fix missing import of RTSLibBrokenLinkChristophe Vu-Brugier2015-06-121-1/+1
* Fix the "unused import" warnings reported by PylintChristophe Vu-Brugier2015-06-053-6/+3
* Replace the undefined ExecutionError exception with RTSLibErrorChristophe Vu-Brugier2015-06-051-1/+1
* Fix an undefined variable error caused by a typoChristophe Vu-Brugier2015-06-051-1/+1
* Raise RTSLibNotInCFS when a storage object is not found in lookup modeChristophe Vu-Brugier2015-06-041-3/+3
* Port to Python 3Victor Stinner2015-05-227-54/+61
* Fix a stale commentAndy Grover2015-04-291-2/+1
* Fix disk size code for disk name vs blkdev path differencesAndy Grover2015-04-282-9/+31
* Always use realpath when creating file storage objectsAndy Grover2015-04-281-1/+2
* Remove trailing whitespaceAndy Grover2015-02-021-1/+1
* Add properties to RTSRoot that return new Group objectsAndy Grover2015-01-221-0/+16
* 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