virt-manager/virtinst
Toshiki Sonoda 39c7a44314 virtinstall: Fix the allocating disk size printed by the progress bar
When a sparse file is created during a disk allocation,
virt-install prints not the created disk size but a sparse file size.

Therefore, we fix to print the created disk size during disk allocation
instead of the size of the sparse file by updating the meter with the
self.capacity.

Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
Signed-off-by: Haruka Ohata <ohata.haruka@fujitsu.com>
2022-12-14 13:07:26 -05:00
..
devices cli: --disk: Add driver.metadata_cache options 2022-08-17 09:57:29 -04:00
domain cli: support --boot loader.stateless= 2022-10-17 11:54:37 -04:00
install tests: cpio: set owner to 0:0 2022-12-13 13:45:16 -05:00
__init__.py i18n: globally install also the ngettext function 2020-07-14 11:24:14 -04:00
_progresspriv.py progress: Fix showing correct final total 2022-12-14 13:01:48 -05:00
buildconfig.py Prep for release 4.1.0 2022-08-04 15:53:33 -04:00
capabilities.py capabilities: Remove noisy alias debugging 2022-08-01 06:04:48 -04:00
cli.py Fix pylint/pycodestyle warnings with latest versions 2022-12-13 11:23:45 -05:00
cloner.py cloner: Sync <uuid> and <sysinfo> system uuid 2022-08-21 16:21:10 -04:00
connection.py connection: De-duplicate ui and cli version logging 2022-08-01 06:04:48 -04:00
diskbackend.py diskbackend: Set relative path for media change 2022-02-27 13:44:26 -05:00
domcapabilities.py guest: Query availability of spicevmc channels in domcaps 2022-12-14 12:44:54 -05:00
generatename.py generatename: Move libvirt collision handling to callers 2019-06-11 17:54:45 -04:00
guest.py tests: Update to latest kvm domcaps 2022-12-14 12:45:05 -05:00
logger.py tests: abide logging options for clitests 2019-12-11 17:57:28 -05:00
network.py hostnets: Remove SR-IOV info listing 2019-06-16 23:48:51 -04:00
nodedev.py nodedev: Move the CLI string format lookup to cli.py 2022-01-21 13:20:46 -05:00
osdict.py osdict: Fix test coverage with latest libosinfo 2022-06-13 13:49:08 -04:00
pollhelpers.py Fix pylint/pycodestyle warnings with latest versions 2022-12-13 11:23:45 -05:00
progress.py progress: Drop tqdm and revert back to local urlgrabber copy 2021-06-09 16:52:11 -04:00
snapshot.py virtinst: move UI only functions into virtManager 2019-06-09 18:33:45 -04:00
storage.py virtinstall: Fix the allocating disk size printed by the progress bar 2022-12-14 13:07:26 -05:00
support.py object: nodedev: support isActive state 2022-01-17 14:37:06 -05:00
uri.py xmlutil: add a diff() helper 2020-09-05 15:49:55 -04:00
virtclone.py Remove shebangs from library paths 2021-06-22 19:54:37 -04:00
virtinstall.py Fix pylint/pycodestyle warnings with latest versions 2022-12-13 11:23:45 -05:00
virtxml.py cli: Break up parse_option_strings 2022-08-03 12:34:47 -04:00
xmlapi.py cli: Add --xml xpath option for virt-install and virt-xml 2020-09-11 15:04:37 -04:00
xmlbuilder.py Fix pylint/pycodestyle warnings with latest versions 2022-12-13 11:23:45 -05:00
xmlutil.py xmlutil: Take unindent_device_xml from details.py 2022-08-03 12:34:47 -04:00