]> git.proxmox.com Git - pve-container.git/commit
fix #2117: don't keep custom idmap in pct pipe restore
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 4 Mar 2019 10:02:53 +0000 (11:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 Mar 2019 11:26:22 +0000 (12:26 +0100)
commita5246958b18389b75376ee4c1cbc41b918edf2d7
tree514086d90b142605a94290acd1e0ba623cd981c3
parent2d02b586161779ea31c18b8db6c49d6fd4f9d843
fix #2117: don't keep custom idmap in pct pipe restore

while doing a pct restore operation, custom id mappings were being
obtained from the archive file to be used in the newly created container.
this fails when using pipe restore, since there is no file for the
mappings to be recovered from.

Co-Authored by: Mira Limbeck <m.limbeck@proxmox.com>
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/PVE/API2/LXC.pm