virt-manager/virtinst/install
Martin Pitt 7cb6a6062a virtinst: Fix TOCTOU race in user scratch dir creation
When starting many virt-install processes in parallel, some often crash
with

    ERROR    [Errno 17] File exists: '/home/kstest/.cache/virt-manager/boot'

Fix that by ignoring existing directories instead of explicitly testing
for existence.

The `exist_ok` parameter exists since Python 3.2, and the minimum
supported version is 3.4 now.
2020-11-03 11:52:46 -05:00
..
__init__.py virtinst: Move multiple installer .py files to virtinst/install/ 2019-06-17 00:12:32 -04:00
cloudinit.py cloudinit: Don't regenerate root password 2019-11-25 14:03:49 -05:00
installer.py cli: Add --disk source.file, source.dir, source.dev 2020-09-13 09:58:39 -04:00
installerinject.py installerinject: Check for genisoimage and mkisofs before calling it 2019-12-17 17:09:26 -05:00
installertreemedia.py virtinst: Fix TOCTOU race in user scratch dir creation 2020-11-03 11:52:46 -05:00
unattended.py virtinst: Unify test code paths when run as root 2020-07-18 19:28:04 -04:00
urldetect.py tests: add Mageia 5 detection test 2020-08-31 13:20:41 -04:00
urlfetcher.py Fix pylint raise-missing-from 2020-09-15 12:36:27 -04:00
volumeupload.py installer: Upload unattended and cloudinit data to remote connections 2020-09-08 19:24:21 -04:00