Julian Pelizäus
Julian Pelizäus
Hi @megheaiulian, have you tried using the `pci` device type in LXD? https://documentation.ubuntu.com/lxd/to/latest/reference/devices_pci/ I guess it would be something like `lxc config device add {vm} audio pci address=0000:c3:00.1`.
Can you please send the output of `ls /sys/bus/pci/devices/0000:c3:00.0/iommu_group/devices` since that is the dir whose contents get iterated over.
Hello, just found about this bug report and I guess the root cause for the daemon's log debug messages lies in https://github.com/canonical/microceph/blob/main/microceph/cmd/microcephd/main.go#L107. If you don't proactively set `--debug false` when...
> For this to work, we need to set `PRAGMA foreign_keys=OFF` and `PRAGMA legacy_alter_table=ON` before each transaction in which we run any changes to the internal schema. Cool, so this...
Another thing you could try is experimenting with the `server` setting for the `chardev` as this is set to `true` by default and I am not sure if qemu isn't...
> @roosterfish please can you explain further what has changed to require this now, or has the panic scenario always existed? It has always existed, just saw it as part...
> Please could you give an example, i do not follow. Let's take the `core.https_allowed_credentials` server config setting as an example. It has the following getter function: ```go func (c...
> Can we use a map everywhere like we do with the others and use shared.FalseOrEmpty etc That would be another option yes. For the `bool` case it's easy as...
> Should this be closed or rebasee now? I have it on the radar. But as the underlying structure is now again a `map[string]any` I have to validate the way...
@MggMuggins I cannot find the story/issue supporting the sentence: > The accounting process might also receive changes in the near future If I remember correctly I had a discussion with...