Merge pull request 'Fix: don't try to persist 'inventory.instances'' (#3731) from hsjobeki/clan-core:fix-2 into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3731
This commit is contained in:
hsjobeki
2025-05-21 10:36:29 +00:00

View File

@@ -143,6 +143,9 @@ class InventoryStore:
update.pop("options", None) # type: ignore
update.pop("assertions", None) # type: ignore
# Remove instances until the 'settings' deferred module is properly supported.
update.pop("instances", None)
patchset, delete_set = calc_patches(
dict(write_info.data_disk),
dict(update),