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

weizhou pushed a change to branch 4.18-non-strict-affinity-groups
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    omit 1a7497a8cd0 Non-strict affinity groups: add test case in 
DeploymentPlanningManagerImplTest
    omit e0004b73734 Non-strict affinity groups: add test case in 
NonStrictHostAffinityProcessorTest
    omit e85f816b475 Non-strict affinity groups: add unit test 
DataCenterDeploymentTest
    omit 8bd4d0c5209 Non-strict affinity groups: fix code smells
    omit 91cd19d9cf3 Non-strict affinity groups: extract a new method 
processVmInAffinityGroup
    omit 61f73fcc8a9 Non-strict affinity groups: remove duplicated codes
    omit 764918b7ea4 Non-strict affinity groups: fix debug messages
    omit 03fd2491a4b test: add test_nonstrict_affinity_group.py
    omit 06c0f151169 api,server: add forgetLastHost to StartVM
    omit 111f3b5a15f server: add Non-Strict host affinity and anti-affinty 
groups
     add 14937e1adbc Fixed NPE on volume creation from snapshot (#6839)
     add adfaa730b14 Externalizes logrotate service frequency timer in VR 
(#6507)
     add 56d63792be7 server: add Non-Strict host affinity and anti-affinty 
groups
     add 2bbe06959f9 api,server: add forgetLastHost to StartVM
     add 566fa7b3321 test: add test_nonstrict_affinity_group.py
     add e5cd9adb4d5 Non-strict affinity groups: fix debug messages
     add f2557bc02d9 Non-strict affinity groups: remove duplicated codes
     add b2b359b87d5 Non-strict affinity groups: extract a new method 
processVmInAffinityGroup
     add c9b4ea41fac Non-strict affinity groups: fix code smells
     add 5394e50d002 Non-strict affinity groups: add unit test 
DataCenterDeploymentTest
     add 117bcca2d8b Non-strict affinity groups: add test case in 
NonStrictHostAffinityProcessorTest
     add f9d483b08ec Non-strict affinity groups: add test case in 
DeploymentPlanningManagerImplTest

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   (1a7497a8cd0)
            \
             N -- N -- N   refs/heads/4.18-non-strict-affinity-groups 
(f9d483b08ec)

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:
 .../com/cloud/deploy/DataCenterDeployment.java     |  7 +++++
 .../com/cloud/vm/VirtualMachineProfileImpl.java    |  5 +++-
 .../engine/orchestration/VolumeOrchestrator.java   |  6 ++---
 .../allocator/AbstractStoragePoolAllocator.java    |  6 +++++
 .../ClusterScopeStoragePoolAllocator.java          |  2 +-
 .../allocator/LocalStoragePoolAllocator.java       |  2 +-
 .../allocator/ZoneWideStoragePoolAllocator.java    |  2 +-
 .../storage/datastore/PrimaryDataStoreImpl.java    |  6 +++++
 .../allocator/RandomStoragePoolAllocator.java      |  2 +-
 .../router/VirtualNetworkApplianceManager.java     |  6 +++++
 .../router/VirtualNetworkApplianceManagerImpl.java | 31 +++++++++++++++++++++-
 .../VirtualNetworkApplianceManagerImplTest.java    | 23 +++++++++++++++-
 systemvm/debian/opt/cloud/bin/setup/common.sh      |  3 +++
 systemvm/debian/opt/cloud/bin/setup/router.sh      |  7 ++---
 systemvm/debian/opt/cloud/bin/setup/vpcrouter.sh   |  7 ++---
 15 files changed, 99 insertions(+), 16 deletions(-)

Reply via email to