summaryrefslogtreecommitdiff
path: root/virtinst/storage.py
Commit message (Expand)AuthorAgeFilesLines
* virtinstall: Fix the allocating disk size printed by the progress barToshiki Sonoda2022-12-141-0/+1
* diskbackend: Drop support for sheepdogLin Ma2022-11-071-5/+3
* connection: Add get_libvirt_data_root_dir()Cole Robinson2022-06-201-4/+2
* diskbackend: Set relative path for media changeCole Robinson2022-02-271-1/+2
* pylint: Fix some deprecation warnings and minor bitsCole Robinson2022-01-111-1/+1
* virtinst: Use consistent format for meter filename stringsCole Robinson2021-05-221-1/+2
* progress: Some internal API cleanupCole Robinson2021-05-221-3/+2
* device: disk: Rename path property to get/set_source_pathCole Robinson2020-11-111-3/+4
* virtinst: storage: gluster pools don't support volume creationCole Robinson2020-09-201-5/+1
* Fix pylint raise-missing-fromCole Robinson2020-09-151-8/+9
* cloner: Share more clone disk building logicCole Robinson2020-09-051-15/+11
* i18n: fix string puzzles in error messagesPino Toscano2020-07-141-2/+4
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-13/+15
* Fix pylint with latest pylint versionCole Robinson2020-03-301-1/+1
* virtinst: connection: Add is_privilegedCole Robinson2020-02-031-1/+1
* storage: Exclude a line from code coverageCole Robinson2019-07-311-1/+1
* storage: Don't leave thread stranded on errorCole Robinson2019-07-171-38/+35
* createpool: Add more coverage testingCole Robinson2019-07-031-4/+7
* createpool: Simplify LVM volume group UICole Robinson2019-07-031-16/+2
* storage: Simplify source pool enumerationCole Robinson2019-07-031-38/+14
* storage: test default_target_pathCole Robinson2019-07-031-1/+0
* storage: test default_source_nameCole Robinson2019-07-031-15/+11
* storage: Add explicit StoragePool.lookup_default_poolCole Robinson2019-07-031-28/+26
* storage: Drop redundant validationCole Robinson2019-07-031-16/+0
* storage: Add lots of coverage testing and exemptionsCole Robinson2019-07-031-30/+26
* storage: Replace pool supports_property with supports_XCole Robinson2019-07-031-24/+32
* storage: Replace volume supports_property with supports_formatCole Robinson2019-07-031-7/+2
* storage: move supports_volume_creation to virtManagerCole Robinson2019-07-031-20/+0
* storage: move pool pretty printing to virtManagerCole Robinson2019-07-031-30/+0
* Switch to more traditional logging structureCole Robinson2019-06-171-19/+19
* generatename: Move libvirt collision handling to callersCole Robinson2019-06-111-3/+2
* generatename: Remove collidelistCole Robinson2019-06-111-4/+6
* storage: Handle guest collision checkingCole Robinson2019-06-111-1/+19
* connection: Use shared default pool lookup logicCole Robinson2019-06-111-1/+3
* storage: Kill get_default_dirCole Robinson2019-06-111-26/+0
* createpool: Use StoragePool.default_target_pathCole Robinson2019-06-111-1/+2
* storage: Split apart build_default_pool, and document itCole Robinson2019-06-111-31/+44
* util: move generate_name to generatename.pyCole Robinson2019-06-071-3/+3
* util: move validate_name to XMLBuilder.validate_generic_nameCole Robinson2019-06-071-2/+2
* util: Move *_meter to progress.pyCole Robinson2019-06-071-3/+4
* util: move is_error_nosupport to SupportCacheCole Robinson2019-06-071-2/+2
* support: Convert callers to the new formatCole Robinson2019-06-071-7/+5
* util: Replace xml_indent with textwrap.indentCole Robinson2019-06-061-2/+1
* storage: Add ensure_pool_is_runningCole Robinson2019-04-141-3/+17
* storage: more logging when we look up default poolCole Robinson2019-03-261-1/+4
* cloner: Handle --nonsparse for qcow2 images (bz 1675743)Cole Robinson2019-03-041-0/+4
* virtManager: clone: check which storage pools supports volume cloningPavel Hrdina2019-03-041-6/+18
* Remove Author lines from file headersCole Robinson2019-01-081-1/+0
* storage: Remove needless manage_path wrapperCole Robinson2018-10-111-13/+2
* createpool: Fix showing formatsCole Robinson2018-09-061-10/+0