This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 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
No new revisions were added by this update.
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 +-
.../java/com/cloud/usage/UsageServiceImpl.java | 60 +--
.../java/com/cloud/usage/UsageManagerImpl.java | 34 +-
.../apache/cloudstack/utils/usage/UsageUtils.java | 51 +++
.../cloudstack/utils/usage/UsageUtilsTest.java | 135 +++++++
14 files changed, 1009 insertions(+), 357 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