Re: NUMA node - Memory Only

2022-08-22 Thread Andrea Bolognani
On Mon, Aug 22, 2022 at 01:55:05AM -0700, Jin Huang wrote: > Hi, Andrea > After installing the debian-keyring package, no that issue. Thank you so > much. > > But I tried this under libvirt-8.5.0/ > dpkg-buildpackage --no-sign > > dpkg-checkbuilddeps: error: Unmet build dependencies:

Re: NUMA node - Memory Only

2022-08-22 Thread Jin Huang
Hi, Andrea After installing the debian-keyring package, no that issue. Thank you so much. But I tried this under libvirt-8.5.0/ dpkg-buildpackage --no-sign dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper-compat (= 13) libc6-dev (>= 2.31-14~) meson (>= 0.54.0~)

Re: NUMA node - Memory Only

2022-08-22 Thread Andrea Bolognani
On Mon, Aug 22, 2022 at 12:01:17AM -0700, Jin Huang wrote: > Hi, Andrea > When I tried > $ dget > https://deb.debian.org/debian/pool/main/libv/libvirt/libvirt_8.5.0-1.dsc > > But failed, seems I did not have the public key? This is the message from > my system: > > dget: using existing

Re: NUMA node - Memory Only

2022-08-22 Thread Jin Huang
Hi, Andrea When I tried $ dget https://deb.debian.org/debian/pool/main/libv/libvirt/libvirt_8.5.0-1.dsc But failed, seems I did not have the public key? This is the message from my system: dget: using existing libvirt_8.5.0.orig.tar.xz dget: using existing libvirt_8.5.0.orig.tar.xz.asc dget:

Re: NUMA node - Memory Only

2022-08-11 Thread Andrea Bolognani
On Thu, Aug 11, 2022 at 02:21:18AM -0700, Jin Huang wrote: > Hi, Andrea > Thank you for your help, but I did not figure out how to deal with the dsc > and rebuilding package stuff yet. > > > Also, I compiled and installed the libvirt-8.5.0 source code from > https://libvirt.org/sources/. > The

Re: NUMA node - Memory Only

2022-08-11 Thread Jin Huang
Hi, Andrea Thank you for your help, but I did not figure out how to deal with the dsc and rebuilding package stuff yet. Also, I compiled and installed the libvirt-8.5.0 source code from https://libvirt.org/sources/. The build command I used is: meson build -Dsystem=true

Re: NUMA node - Memory Only

2022-08-10 Thread Andrea Bolognani
On Tue, Aug 09, 2022 at 01:26:55PM +0200, Michal Prívozník wrote: > On 8/9/22 12:55, Jin Huang wrote: > > Hi, everyone > > I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: > > meson build -Dsystem=true -Ddriver_interface=enabled > > -Ddriver_libvirtd=enabled

Re: NUMA node - Memory Only

2022-08-10 Thread Milan Zamazal
Michal Prívozník writes: > On 8/9/22 12:55, Jin Huang wrote: >> Hi, everyone >> I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: > >> meson build -Dsystem=true -Ddriver_interface=enabled >> -Ddriver_libvirtd=enabled -Ddriver_network=enabled -Ddriver_qemu=enabled >>

Re: NUMA node - Memory Only

2022-08-09 Thread Michal Prívozník
On 8/9/22 12:55, Jin Huang wrote: > Hi, everyone > I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: > meson build -Dsystem=true -Ddriver_interface=enabled > -Ddriver_libvirtd=enabled -Ddriver_network=enabled -Ddriver_qemu=enabled > -Ddriver_remote=enabled

Re: NUMA node - Memory Only

2022-08-09 Thread Jin Huang
Hi, everyone I built the libvirt 8.6.0 on my Ubuntu 20 system with the options like this: meson build -Dsystem=true -Ddriver_interface=enabled -Ddriver_libvirtd=enabled -Ddriver_network=enabled -Ddriver_qemu=enabled -Ddriver_remote=enabled -Dnumactl=enabled -Dnumad=enabled -Dstorage_disk=enabled

Re: NUMA node - Memory Only

2022-08-06 Thread Jin Huang
Hi, Michal Thank you for your help. After compiled and installed libvirt-6.7.0, when I try virsh define xmlfile, it says "error: invalid argument: could not find capabilities for arch=x86_64 domaintype=kvm". The way I compiled and installed libvirt-6.7.0 is according to

Re: NUMA node - Memory Only

2022-08-05 Thread Michal Prívozník
On 8/5/22 11:25, Jin Huang wrote: > Hi, libvirt-users > How could I set up a memory-only and no-cpu NUMA node for the qemu-VM > with the XML file? > > Seems each NUMA cell has to be bundled with some specific cpuids. > If I write the element like this, it is wrong. > > >   >     >     >   >

NUMA node - Memory Only

2022-08-05 Thread Jin Huang
Hi, libvirt-users How could I set up a memory-only and no-cpu NUMA node for the qemu-VM with the XML file? Seems each NUMA cell has to be bundled with some specific cpuids. If I write the element like this, it is wrong. Also if I ignore the cpus item, it is not acceptable for