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 2019/07/23 14:11:05 UTC

[cloudstack] branch master updated (281148d -> 6a511fc)

This is an automated email from the ASF dual-hosted git repository.

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


    from 281148d  server: Fix stop VM issue on basic zones (#3501)
     add 6a511fc  kvm: Add ceph RBD snapshot rollback (#3502)

No new revisions were added by this update.

Summary of changes:
 .../storage/snapshot/CephSnapshotStrategy.java     |  86 +++++++++++++++
 .../snapshot/StorageSystemSnapshotStrategy.java    |  30 ++---
 ...ing-engine-storage-snapshot-storage-context.xml |   3 +
 .../storage/snapshot/CephSnapshotStrategyTest.java | 121 +++++++++++++++++++++
 .../LibvirtRevertSnapshotCommandWrapper.java       |  62 ++++++++---
 pom.xml                                            |   2 +-
 .../storage/snapshot/SnapshotManagerImpl.java      |   8 +-
 7 files changed, 283 insertions(+), 29 deletions(-)
 create mode 100644 engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategy.java
 create mode 100644 engine/storage/snapshot/src/test/java/org/apache/cloudstack/storage/snapshot/CephSnapshotStrategyTest.java