This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch clvm-enhancements
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 8ed2a3af525 refactor
add 70583a43f93 prevent snapshot backup for incremental clvm_ng snaps, fix
build failure, add unit tests
No new revisions were added by this update.
Summary of changes:
.../subsystem/api/storage/VolumeService.java | 4 +-
.../storage/volume/VolumeServiceImpl.java | 18 +-
.../storage/volume/VolumeServiceImplClvmTest.java | 311 ++++++++++++++++++
.../storage/snapshot/SnapshotManagerImpl.java | 2 +-
.../cloud/storage/VolumeApiServiceImplTest.java | 354 +++++++++++++++++++++
5 files changed, 677 insertions(+), 12 deletions(-)
create mode 100644
engine/storage/volume/src/test/java/org/apache/cloudstack/storage/volume/VolumeServiceImplClvmTest.java