proxmox-backup/proxmox-file-restore
Dominik Csapak 72220d79d7 file-restore: dynamically increase memory of vm for zpools
when a backup contains a drive with zfs on it, the default memory
size (up to 384 MiB) is often not enough to hold the zfs metadata

to improve that situation, add memory dynamically (1GiB) when a path is
requested that is on zfs. Note that the image must be started with a
kernel capable of memory hotplug.

to achieve that, we also have to add a qmp socket to the vm, so that
we can later connect and add the memory backend and dimm

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2022-11-07 13:29:34 +01:00
..
src file-restore: dynamically increase memory of vm for zpools 2022-11-07 13:29:34 +01:00
Cargo.toml bump sys dep to 0.4.1 2022-10-19 14:26:00 +02:00