This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 71bc088a70 Improve login time (#6412)
add 2c05b63495 kvm: Fix for Revert volume snapshot (#6527)
new 661956cc60 Merge remote-tracking branch 'origin/4.17'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../storage/snapshot/SnapshotServiceImpl.java | 11 ++-
.../storage/snapshot/SnapshotServiceImplTest.java | 98 ++++++++++++++++++++++
.../LibvirtRevertSnapshotCommandWrapper.java | 18 ++--
.../driver/DateraPrimaryDataStoreDriver.java | 1 +
.../CloudStackPrimaryDataStoreDriverImpl.java | 17 +++-
5 files changed, 134 insertions(+), 11 deletions(-)
create mode 100644
engine/storage/snapshot/src/test/java/org/apache/cloudstack/storage/snapshot/SnapshotServiceImplTest.java