| 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.
|
| 004 include incusos network structs.patch | (download) |
cmd/incusd/networks.go |
2 1 + 1 - 0 !
internal/osapi/system_network.go |
177 177 + 0 - 0 !
2 files changed, 178 insertions(+), 1 deletion(-) |
incus now consumes the incusos network api. this causes a dependency loop, so extract the relevant structs needed by incus.
|