Is it possible to allow testcloud run completely in userspace? Like podman etc.
testcloud
podman
✗ testcloud instance create debian:11 libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/virtqemud-sock-ro': No such file or directory libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/virtqemud-sock-ro': No such file or directory DEBUG:Local downloads will be stored in /var/lib/testcloud/backingstores. DEBUG:Starting new HTTPS connection (1): cloud.debian.org:443 DEBUG:https://cloud.debian.org:443 "GET /images/cloud/bullseye/daily/latest/debian-11-genericcloud-amd64-daily.qcow2 HTTP/1.1" 302 370 DEBUG:Starting new HTTPS connection (1): saimei.ftp.acc.umu.se:443 DEBUG:https://saimei.ftp.acc.umu.se:443 "GET /images/cloud/bullseye/daily/latest/debian-11-genericcloud-amd64-daily.qcow2 HTTP/1.1" 200 253034496 Problem writing to /var/lib/testcloud/backingstores/debian-11-genericcloud-amd64-daily.qcow2. Are you in group testcloud? You should be able to fix this by calling following commands: sudo usermod -a -G testcloud $USER su - $USER
@abitrolly can you try :
testcloud instance -c qemu:///session create debian:11
@frantisekz
✗ testcloud instance -c qemu:///session create debian:11 DEBUG:Local downloads will be stored in /var/lib/testcloud/backingstores. DEBUG:Starting new HTTPS connection (1): cloud.debian.org:443 DEBUG:https://cloud.debian.org:443 "GET /images/cloud/bullseye/daily/latest/debian-11-genericcloud-amd64-daily.qcow2 HTTP/1.1" 302 370 DEBUG:Starting new HTTPS connection (1): laotzu.ftp.acc.umu.se:443 DEBUG:https://laotzu.ftp.acc.umu.se:443 "GET /images/cloud/bullseye/daily/latest/debian-11-genericcloud-amd64-daily.qcow2 HTTP/1.1" 200 252968960 Problem writing to /var/lib/testcloud/backingstores/debian-11-genericcloud-amd64-daily.qcow2. Are you in group testcloud? You should be able to fix this by calling following commands: sudo usermod -a -G testcloud $USER su - $USER
Metadata Update from @frantisekz: - Custom field story_points adjusted to 2
Metadata Update from @frantisekz: - Issue assigned to frantisekz
Metadata Update from @jskladan: - Issue priority set to: Low
Log in to comment on this ticket.