Opened 2 years ago
Closed 2 years ago
#87 closed enhancement (fixed)
Transfer data between VMs not using block devices
| Reported by: | rafal | Owned by: | rafal |
|---|---|---|---|
| Priority: | critical | Milestone: | Release 1 Beta 1 |
| Component: | core | Keywords: | |
| Cc: |
Description
Currently, we exchange files between VMs by swapping an attached block device. This has the following disadvantages:
a) we need to trust partition table and fs parsing code in the target to be not buggy
b) it is slow because of required hotplug scripts involvement
c) it requires a lot of code scattered in many places; udev scripts, unmount watcher, qfilexchgdd, etc, etc
b) is particularly painful for DVM.
Solve it via dedicated code running over qrexec-agent (see ticket 86).
Change History (3)
comment:1 Changed 2 years ago by joanna
- Owner changed from joanna to rafal
- Status changed from new to assigned
comment:2 Changed 2 years ago by joanna
- Priority changed from major to critical
comment:3 Changed 2 years ago by rafal
- Resolution set to fixed
- Status changed from assigned to closed

Implemented.