• J
    storage: allow metadata preallocation when creating qcow2 images · 1c9a2fb1
    Ján Tomko 提交于
    Add VIR_STORAGE_VOL_CREATE_PREALLOC_METADATA flag to virStorageVolCreateXML
    and virStorageVolCreateXMLFrom. This flag requests metadata
    preallocation when creating/cloning qcow2 images, resulting in creating
    a sparse file with qcow2 metadata. It has only slightly larger disk usage
    compared to new image with no allocation, but offers higher performance.
    1c9a2fb1
storage_backend.c 50.6 KB