You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by nathanejohnson <gi...@git.apache.org> on 2016/08/17 21:20:27 UTC

[GitHub] cloudstack issue #1645: This converts the rbd raw format on disk to qcow2 fo...

Github user nathanejohnson commented on the issue:

    https://github.com/apache/cloudstack/pull/1645
  
    On KVM where primary storage is ceph / rbd, and a snapshot is backed up to secondary, the comments seem to indicate that in this scenario the image will be converted to qcow2 to save space.  In implementation, however, it actually "converts" the source format (RAW in this case) into  RAW, which is effectly a straight copy.  This means that for a 20GB volume that is mostly empty, it will copy a full 20GB file onto secondary storage as a backup.  I have changed this to it always sets the source type to that of the disk (which should always be RAW for RBD), and sets the dest disk type to QCOW2.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---