Package: incus / 6.0.5-1

Metadata

Package Version Patches format
incus 6.0.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 skip TestConvertNetworkConfig.patch | (download)

cmd/lxc-to-incus/main_migrate_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 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.
002 adjust import paths.patch | (download)

cmd/incusd/daemon.go | 2 1 + 1 - 0 !
cmd/incusd/instance_console.go | 2 1 + 1 - 0 !
cmd/incusd/main_forkconsole.go | 2 1 + 1 - 0 !
cmd/incusd/main_forkmigrate.go | 2 1 + 1 - 0 !
cmd/incusd/main_forkstart.go | 2 1 + 1 - 0 !
cmd/incusd/storage_volumes_snapshot.go | 2 1 + 1 - 0 !
cmd/lxc-to-incus/main_migrate.go | 2 1 + 1 - 0 !
cmd/lxc-to-incus/main_migrate_test.go | 2 1 + 1 - 0 !
cmd/lxc-to-incus/network.go | 2 1 + 1 - 0 !
internal/server/device/proxy.go | 2 1 + 1 - 0 !
internal/server/instance/drivers/driver_lxc.go | 4 2 + 2 - 0 !
internal/server/instance/drivers/driver_qemu.go | 2 1 + 1 - 0 !
internal/server/instance/instance_interface.go | 2 1 + 1 - 0 !
internal/server/instance/instance_utils.go | 2 1 + 1 - 0 !
internal/server/network/driver_ovn.go | 2 1 + 1 - 0 !
internal/server/seccomp/seccomp.go | 2 1 + 1 - 0 !
internal/util/template.go | 2 1 + 1 - 0 !
17 files changed, 18 insertions(+), 18 deletions(-)

 adjust import paths to reflect debian packaging
003 Compile against go criu v7.patch | (download)

internal/server/instance/drivers/driver_lxc.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compile against go-criu v7


004 include incusos network structs.patch | (download)

cmd/incusd/networks.go | 2 1 + 1 - 0 !
internal/osapi/system_network.go | 179 179 + 0 - 0 !
2 files changed, 180 insertions(+), 1 deletion(-)

 incus now consumes the incusos network api. this causes a dependency loop, so extract the relevant structs needed by incus.