summaryrefslogtreecommitdiff
path: root/rtslib/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant checks for ip address validityAndy Grover2012-12-191-41/+0
* Clean up module loading code; used kmod if presentv2.1.fb19Andy Grover2012-08-021-34/+10
* fix module loading checkAndy Grover2012-08-021-1/+1
* Remove unneeded imports in utils.pyAndy Grover2012-08-011-6/+0
* rtslib: don't try to be smart about module loadingChristoph Hellwig2012-07-101-27/+6
* Remove human/bytes conversion functionsAndy Grover2012-06-061-58/+0
* Merge branch 'master' into devAndy Grover2012-05-301-0/+1
|\
| * Added ZFS ZVols to list of accepted TYPE_DISKJerome Martin2012-05-081-0/+1
* | allow saving configuration parameters and enable state.António Meireles2012-04-091-0/+8
* | Comment typos/grammarAndy Grover2012-02-061-2/+2
* | Improve configfile error handlingAndy Grover2012-01-121-0/+14
* | Properties return generators instead of listsAndy Grover2011-12-131-27/+0
* | Remove get_main_ip and list_eth_names from utilsAndy Grover2011-12-131-66/+0