Skip to content

Improve the cluster installation #134

@k37y

Description

@k37y
$ qemu-img create -f qcow2 vm1.qcow2 300G
Formatting 'vm1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=322122547200 lazy_refcounts=off refcount_bits=16
$ mv vm1.qcow2 vm_gold.qcow2
$ qemu-img create -f qcow2 -F qcow2 -b vm_gold.qcow2 vm1.qcow2
Formatting 'vm1.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=322122547200 backing_file=vm_gold.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
$ qemu-img create -f qcow2 -F qcow2 -b vm_gold.qcow2 vm2.qcow2
Formatting 'vm2.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=322122547200 backing_file=vm_gold.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16
$ qemu-img create -f qcow2 -F qcow2 -b vm_gold.qcow2 vm3.qcow2
Formatting 'vm3.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=322122547200 backing_file=vm_gold.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16

@germanovm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions