Skip to content

feat: add option to use zstd compression for disk.img file #1783

@dustdfg

Description

@dustdfg

I confirm this feature has not been previously requested

  • I have searched the issues and this feature has not previously been requested

Is your feature request related to a problem? Please describe.
File size is smaller and probably it will be faster

Describe the solution you'd like
I'd like too see an option in the config file or cli argument for quickemu which will allow to create disk.img file which uses zstd compression. Maybe even use zstd by default

Describe alternatives you've considered
You can use ./qemu-img convert -f qcow2 -O qcow2 -c -o compression_type=zstd input_file output_file after file was created but it is manual work...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions