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

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


 discard adbd16fe19a 4.21/main Health Check, please don't merge this!
     add 2c493d19336 Add support for nvidia vGPU support with vendor specific 
framework (#11432)
     add 0b381d4270e Exclude External hypervisor type during upgrade for System 
VM template checks (#11435)
     add 03da8cbd3e0 server: fix conserve_mode of 
DefaultIsolatedNetworkOfferingForVpcNetworks (#11133)
     add 93d6ff3a7d0 Proxmox: fix restore snapshot with memory (#11450)
     add d4bd5872313 UI: fix addHost in zone wizard (#11401)
     add 25f93b1d6b8 linstor: fix getVolumeStats if multiple Linstor primary 
storages are used (#11397)
     add 9111bbd8da6 Merge branch '4.19' into 4.20
     add c6daeb4f78d fix snapshot physical size for primary storage (#11448)
     add 2c34f5e4954 Merge branch '4.20'
     add ba2d70ab214 [KVM] CPU Features for System VMs (#10964)
     add f671461d4c9 Fix for create template from snapshot (for snapshots on 
primary storage and storage doesn't support create snapshot to template 
directly) (#11452)
     add 62928d0f38e 4.21/main 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   (adbd16fe19a)
            \
             N -- N -- N   refs/heads/healthcheck-main (62928d0f38e)

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:
 agent/conf/agent.properties                        |   5 +-
 .../cloud/agent/properties/AgentProperties.java    |   5 +-
 .../engine/orchestration/VolumeOrchestrator.java   |  15 +-
 .../src/main/java/com/cloud/dc/dao/ClusterDao.java |   2 +-
 .../main/java/com/cloud/dc/dao/ClusterDaoImpl.java |  12 +-
 .../upgrade/SystemVmTemplateRegistration.java      |   4 +-
 .../resources/META-INF/db/schema-42010to42100.sql  |   3 +
 .../java/com/cloud/dc/dao/ClusterDaoImplTest.java  |   4 +-
 .../upgrade/SystemVmTemplateRegistrationTest.java  |   2 +-
 .../storage/snapshot/SnapshotObject.java           |  11 +-
 extensions/Proxmox/proxmox.sh                      |   6 +-
 .../kvm/resource/LibvirtComputingResource.java     |  30 ++--
 .../hypervisor/kvm/resource/LibvirtGpuDef.java     |  11 +-
 .../kvm/resource/LibvirtComputingResourceTest.java |  16 ++
 plugins/storage/volume/linstor/CHANGELOG.md        |   6 +
 .../driver/LinstorPrimaryDataStoreDriverImpl.java  |  30 ++--
 scripts/vm/hypervisor/kvm/gpudiscovery.sh          | 162 ++++++++++++++++++++-
 .../com/cloud/server/ConfigurationServerImpl.java  |   2 +-
 .../java/com/cloud/storage/StorageManagerImpl.java |   2 +-
 .../com/cloud/template/TemplateManagerImpl.java    |  23 +--
 .../apache/cloudstack/snapshot/SnapshotHelper.java |  15 +-
 test/integration/smoke/test_network_acl.py         |  26 ++++
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   |  12 +-
 23 files changed, 327 insertions(+), 77 deletions(-)

Reply via email to