Support reading from snapshots encrypted with different keys

This commit is contained in:
Vitaliy Filippov
2026-04-27 15:24:44 +03:00
parent 34d01f44db
commit 66a016f8a1
13 changed files with 322 additions and 140 deletions
+1
View File
@@ -451,6 +451,7 @@ resume_100:
inode_config_t new_cfg = *child_cfg;
new_cfg.deleted = false;
new_cfg.num = target_cfg->num;
new_cfg.enc_key = target_cfg->enc_key;
new_cfg.parent_id = new_parent;
json11::Json::array cmp = json11::Json::array {
json11::Json::object {