virtnbdmap: support mapping compressed backup images
Open
enhancement
- Dominant language
- Python
- Stars
- 518
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
It should be possible to map compressed images too. One idea would be:
1) detect compressed image and read trailer in virtnbdmap
2) add info about the compressed block (length and original length / offset) to the blockmap json
3) in virtnbd-nbdkit-plugin detect if requested block is compressed, decompress and return decompressed data
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.