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 2020/10/17 20:45:35 UTC

[cloudstack] branch master updated (c222d0b -> 0d487fc)

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 c222d0b  enable update tags on disk offerings (#4194)
     add 0d487fc  support for data migration of incremental snaps on xen (#4395)

No new revisions were added by this update.

Summary of changes:
 .../engine/orchestration/DataMigrationUtility.java | 17 ++++--
 .../engine/orchestration/StorageOrchestrator.java  |  4 +-
 .../storage/datastore/db/SnapshotDataStoreVO.java  |  4 ++
 .../storage/datastore/db/TemplateDataStoreVO.java  |  3 +
 .../storage/datastore/db/VolumeDataStoreVO.java    |  4 ++
 .../storage/image/SecondaryStorageServiceImpl.java | 65 +++++++++++++++++-----
 .../storage/image/BaseImageStoreDriverImpl.java    | 26 ++++-----
 .../PremiumSecondaryStorageManagerImpl.java        |  2 +-
 .../resource/NfsSecondaryStorageResource.java      |  8 ++-
 9 files changed, 93 insertions(+), 40 deletions(-)