[elbe-devel] [PATCH 1/1] x86_64-docker-elbe.xml: Workaround for Bug#979859

Marius Rodi mrodi at linutronix.de
Thu Jun 24 14:49:15 CEST 2021


Issue is that the cpuset controller exists on the system but it's
functions are not yet implemented in libvirt. Libvirt will only ingore
controllers that don't exist. (compare
https://bugzilla.redhat.com/show_bug.cgi?id=1688736)

Link to bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979859

Link to workaround:
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1696864.html

Signed-off-by: Marius Rodi <mrodi at linutronix.de>
---
 examples/x86_64-docker-elbe.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/x86_64-docker-elbe.xml b/examples/x86_64-docker-elbe.xml
index e5ae44a8..6dc88cd4 100644
--- a/examples/x86_64-docker-elbe.xml
+++ b/examples/x86_64-docker-elbe.xml
@@ -138,6 +138,11 @@ a6EqDGtKLEkEM5G1qtDILnp3cIEZm3CFO8ll
 			<adduser groups="kvm,libvirt" passwd="elbe" shell="/bin/bash">elbe</adduser>
 			<command>systemctl enable libvirtd</command>
 
+			<file dst="/etc/libvirt/qemu.conf" append="true">
+			        # Bug#935734 error: Operation not supported: operation 'setCpusetMemoryMigrate' not supported
+			        cgroup_controllers = []
+			</file>
+
 			<command>cp /usr/share/doc/sbuild/examples/example.sbuildrc /home/elbe/.sbuildrc</command>
 			<command>chown elbe:elbe /home/elbe/.sbuildrc</command>
 			<command>sbuild-createchroot --include=eatmydata,ccache,gnupg unstable /srv/chroot/unstable-amd64-sbuild http://ftp.de.debian.org/debian</command>
-- 
2.32.0



More information about the elbe-devel mailing list