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

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


    from e234c3ccdc7 server: guard vm start inter-cluster migration with config 
(#7401)
     add 8bbe2f7cb22 engine/schema: use junit 4 (same as the rest of the 
project tests)
     add b84744d9a5b server: validate ip address value on update config (#7415)
     add d147f1cc3b2 ui: fix custom offering cpuspeed during vm import (#7423)
     add ec0f8bddf62 Support local storage live migration for direct download 
templates (#7453)
     add cb0874f5b9e novnc: Send console text slower to avoid overloading 
remote keyboard buffer (#7477)
     add bdd53633148 Qemu migration hook: check for source length before using 
element 0 (#7482)
     add 3cb4c801fb4 server: fix null pointer on powerflex attach volume edge 
case (#7498)
     add 8604cb53281 server: Fix DirectDownload certificate check initial delay 
(#7494)
     add ad21e863423 addAnnotation: added the various entity type supported by 
the api call (#7478)
     add 897dad619b8 marvin: replace encodestring for encodebytes (#7027)
     new a2561df25b5 Merge remote-tracking branch 'origin/4.18'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 agent/bindir/libvirtqemuhook.in                    | 30 +++++-----
 .../command/admin/annotation/AddAnnotationCmd.java |  2 +-
 .../java/com/cloud/agent/api/MigrateCommand.java   | 13 +++++
 .../cloudstack/storage/to/TemplateObjectTO.java    |  1 +
 engine/schema/pom.xml                              |  6 --
 .../upgrade/DatabaseVersionHierarchyTest.java      | 22 ++++----
 .../KvmNonManagedStorageDataMotionStrategy.java    | 21 ++++++-
 .../motion/StorageSystemDataMotionStrategy.java    | 13 +++--
 .../KvmNonManagedStorageSystemDataMotionTest.java  | 15 ++++-
 .../StorageSystemDataMotionStrategyTest.java       | 15 ++++-
 .../wrapper/LibvirtMigrateCommandWrapper.java      | 10 ++++
 .../wrapper/LibvirtMigrateCommandWrapperTest.java  | 45 +++++++++++++++
 .../configuration/ConfigurationManagerImpl.java    | 28 ++++++++++
 .../com/cloud/storage/VolumeApiServiceImpl.java    |  2 +-
 .../direct/download/DirectDownloadManagerImpl.java |  2 +-
 .../ConfigurationManagerImplTest.java              | 65 +++++++++++++++++++++-
 systemvm/agent/noVNC/core/rfb.js                   | 35 +++++++-----
 test/integration/component/test_configdrive.py     |  2 +-
 .../component/test_deploy_vm_userdata_multi_nic.py |  2 +-
 .../component/test_deploy_vm_userdata_reg.py       |  2 +-
 tools/marvin/marvin/cloudstackConnection.py        |  2 +-
 tools/ngui/requester.py                            |  2 +-
 ui/src/views/tools/ImportUnmanagedInstance.vue     | 10 ++++
 23 files changed, 282 insertions(+), 63 deletions(-)

Reply via email to