This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch healthcheck-4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 98ce6417ed7 4.22 Health Check, please don't merge this!
add 7ba5240b311 Block backup deletion while create-VM-from-backup or
restore jobs are in progress (#12792)
add 1ff9eec9977 Load arch data for backup from template during create
instance from backup (#12801)
add b5858029bb5 Fix listing service offerings with different host tags
(#12919)
add b0b3dc91f53 fix: support SharedMountPoint volume checks for importVm
(#12946)
add b1bc5380a28 fix: support SharedMountPoint for KVM volume import and
unmanage (#12956)
add 416679fae13 Fix domain parsing for GPU & add Display controller in the
supported PCI class (#12981)
add 4ba4bd33c3c replace GROUP_CONCAT with JSON_ARRAYAGG to avoid errors
like Row 19 was cut by GROUP_CONCAT (#12777)
add 68bd0563061 Support timeout configuration for Create and Restore NAS
backup (#12964)
add 7b467496cb9 Do not include snapshots with Group type in snapshots
resource count (#12945)
add 2a60305792c Fix snapshot chaining on Xen (#12597)
add 398908a8c84 4.22 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 (98ce6417ed7)
\
N -- N -- N refs/heads/healthcheck-4.22 (398908a8c84)
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:
.../volume/VolumeImportUnmanageService.java | 2 +-
.../main/java/com/cloud/host/dao/HostTagsDao.java | 5 +
.../java/com/cloud/host/dao/HostTagsDaoImpl.java | 20 ++
.../com/cloud/storage/dao/SnapshotDaoImpl.java | 2 +
.../storage/datastore/db/SnapshotDataStoreDao.java | 2 +
.../datastore/db/SnapshotDataStoreDaoImpl.java | 15 ++
.../resources/META-INF/db/schema-42010to42100.sql | 62 ++++---
.../storage/snapshot/DefaultSnapshotStrategy.java | 2 +-
.../snapshot/DefaultSnapshotStrategyTest.java | 7 +-
.../hypervisor/kvm/resource/LibvirtGpuDef.java | 47 +++--
.../wrapper/LibvirtCheckVolumeCommandWrapper.java | 5 +-
.../LibvirtGetVolumesOnStorageCommandWrapper.java | 2 +-
.../LibvirtRestoreBackupCommandWrapper.java | 6 +-
.../wrapper/LibvirtTakeBackupCommandWrapper.java | 3 +-
.../hypervisor/kvm/resource/LibvirtGpuDefTest.java | 139 ++++++++++++++
.../LibvirtRestoreBackupCommandWrapperTest.java | 30 ++-
scripts/vm/hypervisor/kvm/gpudiscovery.sh | 204 ++++++++++++++++-----
.../java/com/cloud/api/query/QueryManagerImpl.java | 30 ++-
.../src/main/java/com/cloud/vm/UserVmManager.java | 3 +
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 2 +-
.../cloudstack/backup/BackupManagerImpl.java | 14 ++
.../com/cloud/api/query/QueryManagerImplTest.java | 40 ++++
.../cloudstack/backup/BackupManagerTest.java | 30 +++
ui/src/components/view/DeployVMFromBackup.vue | 46 +----
.../compute/wizard/ComputeOfferingSelection.vue | 23 ++-
ui/src/views/storage/CreateVMFromBackup.vue | 25 ++-
26 files changed, 600 insertions(+), 166 deletions(-)