]> git.proxmox.com Git - pve-guest-common.git/commit
add storage tunnel module
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 9 Feb 2022 13:07:36 +0000 (14:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 9 Feb 2022 17:22:29 +0000 (18:22 +0100)
commit1fa3dc19940f314eb01d1bb962001ca946d600f1
treea509a1eb0628f730067786d40d36af92ae20fd64
parentd88d2066a562f91169c341dd0ad3288326c3e131
add storage tunnel module

encapsulating storage-related tunnel methods, currently
- source-side storage-migrate helper
- target-side disk-import handler
- target-side query-disk-import handler
- target-side bwlimit handler

to be extended further with replication-related handlers and helpers.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/Makefile
src/PVE/StorageTunnel.pm [new file with mode: 0644]