#979859 libvirt0: Starting virtual pc with virtManager cause raise libvirtError setCpusetMemoryMigrate' not supported

Package:
libvirt0
Source:
libvirt
Description:
library for interfacing with different virtualization systems
Submitter:
Sven Jörns
Date:
2021-02-16 16:33:03 UTC
Severity:
important
#979859#5
Date:
2021-01-12 02:20:06 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
        Starting any virtual pc with virtManager
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
Error report VirtManager:
        Fehler beim Starten der Domain: Operation not supported: operation
'setCpusetMemoryMigrate' not supported

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in
cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 111, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 66,
in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1279, in
startup
    self._backend.create()
  File "/usr/lib/python3/dist-packages/libvirt.py", line 1080, in create
    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirt.libvirtError: Operation not supported: operation
'setCpusetMemoryMigrate' not supported

   * What outcome did you expect instead?
        Just starting the VM like day before.

*** End of the template - remove these template lines ***

#979859#10
Date:
2021-01-21 11:58:11 UTC
From:
To:
Same issue. Buster-backports enabled.
#979859#15
Date:
2021-01-21 16:47:32 UTC
From:
To:
libvirtd makes the virtual machines boot again.
#979859#20
Date:
2021-02-16 16:25:23 UTC
From:
To:
I can confirm this on a Debian Buster with backports enabled, workaround
mentioned is working.

A similar issue was pushed to redhat tracker, and it seems that
libvirt5.1 might fix the issue:
https://bugzilla.redhat.com/show_bug.cgi?id=1688736