You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2023/07/04 08:18:07 UTC

[cloudstack] branch main updated (70d5470f488 -> fbb9dec6e5c)

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

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


    from 70d5470f488 If ResourceCountCheckTask throws an exception the scheduled task is not going to run again until the management servers are restarted. (#7670)
     add 1275db4081a UI: Zone wizard fix (#7588)
     add 5e5d194d77b server: do not check zone imagestores for directdownload template delete (#7607)
     new fbb9dec6e5c Merge release branch 4.18 to main

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:
 .../cloud/configuration/ConfigurationService.java  | 10 ++---
 .../vmware/manager/VmwareManagerImpl.java          | 49 +++++++++++++++++-----
 .../configuration/ConfigurationManagerImpl.java    |  8 ++--
 .../com/cloud/resource/ResourceManagerImpl.java    |  2 +-
 .../cloud/template/HypervisorTemplateAdapter.java  |  9 ++--
 .../template/HypervisorTemplateAdapterTest.java    | 46 ++++++++++++++++----
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   | 14 +++++--
 7 files changed, 101 insertions(+), 37 deletions(-)


[cloudstack] 01/01: Merge release branch 4.18 to main

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fbb9dec6e5c7b03b800fd92b779565ebb615b026
Merge: 70d5470f488 5e5d194d77b
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Tue Jul 4 10:17:43 2023 +0200

    Merge release branch 4.18 to main
    
    * 4.18:
      server: do not check zone imagestores for directdownload template delete (#7607)
      UI: Zone wizard fix (#7588)

 .../cloud/configuration/ConfigurationService.java  | 10 ++---
 .../vmware/manager/VmwareManagerImpl.java          | 49 +++++++++++++++++-----
 .../configuration/ConfigurationManagerImpl.java    |  8 ++--
 .../com/cloud/resource/ResourceManagerImpl.java    |  2 +-
 .../cloud/template/HypervisorTemplateAdapter.java  |  9 ++--
 .../template/HypervisorTemplateAdapterTest.java    | 46 ++++++++++++++++----
 ui/src/views/infra/zone/ZoneWizardLaunchZone.vue   | 14 +++++--
 7 files changed, 101 insertions(+), 37 deletions(-)