summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add locking around configfs save/restore/clear operationslockingAndy Grover2013-11-052-1/+35
* Merge pull request #40 from JonnyJD/rc_scriptAndy Grover2013-11-014-3/+54
|\
| * debian: patch targetctl to use python3Johannes Dewender2013-11-021-0/+3
| * debian: update control with breaks/replacesJohannes Dewender2013-11-021-3/+6
| * debian: add rc scriptJohannes Dewender2013-11-023-0/+45
* | Merge pull request #41 from JonnyJD/fix_restoreAndy Grover2013-11-012-3/+2
|\ \
| * | root: fix restore_from_fileJohannes Dewender2013-11-021-1/+1
| * | targetctl: fix restoreJohannes Dewender2013-11-021-2/+1
| |/
* | Update setup.py for targetctl scriptAndy Grover2013-11-011-0/+1
|/
* Merge pull request #39 from JonnyJD/modprobe_configfsAndy Grover2013-10-301-0/+1
|\
| * load configfs before mounting itJohannes Dewender2013-10-301-0/+1
|/
* update version to 2.1.41v2.1.fb41Andy Grover2013-10-301-1/+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
* Add documentation of saveconfig.json formatAndy Grover2013-10-291-0/+246
* Add save_to_file and restore_from_fileAndy Grover2013-10-282-27/+45
* Add manpage for targetctlAndy Grover2013-10-281-0/+63
* Add a 'clear' command to targetctlAndy Grover2013-10-281-1/+5
* Consolidate save/restore scripts into a single scriptAndy Grover2013-10-283-124/+97
* Add rtslib-saveconfig and rtslib-restoreconfig scriptsAndy Grover2013-10-252-0/+124
* Update README.md for in-repo packaging policyAndy Grover2013-10-251-0/+10
* Merge pull request #35 from JonnyJD/make_debAndy Grover2013-10-2515-111/+92
|\
| * debian: build python 3 packageJohannes Dewender2013-10-255-4/+46
| * debian: use dh_pythonJohannes Dewender2013-10-2510-83/+17
| * debian: update dependenciesJohannes Dewender2013-10-251-2/+2
| * debian: fix setuptools usage, fix #34Johannes Dewender2013-10-252-1/+4
| * rename debian package to rtslib-fbJohannes Dewender2013-10-2510-26/+28
|/
* Merge pull request #33 from cvubrugier/2to3Andy Grover2013-10-114-14/+14
|\
| * Fix whitespace in comma separated itemsChristophe Vu-Brugier2013-10-111-7/+7
| * Use set literals to better comply with Python 3Christophe Vu-Brugier2013-10-111-2/+2
| * Comply with PEP 3310 "Catching Exceptions in Python 3000"Christophe Vu-Brugier2013-10-112-5/+5
* | Fix get_blockdev_size for non-512 logical block sizesAndy Grover2013-10-111-3/+9
|/
* Merge pull request #32 from JonnyJD/2to3Andy Grover2013-10-082-1/+4
|\
| * mention that this is Python 3 compatibleJohannes Dewender2013-10-081-0/+2
| * use 2to3 in setupJohannes Dewender2013-10-081-1/+2
|/
* on restore, don't enable a target until its luns, etc are set upJay Fenlason2013-09-271-1/+1
* sbp_target wants euis without leading 0x on themJay Fenlason2013-09-251-3/+6
* update version to 2.1.40v2.1.fb40Andy Grover2013-09-231-1/+1
* Merge pull request #31 from JonnyJD/MappedLun_typoAndy Grover2013-09-151-1/+1
|\
| * fix MappedLun typoJohannes Dewender2013-09-151-1/+1
|/
* update version to 2.1.39v2.1.fb39Andy Grover2013-09-111-1/+1
* Fix _path used by tcm_fcAndy Grover2013-09-111-5/+5
* update version to 2.1.38v2.1.fb38Andy Grover2013-09-101-1/+1
* Handle weird disk names in get_blockdev_sizeAndy Grover2013-09-101-2/+7
* Merge pull request #30 from josephglanville/masterAndy Grover2013-09-031-2/+2
|\
| * Ensure the first char of the version is a digitJoseph Glanville2013-09-011-2/+2
|/
* Merge pull request #28 from cvubrugier/for-agroverAndy Grover2013-08-292-8/+6
|\
| * Don't import doctest globally; just import it in _test()Christophe Vu-Brugier2013-08-291-1/+1