This is an automated email from the ASF dual-hosted git repository.
Pearl1594 pushed a change to branch clvm-enhancements
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from c8c30e36171 minor improvement
add 80421f55083 add proper support for resizing of clvm_ng which
calculated PE correctly for qcow2 metadata
No new revisions were added by this update.
Summary of changes:
.../kvm/resource/LibvirtComputingResource.java | 5 +-
.../CloudStackPrimaryDataStoreDriverImpl.java | 52 +++-
.../CloudStackPrimaryDataStoreDriverImplTest.java | 287 +++++++++++++++++++++
scripts/storage/qcow2/resizevolume.sh | 143 ++++++++++
4 files changed, 484 insertions(+), 3 deletions(-)
create mode 100644
plugins/storage/volume/default/src/test/java/org/apache/cloudstack/storage/datastore/driver/CloudStackPrimaryDataStoreDriverImplTest.java