summaryrefslogtreecommitdiff
path: root/virtinst/diskbackend.py
Commit message (Expand)AuthorAgeFilesLines
* diskbackend: Set relative path for media changeCole Robinson2022-02-271-4/+4
* diskbackend: Restrict format->driver_type even moreCole Robinson2022-01-191-6/+3
* Disk pool volumes should be always attached as "raw" disksSimon Kobyda2022-01-191-3/+6
* progress: Some internal API cleanupCole Robinson2021-05-221-11/+10
* diskbackend: Fix volume lookup for existing rbd diskCole Robinson2020-11-111-1/+14
* Fix pylint raise-missing-fromCole Robinson2020-09-151-1/+2
* cloner: Big API reworkCole Robinson2020-09-051-1/+1
* diskbackend: Simplify path a case of path joiningCole Robinson2020-09-051-5/+2
* virtinst: Unify test code paths when run as rootCole Robinson2020-07-181-5/+5
* xmlutil: Centralize all 'programming error' exceptionsCole Robinson2020-07-171-2/+2
* i18n: fix string puzzles in error messagesPino Toscano2020-07-141-3/+3
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-4/+10
* tests: Don't report UID/GID in fake caps dataCole Robinson2020-02-051-3/+0
* diskbackend: Treat /dev paths on remote connections as 'block'Cole Robinson2020-01-291-1/+8
* diskbackend: Add full local clone test coverageCole Robinson2020-01-291-8/+8
* diskbackend: Add lots of test coverageCole Robinson2020-01-291-108/+94
* devices: disk: Always set a stub storage backendCole Robinson2020-01-291-4/+52
* devices: disk: Add more test coverageCole Robinson2020-01-291-10/+5
* storage: Replace volume supports_property with supports_formatCole Robinson2019-07-031-1/+1
* diskbackend: Handle unexpected error from test_urlsCole Robinson2019-07-011-1/+6
* Switch to more traditional logging structureCole Robinson2019-06-171-13/+13
* support: Convert callers to the new formatCole Robinson2019-06-071-1/+1
* storage: Add ensure_pool_is_runningCole Robinson2019-04-141-20/+3
* diskbackend: Fix backtrace cloning with block storage (bz #1661986)Cole Robinson2019-01-101-1/+1
* Fix selection of network volumesJim Fehlig2018-10-121-1/+14
* device: disk: Move last host touching to diskbackendCole Robinson2018-10-111-2/+24
* device: disk: Move all path search handling to diskbackendCole Robinson2018-10-111-0/+116
* pycodestyle: fix W605 invalid escape sequenceCole Robinson2018-09-291-1/+1
* Fix some typos in comments and documentation (found by codespell)Stefan Weil2018-06-051-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-2/+2
* Convert long to intRadostin Stoyanov2018-02-061-2/+2
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-271-1/+1
* Remove deprecated statvfs moduleRadostin Stoyanov2017-10-201-2/+1
* diskbackend: get a proper size of existing block device while cloningPavel Hrdina2017-10-191-2/+5
* diskbackend: convert to long the calculated sizePavel Hrdina2017-10-191-4/+3
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-2/+2
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-2/+2
* connection: Remove clear_cache callbackCole Robinson2017-07-201-1/+0
* virtinst.diskbackend: set pool after creating StorageVolumePavel Hrdina2017-05-171-0/+1
* Drop use of python2 long() syntaxCole Robinson2017-05-051-2/+3
* Switch deprecating log.warn to log.warningCole Robinson2017-05-051-1/+1
* Use python3 compatible octal notationCole Robinson2017-05-051-2/+3
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-3/+3
* storage: Move alloc/cap validation to validate()Cole Robinson2017-03-171-4/+5
* virtinst.storage: improve detection of disk typePavel Hrdina2017-03-061-1/+10
* virtinst.diskbackend: unify how we get disk typePavel Hrdina2017-03-061-39/+45
* util: privatize stat_disk()Cole Robinson2016-08-241-3/+28
* diskbackend: Use type=file for empty cdrom, not type=blockCole Robinson2015-11-211-1/+1