[Libvirt][emulator-cores][dpdk] Emulatorpin cpuset best practices

2022-06-01 Thread Laurent Dumont
Hey folks, I am curious to understand a bit more the core use of the emulatorpin CPUs with libvirt. For example : In this case : - The VM has 4 vCPUs. - Each of the core is pinned to a physical/thread core - 34,14,10,30 - The emulatorpin is also attached to

Re: how to use "virsh shutdown domain --mode [initctl|signal|paravirt) ?

2022-06-01 Thread Lentes, Bernd
- On Jun 1, 2022, at 12:25 PM, Peter Krempa pkre...@redhat.com wrote: > On Wed, Jun 01, 2022 at 12:05:58 +0200, Lentes, Bernd wrote: >> Hi, >> >> ocasionally my Virtual Domains running on a pacmekaer cluster don't shutdown, >> although beeing told to do it. >> "virsh help shutdown" says:

Re: how to use "virsh shutdown domain --mode [initctl|signal|paravirt) ?

2022-06-01 Thread Peter Krempa
On Wed, Jun 01, 2022 at 12:05:58 +0200, Lentes, Bernd wrote: > Hi, > > ocasionally my Virtual Domains running on a pacmekaer cluster don't shutdown, > although beeing told to do it. > "virsh help shutdown" says: > ... > --mode shutdown mode: acpi|agent|initctl|signal|paravirt > > How is it

how to use "virsh shutdown domain --mode [initctl|signal|paravirt) ?

2022-06-01 Thread Lentes, Bernd
Hi, ocasionally my Virtual Domains running on a pacmekaer cluster don't shutdown, although beeing told to do it. "virsh help shutdown" says: ... --mode shutdown mode: acpi|agent|initctl|signal|paravirt How is it possible to use initctl or signal or paravirt ? What do i have to do ? What are