summaryrefslogtreecommitdiff
path: root/virtinst/storage.py
Commit message (Expand)AuthorAgeFilesLines
...
* fsdetails: Use combo entry for format listCole Robinson2018-09-061-13/+0
* virtinst: Remove name field validate_cb usageCole Robinson2018-09-041-30/+21
* storage: remove default_cb usageCole Robinson2018-09-041-27/+22
* support: Drop lots more checksCole Robinson2018-08-311-13/+0
* xmlbuilder: Rename get_xml_config -> get_xmlCole Robinson2018-08-311-4/+4
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* xmlbuilder: Separate out the property cacheCole Robinson2018-03-211-7/+9
* virtinst: s/_XML_ROOT_NAME/XML_NAME/gCole Robinson2018-03-211-6/+6
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-14/+2
* xmlbuilder: Move xml_indent to utilCole Robinson2018-03-201-1/+1
* storage: Fix validating empty hosts value (bz #1557942)Cole Robinson2018-03-191-1/+1
* pylint: Resolve logging-not-lazyRadostin Stoyanov2018-03-031-2/+2
* virtinst: Drop doc= for propertiesCole Robinson2018-02-221-13/+6
* storage: Use a threading event to signal progress threadCole Robinson2018-02-221-13/+8
* Convert docstrings to standard reStructuredText param formatCole Robinson2018-02-141-7/+6
* xmlbuilder: centralize adding child new child prop instancesCole Robinson2018-02-081-11/+2
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-1/+1
* devicedisk: copy all rbd pool host and auth for volumeRauno Väli2018-01-301-1/+6
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-271-4/+4
* virtinst: storage: Don't generate UUID by defaultCole Robinson2017-12-141-11/+1
* virtinst: Drop UUID validationCole Robinson2017-12-141-3/+1
* pycodestyle: fix all E125 warningsChen Hanxiao2017-10-211-3/+3
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-1/+1
* storage: Fix 'srcname' referenced before assignment (bz #1474766)Cole Robinson2017-08-031-3/+4
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-2/+2
* connection: Remove clear_cache callbackCole Robinson2017-07-201-1/+0
* connection: Add a default impl of cache_new_poolCole Robinson2017-07-201-2/+1
* connection: rename s/add_new_pool/cache_new_pool/gCole Robinson2017-07-201-2/+2
* storage: Check for pool name collisions against the pool cacheCole Robinson2017-07-201-3/+8
* tests: pylint: Silence/fix a bunch of new warningsCole Robinson2017-06-161-3/+3
* virtManager.connection: introduce cb_add_new_poolPavel Hrdina2017-05-221-0/+3
* Switch deprecating log.warn to log.warningCole Robinson2017-05-051-2/+2
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-8/+8
* storage: Move alloc/cap validation to validate()Cole Robinson2017-03-171-30/+13
* virtinst.storage: improve detection of disk typePavel Hrdina2017-03-061-9/+14
* util: Move xml_indent to XMLBuilderCole Robinson2016-08-241-1/+2
* storage: Enable creation of zfs storave volumesTristan Helmich2016-08-091-3/+7
* translation: fix usage of translate functionPavel Hrdina2016-07-261-4/+4
* storage: Detect backing_store format automaticallyCole Robinson2016-06-161-3/+47
* cli: Add --disk backing_format= optionCole Robinson2016-06-161-0/+1
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-2/+2
* storage: Avoid some test suite noise on thread cleanupCole Robinson2015-12-241-1/+3
* storage: remove attempt counter from disk allocation threadPavel Hrdina2015-11-191-6/+1
* storage: remove cow as supported formatCharles Arnold2015-09-291-2/+2
* virtinst: Centralize urlgrabber meter lookupCole Robinson2015-09-061-5/+2
* xmlbuilder: Make _add_child and _remove_child publicCole Robinson2015-09-041-3/+3
* storage: fix default storage pool lookupCharles Arnold2015-08-311-2/+4
* storage: session path should be ~/.local/share/libvirt/imagesCole Robinson2015-08-101-1/+1
* translation: fix wrong usage of _() functionPavel Hrdina2015-06-051-5/+5
* virtinst: Drop a bunch of uses of xmlbuilder make_xpath_cbCole Robinson2015-05-061-8/+19