summaryrefslogtreecommitdiff
path: root/rtslib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add ALUA supported methodMike Christie2017-02-061-0/+6
* Rework convert_scsi_path_to_hctl and convert_scsi_hctl_to_pathAndy Grover2016-08-121-20/+11
* Fix mount race conditioncolml2016-06-031-1/+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
* Restrict auth parameters to 255 charsAndy Grover2015-11-171-1/+3
* Handle errors from kmod.modprobe()Andy Grover2015-11-161-1/+6
* Fix regex in get_size_for_disk_nameAndy Grover2015-11-061-1/+1
* Port to Python 3Victor Stinner2015-05-221-5/+6
* Fix a stale commentAndy Grover2015-04-291-2/+1
* Fix disk size code for disk name vs blkdev path differencesAndy Grover2015-04-281-6/+27
* Standardize on no periods in exception messagesAndy Grover2014-11-131-3/+3
* 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-031-0/+1
* '!' allowed character in block and partition namesAndy Grover2014-05-051-1/+1
* Change set_parameters/attributes to take an err_funcAndy Grover2014-04-151-6/+8
* Remove 3rd argument to normalize_wwnAndy Grover2014-01-081-1/+1
* Do not check WWN is present in normalize_wwnAndy Grover2014-01-081-3/+0
* WWNs are case-insensitiveAndy Grover2013-12-181-1/+1
* str.replace() is not the same as str.translate()Andy Grover2013-12-171-1/+2
* For partitions, retrieve the logical block size of the parent deviceChristophe Vu-Brugier2013-11-241-2/+4
* Replaced translate() with replace() to fix python 3.2 compatibilityLogan Brown2013-11-071-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-291-0/+10
* Merge pull request #33 from cvubrugier/2to3Andy Grover2013-10-111-7/+7
|\
| * Fix whitespace in comma separated itemsChristophe Vu-Brugier2013-10-111-7/+7
* | Fix get_blockdev_size for non-512 logical block sizesAndy Grover2013-10-111-3/+9
|/
* Handle weird disk names in get_blockdev_sizeAndy Grover2013-09-101-2/+7
* rtslib: Change copyright to Apache License 2.0Nicholas Bellinger2013-07-231-11/+11
* Make get_blockdev_size work better with mdAndy Grover2013-07-221-4/+8
* Add support for TPG authenticationAndy Grover2013-07-181-0/+42
* Rename get_block_* to get_blockdev_*Andy Grover2013-06-221-18/+14
* Fix get_disk_size to handle partitionsAndy Grover2013-06-221-2/+8
* Fix issues found by pycheckerAndy Grover2013-05-091-2/+1
* Add fileio.is_block and fix size calcsAndy Grover2013-04-301-2/+2
* utils.py disk-functions cleanupAndy Grover2013-04-241-207/+16
* Use with to factor out try/exceptsAndy Grover2013-04-121-23/+16
* src: orthographic fixesJan Engelhardt2013-04-011-2/+2
* Updated scsi path<->hctl utils for PSCSI TYPE_DISK/TYPE_ROM on modern kernelsJerome Martin2013-04-011-31/+14
* add support for ib wwn typeAndy Grover2013-04-011-2/+4
* Fix typov2.1.fb29Andy Grover2013-02-111-1/+1
* Fix cleanse_wwn for unicodeAndy Grover2013-02-071-1/+1
* Fix cleanse_wwn to not put wrong wwn type on a wwn if it already has oneAndy Grover2013-02-061-5/+5
* Change canonical wwn representation to <wwn_type>.<wwn>Andy Grover2013-02-061-13/+7
* Use classes for fabric modulesAndy Grover2013-02-061-29/+64
* Make fread() call strip()Andy Grover2013-01-021-4/+4