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

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


    omit eb6a15c4470 do not merge
     add a4e9d7f21a7 Change vm.stats.remove.batch.size to 
delete.batch.query.size & allow delete of volume_stats in batches (#9283)
     add a5c8bb3bfc3 server: apply rules when VR of Domain VPC is recreated 
(#8354)
     add d4446ee09dc Revert listAll behaviour for templates (#9309)
     add 646c894ec68 Fix for race when automatically assigning IP to Vms (#9240)
     add c7f1ba5b8ee server: refactor listNetworks api database retrievals 
(#9184)
     add 65753755379 extract host from websocket to add route (#8922)
     add 94503e687ca UI: improve ux and fix some minor bugs (#9307)
     add 351de5fabd9 engine/orchestration: Update overcommit ratio during live 
VM migration (#9178)
     add 6b25ed7a027 prevent an NPE on an uninitialised TemplateObject (#8898)
     add 644f3a3f48f Add, Delete Storage Pool commands should be able execute 
on a host in maintenance (#9301)
     add 983f164c57f Fixed src datastore on copy check for PowerFlex/ScaleIO 
storage driver (#9310)
     add bcbf152a052 Merge branch '4.18' into 4.19
     add 814c8b6a121 differentiate between instalation ISO and attached ISO 
(#9146)
     add 7edeced255a do not merge

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   (eb6a15c4470)
            \
             N -- N -- N   refs/heads/4.19-dummy (7edeced255a)

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:
 api/src/main/java/com/cloud/vm/NicProfile.java     |   8 +
 .../java/com/cloud/vm/VirtualMachineProfile.java   |   4 +
 .../java/com/cloud/resource/ResourceManager.java   |   2 +
 .../com/cloud/vm/VirtualMachineProfileImpl.java    |   2 +
 .../java/com/cloud/agent/manager/AgentAttache.java |   7 +-
 .../com/cloud/vm/VirtualMachineManagerImpl.java    |  40 ++--
 .../engine/orchestration/NetworkOrchestrator.java  |  92 ++++++---
 .../java/com/cloud/storage/dao/VolumeStatsDao.java |   6 +-
 .../com/cloud/storage/dao/VolumeStatsDaoImpl.java  |  21 ++-
 .../storage/image/TemplateDataFactoryImpl.java     |   3 +
 .../storage/image/store/TemplateObject.java        |   8 +
 .../CloudStackPrimaryDataStoreLifeCycleImpl.java   |   2 +-
 .../driver/ScaleIOPrimaryDataStoreDriver.java      |   2 +-
 .../java/com/cloud/api/query/QueryManagerImpl.java |   4 +-
 .../configuration/ConfigurationManagerImpl.java    |   8 +-
 .../java/com/cloud/network/NetworkServiceImpl.java | 209 +++++++++++----------
 .../com/cloud/network/guru/GuestNetworkGuru.java   |   1 +
 .../router/VirtualNetworkApplianceManagerImpl.java |  16 +-
 .../VpcVirtualNetworkApplianceManagerImpl.java     |   2 +-
 .../com/cloud/resource/ResourceManagerImpl.java    |   9 +
 .../main/java/com/cloud/server/StatsCollector.java |  12 +-
 .../cloud/resource/MockResourceManagerImpl.java    |   6 +
 .../consoleproxy/ConsoleProxyNoVncClient.java      |   2 +
 ui/public/locales/en.json                          |   8 +-
 ui/src/components/view/InfoCard.vue                |   9 +-
 ui/src/components/widgets/CopyLabel.vue            |  10 +-
 ui/src/views/AutogenView.vue                       |   6 +-
 ui/src/views/compute/DeployVM.vue                  |  16 +-
 ui/src/views/infra/network/IpRangesTabPublic.vue   |  63 ++++---
 ui/src/views/infra/zone/ZoneWizard.vue             |   2 +-
 .../views/infra/zone/ZoneWizardZoneDetailsStep.vue |   4 +-
 .../main/java/com/cloud/utils/net/NetUtils.java    |   5 +
 32 files changed, 371 insertions(+), 218 deletions(-)

Reply via email to