FS#71142 - [libvirt] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by sosyco (sosyco) - Sunday, 06 June 2021, 09:02 GMT
Last edited by Robin Broda (coderobe) - Monday, 07 June 2021, 14:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Robin Broda (coderobe)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After updating my system none of my machines starts.

on manual start via virsh i get:

virsh start DOMAINX
Error: Failed to start domain 'DOMAINX'
Error: Internal Error: process exited while connecting to monitor: 2021-06-06T08:59:55.749183Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/dev/mapper/system-DOMAINX","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}: 'file' driver requires '/dev/mapper/system-DOMAINX' to be a regular file


Additional info:
```
pacman -Ss libvirt
community/libvirt 1:7.3.0-1 [Installiert]
API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)
community/libvirt-dbus 1.4.0-1
Wrapper around libvirt API to provide a high-level object-oriented API better suited for dbus-based applications
community/libvirt-glib 4.0.0-1
GLib bindings for libvirt
community/libvirt-python 1:7.3.0-1 [Installiert]
libvirt python binding
community/libvirt-storage-gluster 1:7.3.0-1
Libvirt Gluster storage backend
community/libvirt-storage-iscsi-direct 1:7.3.0-1
Libvirt iSCSI-direct storage backend
community/libvirt-storage-rbd 1:7.3.0-1
Libvirt RBD storage backend
community/pcp-pmda-libvirt 5.3.0-2
PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from libvirt virtual machines
community/perl-sys-virt 6.8.0-2
Represent and manage a libvirt hypervisor connection
community/terraform-provider-libvirt 0.6.3-3
Terraform provider to provision infrastructure with Linux's KVM using libvirt
community/virt-install 3.2.0-1 [Installiert]
Command line tool for creating new KVM , Xen, or Linux container guests using the libvirt hypervisor
```
This task depends upon

Closed by  Robin Broda (coderobe)
Monday, 07 June 2021, 14:55 GMT
Reason for closing:  Upstream
Comment by sosyco (sosyco) - Sunday, 06 June 2021, 09:32 GMT
Using virt-manager from a other system i get this information:

Fehler beim Starten der Domain: Interner Fehler: process exited while connecting to monitor: 2021-06-06T09:26:43.200853Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/dev/mapper/system-DOMAINX","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}: 'file' driver requires '/dev/mapper/system-DOMAINX' to be a regular file

Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 101, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/domain.py", line 1329, in startup
self._backend.create()
File "/usr/lib/python3.9/site-packages/libvirt.py", line 1353, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: Interner Fehler: process exited while connecting to monitor: 2021-06-06T09:26:43.200853Z qemu-system-x86_64: -blockdev {"driver":"file","filename":"/dev/mapper/system-DOMAINX","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}: 'file' driver requires '/dev/mapper/system-DOMAINX' to be a regular file
Comment by sosyco (sosyco) - Sunday, 06 June 2021, 09:35 GMT
Sorry for the missing summary, but I'm not allowed to edit my own tasks.
Comment by Robin Broda (coderobe) - Sunday, 06 June 2021, 21:09 GMT
why are you using the "file" disk driver for block devices
Comment by sosyco (sosyco) - Monday, 07 June 2021, 14:33 GMT
Sorry for the missing summary, but I'm not allowed to edit my own tasks.
Comment by sosyco (sosyco) - Monday, 07 June 2021, 14:37 GMT
why not? worked until now without problems.
I changed the configuration and it work again.

Loading...