Package: lxd / 5.0.2+git20231211.1364ae4-9
Metadata
Package | Version | Patches format |
---|---|---|
lxd | 5.0.2+git20231211.1364ae4-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 skip TestConvertNetworkConfig.patch | (download) |
lxc-to-lxd/main_migrate_test.go |
2 2 + 0 - 0 ! |
lxc prior to version 4.0.12 had a logic bug in do_lxcapi_create() that returned success in error conditions. since this is a very simple test, that didnt actually matter, but now to properly pass would require the setting up of a user-specific lxc configuration and sub[u|g]id mappings, which is just too much effort for a small test. |
003 adjust import paths.patch | (download) |
lxc-to-lxd/main_migrate.go |
2 1 + 1 - 0 ! |
adjust import paths to reflect debian packaging |
004 fix qemu detection.patch | (download) |
lxd/instance/drivers/driver_qemu.go |
24 23 + 1 - 0 ! |
fix qemu detection |
005 fix qemu apparmor.patch | (download) |
lxd/apparmor/instance_qemu.go |
3 1 + 2 - 0 ! |
fix apparmor profile generation for qemu instances (copied from incus) |
006 oidc v3.patch | (download) |
client/connection.go |
2 1 + 1 - 0 ! |
updates for building with zitadel/oidc/v3, taken from https://github.com/lxc/incus/pull/674 |
007 update image server url.patch | (download) |
doc/cloud-init.md |
7 2 + 5 - 0 ! |
update various references of the linux containers image server to canonical's image server. based on upstream prs 12748, 13208, and 13247. |
008 Build against go criu v7.patch | (download) |
lxd/instance/drivers/driver_lxc.go |
2 1 + 1 - 0 ! |
build against go-criu v7 |
009 skip flaky tests.patch | (download) |
lxd/api_cluster_test.go |
2 2 + 0 - 0 ! |
skip a couple of flaky tests |
010 cherry pick update test cert.patch | (download) |
test/deps/server.crt |
43 11 + 32 - 0 ! |
[patch] test/deps: switch to ecdsa certificate Signed-off-by: Simon Deziel <simon.deziel@canonical.com> |
011 newer qemu fixes.patch | (download) |
lxd/instance/drivers/driver_qemu.go |
62 36 + 26 - 0 ! |
fix creation of vms with newer versions of qemu (ported from incus) |
012 fix issues with old nvram.patch | (download) |
lxd/instance/drivers/driver_qemu.go |
18 13 + 5 - 0 ! |
fix issues with old nvram (ported from incus) |