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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to