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

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


    from 8c2a0308165 Fix query filter and units tests (#12184)
     add 3626c515e8e server: fix listing resource limits (#12188)
     add 6ba5e082217 Linstor: support live migration from other primary storage 
(#12532)
     add 3ba5c2b610f Fix logs mismatch between Network GC wait and interval 
(#10776)
     add aef3df75771 server: pass network label of physical network when plug 
nic for private gateway on hypervisor (#11846)
     add 7d52cd0e43a Fix calculation of the next time that Usage will execute 
in `removeRawUsageRecords` (#12518)
     add f5778eaa32a Merge branch '4.20' into 4.22
     new ffb8b91ff53 Merge branch '4.22'

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:
 .../engine/orchestration/NetworkOrchestrator.java  |  13 +-
 .../dao/PhysicalNetworkTrafficTypeDaoImpl.java     |   4 +-
 .../hypervisor/kvm/resource/BridgeVifDriver.java   |   2 +-
 plugins/storage/volume/linstor/CHANGELOG.md        |   6 +
 .../driver/LinstorPrimaryDataStoreDriverImpl.java  | 316 ++-------------
 .../storage/datastore/util/LinstorUtil.java        | 293 +++++++++++++-
 .../storage/motion/LinstorDataMotionStrategy.java  | 437 +++++++++++++++++++++
 .../spring-storage-volume-linstor-context.xml      |   2 +
 .../LinstorPrimaryDataStoreDriverImplTest.java     |   7 +-
 .../java/com/cloud/network/NetworkModelImpl.java   |   6 +-
 .../resourcelimit/ResourceLimitManagerImpl.java    |  74 ++--
 .../java/com/cloud/usage/UsageServiceImpl.java     |  60 +--
 .../ResourceLimitManagerImplTest.java              |  65 ++-
 .../java/com/cloud/usage/UsageManagerImpl.java     |  34 +-
 .../apache/cloudstack/utils/usage/UsageUtils.java  |  51 +++
 .../cloudstack/utils/usage/UsageUtilsTest.java     | 135 +++++++
 16 files changed, 1104 insertions(+), 401 deletions(-)
 create mode 100644 
plugins/storage/volume/linstor/src/main/java/org/apache/cloudstack/storage/motion/LinstorDataMotionStrategy.java
 create mode 100644 
utils/src/test/java/org/apache/cloudstack/utils/usage/UsageUtilsTest.java

Reply via email to