Pedro Ribeiro
Pedro Ribeiro
Added new endpoint `/1.0/sorage_volumes`, and made some changes made necessary by the addition of the `Pool` field on `api.StorageVolume`. Fixes #12550. Still missing the CLI command update.
Fixes #12539. These changes generally include getting the file descriptor of the directory of a socket's file to use an alternative shorter path to the same socket. This same fix...
Closes #12254. Changes mostly based on [lxc/incus#467](https://github.com/lxc/incus/pull/467) and [lxc/incus#529](https://github.com/lxc/incus/pull/529). This creates the `security.shared` config key for block volumes and adds checks for it during device creation and instance start. This...
# Required information * Distribution: Ubuntu * Distribution version: 22.04 * snap: latest/edge * LXC version: 5.21.1 LTS * LXD version: 5.21.1 LTS # Issue description When adding a disk...
# Required information * Distribution: Ubuntu * Distribution version: 22.04 * snap: latest/stable * LXC version: 5.21.1 LTS * LXD version: 5.21.1 LTS # Issue description This is related to...
This fixes TPM failing due to the device ID being trimmed if too long, that caused any references to that device to be incorrect after trimming. To reproduce the issue:...
I don't think this is currently causing any bugs, but the correct limit for QEMU IDs is 63, not 64. If longer than that, QEMU truncates the ID internally.
# Required information * Distribution: Ubuntu * Distribution version: 22.04 * snap: latest/edge * LXC version: 5.21.1 LTS * LXD version: 5.21.1 LTS # Issue description When adding a TPM...
This introduces API rates metrics for Disaster Recovery, the spec related to this should be published once this is merged. Here is a raw output example of `/1.0/metrics` with the...
Includes cherry picks from https://github.com/lxc/incus/pull/362