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

sureshanaparti pushed a change to branch healthcheck-main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


 discard 82d65469039 4.21/main Health Check, please don't merge this!
     add e5f61164b34 Support of snapshot copy to primary storage in different 
zones. (#9478)
     add 9712b4d322a custom AccessLogger (#9733)
     add 626f3de69ad Handle project delete in detailsview. (#11197)
     add cda3640be15 juniper-contrail: publish events only for the module 
(#11373)
     add 3134efb971d plugin-swift: handle null cache store (#11380)
     add a0fd37f4955 ui: pass validated storagepolicy for swift store (#11315)
     add de5188e50c8 fix storage pool capacity threshold flag (#11366)
     add 7acd5a38756 Merge branch '4.19' into 4.20
     add ca8ce8c8853 Merge branch '4.20'
     add a112b52e7b5 4.21/main Health Check, please don't merge this!

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (82d65469039)
            \
             N -- N -- N   refs/heads/healthcheck-main (a112b52e7b5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/storage/VolumeApiService.java   |   4 +-
 .../org/apache/cloudstack/api/ApiConstants.java    |   4 +
 .../admin/acl/project/ListProjectRolesCmd.java     |   2 +-
 .../api/command/user/snapshot/CopySnapshotCmd.java |  59 +++-
 .../command/user/snapshot/CreateSnapshotCmd.java   |  33 ++-
 .../user/snapshot/CreateSnapshotPolicyCmd.java     |  43 ++-
 .../api/response/SnapshotPolicyResponse.java       |  18 +-
 .../api/command/test/CreateSnapshotCmdTest.java    |   4 +-
 .../command/user/snapshot/CopySnapshotCmdTest.java |   5 +
 .../java/org/apache/cloudstack/ACSRequestLog.java  |  84 ++++++
 .../java/org/apache/cloudstack/ServerDaemon.java   |   3 +-
 .../api/storage/DataStoreCapabilities.java         |  10 +-
 .../subsystem/api/storage/SnapshotService.java     |   2 +
 .../subsystem/api/storage/SnapshotStrategy.java    |   7 +-
 .../com/cloud/vm/VmWorkTakeVolumeSnapshot.java     |   9 +-
 .../com/cloud/vm/VmWorkTakeVolumeSnapshotTest.java |   3 +-
 .../engine/orchestration/VolumeOrchestrator.java   |  14 +-
 .../resourcedetail/ResourceDetailsDao.java         |   7 +
 .../resourcedetail/ResourceDetailsDaoBase.java     |   6 +
 .../storage/datastore/db/PrimaryDataStoreDao.java  |   3 +
 .../datastore/db/PrimaryDataStoreDaoImpl.java      |   8 +
 .../storage/datastore/db/SnapshotDataStoreDao.java |   3 +
 .../datastore/db/SnapshotDataStoreDaoImpl.java     |  58 ++--
 .../storage/snapshot/CephSnapshotStrategy.java     |   4 +
 .../storage/snapshot/DefaultSnapshotStrategy.java  |   5 +
 .../storage/snapshot/ScaleIOSnapshotStrategy.java  |   4 +
 .../storage/snapshot/SnapshotServiceImpl.java      |  32 +++
 .../snapshot/StorageSystemSnapshotStrategy.java    |   5 +-
 .../cloudstack/metrics/MetricsServiceImpl.java     |   2 +-
 .../network/contrail/management/EventUtils.java    |  11 +
 .../driver/SwiftImageStoreDriverImpl.java          |  13 +-
 .../storage/StorPoolModifyStoragePoolAnswer.java   |  12 +-
 .../StorPoolModifyStorageCommandWrapper.java       |  30 ++-
 .../kvm/storage/StorPoolStorageAdaptor.java        |   3 +
 .../collector/StorPoolAbandonObjectsCollector.java | 145 ++++++++--
 .../driver/StorPoolPrimaryDataStoreDriver.java     | 105 ++++++--
 .../datastore/provider/StorPoolHostListener.java   |   1 +
 .../storage/datastore/util/StorPoolHelper.java     |  72 +++--
 .../storage/datastore/util/StorPoolUtil.java       |  47 ++++
 .../storage/motion/StorPoolDataMotionStrategy.java | 115 ++++----
 .../snapshot/StorPoolConfigurationManager.java     |   6 +-
 .../storage/snapshot/StorPoolSnapshotStrategy.java | 296 +++++++++++++++------
 server/src/main/java/com/cloud/api/ApiDBUtils.java |  19 ++
 .../main/java/com/cloud/api/ApiResponseHelper.java |   9 +
 .../java/com/cloud/api/query/QueryManagerImpl.java |  25 +-
 .../com/cloud/api/query/dao/SnapshotJoinDao.java   |   8 +-
 .../cloud/api/query/dao/SnapshotJoinDaoImpl.java   |  43 ++-
 .../com/cloud/storage/CreateSnapshotPayload.java   |  10 +
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  73 ++++-
 .../cloud/storage/snapshot/SnapshotManager.java    |   2 +
 .../storage/snapshot/SnapshotManagerImpl.java      | 293 ++++++++++++++++----
 .../com/cloud/template/TemplateManagerImpl.java    |  22 +-
 .../apache/cloudstack/snapshot/SnapshotHelper.java | 151 +++++++++--
 .../cloud/storage/VolumeApiServiceImplTest.java    |   6 +-
 .../storage/snapshot/SnapshotManagerImplTest.java  |  92 +++----
 .../storage/snapshot/SnapshotManagerTest.java      | 116 ++++----
 .../cloud/template/TemplateManagerImplTest.java    |   8 +
 .../cloudstack/snapshot/SnapshotHelperTest.java    |  54 ++--
 test/integration/plugins/storpool/sp_util.py       |  56 ++++
 .../test_snapshot_copy_on_primary_storage.py}      | 212 ++++-----------
 tools/marvin/marvin/lib/base.py                    |  41 ++-
 ui/public/locales/en.json                          |   5 +-
 ui/src/views/infra/AddSecondaryStorage.vue         |   6 +-
 ui/src/views/project/AccountsTab.vue               |  12 +-
 ui/src/views/project/iam/ProjectRoleTab.vue        |  12 +-
 ui/src/views/storage/FormSchedule.vue              |  60 ++++-
 ui/src/views/storage/SnapshotZones.vue             |  79 +++++-
 ui/src/views/storage/TakeSnapshot.vue              |  67 ++++-
 .../src/main/java/com/cloud/utils/StringUtils.java |  81 ++----
 .../test/java/com/cloud/utils/StringUtilsTest.java |  15 ++
 70 files changed, 2097 insertions(+), 777 deletions(-)
 create mode 100644 
client/src/main/java/org/apache/cloudstack/ACSRequestLog.java
 copy test/integration/{component/test_snapshot_copy.py => 
plugins/storpool/test_snapshot_copy_on_primary_storage.py} (51%)

Reply via email to