[lnie@fedora testcloud]$ git checkout master Switched to branch 'master' Your branch is ahead of 'origin/master' by 5 commits. (use "git push" to publish your local commits) [lnie@fedora testcloud]$ python run_testcloud.py create fedora-coreos:testing --disk_number 3 /home/lnie/.local/lib/python3.11/site-packages/requests/init.py:102: RequestsDependencyWarning: urllib3 (1.26.17) or chardet (5.2.0)/charset_normalizer (2.0.12) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " INFO:create coreos instance mystifying_yalow INFO:config file created successfully INFO:chcon command succeed qemu-img: /var/lib/testcloud/instances/mystifying_yalow/mystifying_yalow-local2.qcow2: Image creation needs a size parameter libvirt: Storage Driver error : Cannot access storage file '/var/lib/testcloud/instances/mystifying_yalow/mystifying_yalow-local3.qcow2' (as uid:107, gid:107): No such file or directory WARNING:Instance startup failed, retrying in 5 seconds... libvirt: Storage Driver error : Cannot access storage file '/var/lib/testcloud/instances/mystifying_yalow/mystifying_yalow-local3.qcow2' (as uid:107, gid:107): No such file or directory Failed when starting the virtual machine with: Traceback (most recent call last): File "/home/lnie/testcloud/testcloud/instance.py", line 516, in start create_status = dom.create() ^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/libvirt.py", line 1373, in create raise libvirtError('virDomainCreate() failed') libvirt.libvirtError: Cannot access storage file '/var/lib/testcloud/instances/mystifying_yalow/mystifying_yalow-local3.qcow2' (as uid:107, gid:107): No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/lnie/testcloud/run_testcloud.py", line 4, in cli.main() File "/home/lnie/testcloud/testcloud/cli.py", line 859, in main args.func(args) File "/home/lnie/testcloud/testcloud/cli.py", line 432, in _create_instance raise error File "/home/lnie/testcloud/testcloud/cli.py", line 424, in _create_instance tc_instance.start(args.timeout) File "/home/lnie/testcloud/testcloud/instance.py", line 520, in start create_status = dom.create() ^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/libvirt.py", line 1373, in create raise libvirtError('virDomainCreate() failed') libvirt.libvirtError: Cannot access storage file '/var/lib/testcloud/instances/mystifying_yalow/mystifying_yalow-local3.qcow2' (as uid:107, gid:107): No such file or directory
Fixed by https://pagure.io/testcloud/pull-request/162
Metadata Update from @frantisekz: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)