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

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


 discard 0eb3a6ed5b2 4.20 Health Check, please don't merge this!
     add 664f76c7e4b Fix KvmSshToAgentEnabled setting description and make it 
dynamic (#12533)
     add 26b57655ece Deployment plan fixes for VM with last host, and last host 
in maintenance (#12062)
     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 0e94f7d7717 UI: Show applied search filters (#9520)
     add 65704e7a49d 4.20 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   (0eb3a6ed5b2)
            \
             N -- N -- N   refs/heads/healthcheck-4.20 (65704e7a49d)

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/resource/ResourceManager.java   |   4 +-
 .../engine/orchestration/NetworkOrchestrator.java  |   9 +-
 .../dao/PhysicalNetworkTrafficTypeDaoImpl.java     |   4 +-
 .../resources/META-INF/db/schema-42020to42030.sql  |   3 +
 .../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 +-
 .../deploy/DeploymentPlanningManagerImpl.java      |  80 +--
 .../com/cloud/ha/HighAvailabilityManagerImpl.java  |   4 +-
 .../java/com/cloud/network/NetworkModelImpl.java   |   6 +-
 .../com/cloud/resource/ResourceManagerImpl.java    |   5 +-
 .../java/com/cloud/usage/UsageServiceImpl.java     |  60 +--
 .../cloud/resource/ResourceManagerImplTest.java    |  14 +-
 ui/public/config.json                              |   3 +-
 ui/src/components/view/SearchFilter.vue            | 559 +++++++++++++++++++++
 ui/src/views/AutogenView.vue                       |  48 ++
 ui/tests/unit/views/AutogenView.spec.js            |   4 +
 .../java/com/cloud/usage/UsageManagerImpl.java     |  35 +-
 .../apache/cloudstack/utils/usage/UsageUtils.java  |  51 ++
 .../cloudstack/utils/usage/UsageUtilsTest.java     | 135 +++++
 24 files changed, 1683 insertions(+), 404 deletions(-)
 create mode 100644 
plugins/storage/volume/linstor/src/main/java/org/apache/cloudstack/storage/motion/LinstorDataMotionStrategy.java
 create mode 100644 ui/src/components/view/SearchFilter.vue
 create mode 100644 
utils/src/test/java/org/apache/cloudstack/utils/usage/UsageUtilsTest.java

Reply via email to