Unable to use Routed (brouter) method with netmask 255.255.255.255 in both host and vm

2023-02-03 Thread jose . r . r
Hello- Assuming I have the host /etc/network/interfaces in Debian Bullseye as follows: - auto enpXYs0 iface eth0 inet static address mn.opq.rst.xy # Main IP netmask 255.255.255.255 pointopoint (Gateway IP) gateway (Gateway IP) au

Re: [PATCH] .gitignore: Ignore cscope and other *tags files

2023-02-03 Thread Laine Stump
On 2/3/23 2:49 AM, Erik Skultety wrote: On Thu, Feb 02, 2023 at 02:02:13PM -0500, Laine Stump wrote: On 2/2/23 10:37 AM, Martin Kletzander wrote: Commit f7114e61dbc2 cleaned up way too much and now that I have cscope working again I noticed there are some files that ought to stay ignored. Sign

Re: [PATCH 0/2] conf: Turn virDomainDeviceDef->type into proper type

2023-02-03 Thread Ján Tomko
On a Thursday in 2023, Peter Krempa wrote: Some more patch necromancy. Pipeline: https://gitlab.com/pipo.sk/libvirt/-/pipelines/765613613 Peter Krempa (2): virDomainDeviceDefParse: Separate code for parsing type conf: Use proper type for 'type' field of struct _virDomainDeviceDef src/conf/do

Re: [libvirt PATCH v4 09/31] qemu: query nbdkit module dir from binary

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:03 -0600, Jonathon Jongsma wrote: > Rather than having NBDKIT_MODDIR as a build configuration option, query > the nbdkit binary for the location to these directories. nbdkit provides > a --dump-config optiont that outputs this information and can be easily > parsed. We

Re: [libvirt PATCH v4 09/31] qemu: query nbdkit module dir from binary

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:03 -0600, Jonathon Jongsma wrote: > Rather than having NBDKIT_MODDIR as a build configuration option, query > the nbdkit binary for the location to these directories. nbdkit provides > a --dump-config optiont that outputs this information and can be easily > parsed. We

Re: [libvirt PATCH v4 03/31] qemu: expand nbdkit capabilities

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:02:57 -0600, Jonathon Jongsma wrote: > In order to add caching of the nbdkit capabilities, we will need to > compare against file modification times, etc. So look up this > information when creating the nbdkit caps. > > Add a nbdkit_moddir build option to allow the build

Re: [libvirt PATCH v4 08/31] qemu: Add qemuNbdkitProcess

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:02 -0600, Jonathon Jongsma wrote: > An object for storing information about a nbdkit process that is serving > a specific virStorageSource. At the moment, this information is just > stored in the private data of virStorageSource and not used at all. > Future commits wi

Re: [libvirt PATCH v4 06/31] qemu: implement persistent file cache for nbdkit caps

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:03:00 -0600, Jonathon Jongsma wrote: > Implement the loadFile and saveFile virFileCacheHandlers callbacks so > that nbdkit capabilities are cached perstistently across daemon > restarts. The format and implementation is modeled on the qemu > capabilities, but simplified s

Re: [libvirt PATCH v4 01/31] schema: allow 'ssh' as a protocol for network disks

2023-02-03 Thread Peter Krempa
On Fri, Jan 20, 2023 at 16:02:55 -0600, Jonathon Jongsma wrote: > There was support in the code for parsing protocol='ssh' on network disk > sources, but it was not present in the xml schema. Add this to the > schema and mention it in the documentation. I presume the documentation part was now mov

Re: [PATCH v3 0/5] logging: add log cleanup for obsolete domains

2023-02-03 Thread Martin Kletzander
On Mon, Jan 30, 2023 at 08:59:57PM +0600, Oleg Vasilev wrote: Presently, logs from deleted domains remain forever. Particular motivation comes from the case when libguestfs has repeatedly created transient VMs, which in turn created plenty of logs. This takes up space and lots of files troubles f

Re: [PATCH v3 4/5] logging: add log cleanup for obsolete domains

2023-02-03 Thread Martin Kletzander
On Mon, Jan 30, 2023 at 09:00:01PM +0600, Oleg Vasilev wrote: Before, logs from deleted machines have been piling up, since there were no garbage collection mechanism. Now, virtlogd can be configured to periodically scan the log folder for orphan logs with no recent modifications and delete it.

Re: [PATCH] .gitignore: Ignore cscope and other *tags files

2023-02-03 Thread Martin Kletzander
On Fri, Feb 03, 2023 at 08:49:06AM +0100, Erik Skultety wrote: On Thu, Feb 02, 2023 at 02:02:13PM -0500, Laine Stump wrote: On 2/2/23 10:37 AM, Martin Kletzander wrote: > Commit f7114e61dbc2 cleaned up way too much and now that I have cscope > working again I noticed there are some files that ou

Re: [PATCH 0/2] tools: A few small fixes for virt-qemu-sev-validate

2023-02-03 Thread Daniel P . Berrangé
On Thu, Feb 02, 2023 at 11:24:58AM -0700, Jim Fehlig wrote: > See patches for details. > > Jim Fehlig (2): > docs: Fix examples in virt-qemu-sev-validate man page > tools: Fix detection of remote libvirt access in > virt-qemu-sev-validate > > docs/manpages/virt-qemu-sev-validate.rst | 24