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

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


    omit dd2f8c4ea56 don't merge
     add f2c17756578 fix: cleanup directory if empty after removal of snapshot 
(#8002)
     add 9a8cd139510 cleanup: remove unused class 
org.apache.cloudstack.network.NetworkOrchestrator (#7983)
     add 96205a51ef9 linstor: resize root disk on offerings with different size 
(#7952)
     add 3d8cc63bc32 server: fix mysql error when list Shared templates for 
project (#8020)
     add 51add0a0662 systemvm: check if patchfile exists and is valid tarball 
before patching (#7953)
     add 9b8eaeea78a Fix: Convert volume to another directory instead of 
copying it while taking volume snapshots on KVM (#8041)
     add a20ab40b674 Ensure getCapacityState() is not called for hosts in 
maintenance (#8025)
     add c0128e2f9a4 Improve template download error message (#8029)
     add e290ac54514 systemvm: remove config in /etc/pam.d/systemd-user to fix 
[email protected] (#8048)
     add a9f3af85cb1 Default value of force should be false for template delete 
operation (#7731)
     add 70e359709c8 don't 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   (dd2f8c4ea56)
            \
             N -- N -- N   refs/heads/4.18-dummy (70e359709c8)

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:
 .../command/user/template/DeleteTemplateCmd.java   |  4 +-
 client/pom.xml                                     |  5 ---
 engine/network/pom.xml                             | 47 --------------------
 .../cloudstack/network/NetworkOrchestrator.java    | 40 -----------------
 engine/pom.xml                                     |  1 -
 engine/service/pom.xml                             |  5 ---
 .../kvm/storage/KVMStorageProcessor.java           | 43 +++++++++++-------
 .../kvm/storage/KVMStorageProcessorTest.java       | 51 +++++++++++++++++-----
 .../cloudstack/metrics/PrometheusExporterImpl.java | 20 +++++++--
 .../driver/LinstorPrimaryDataStoreDriverImpl.java  | 40 +++++++++--------
 .../java/com/cloud/api/query/QueryManagerImpl.java |  3 ++
 .../direct/download/DirectDownloadManagerImpl.java | 12 ++++-
 .../resource/NfsSecondaryStorageResource.java      |  7 +++
 .../debian/opt/cloud/bin/setup/cloud-early-config  |  2 +-
 systemvm/debian/opt/cloud/bin/setup/init.sh        |  3 +-
 test/integration/smoke/test_templates.py           |  1 +
 16 files changed, 133 insertions(+), 151 deletions(-)
 delete mode 100644 engine/network/pom.xml
 delete mode 100644 
engine/network/src/main/java/org/apache/cloudstack/network/NetworkOrchestrator.java

Reply via email to