You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/07/20 06:22:40 UTC

[cloudstack] branch main updated (71bc088a70 -> 661956cc60)

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


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.17'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 661956cc6070576cf9c0a1602647af3544087022
Merge: 71bc088a70 2c05b63495
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Jul 20 11:52:26 2022 +0530

    Merge remote-tracking branch 'origin/4.17'

 .../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(-)