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

Torben Hohn torben.hohn at linutronix.de
Thu Jul 22 17:33:34 CEST 2021


On Thu, Jun 24, 2021 at 02:49:15PM +0200, Marius Rodi wrote:
> 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>

Reviewed-by: Torben Hohn <torben.hohn 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
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner


More information about the elbe-devel mailing list