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

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


 discard 49e1392f348 4.20/main Health Check, please don't merge this!
     add 380884ed500 Fix data being replicated on VM's metadata file in the VR 
(#10987)
     add 7f13beb36a7 Check Qcow2 version before using --bitmaps (#10896)
     add 685ee9e78f6 StorPool: support for direct download (#9833)
     add 28ff19b7516 enabled discard option (#10077)
     add e83a347ace0 Improves StoragePoolAllocators' logs (#10475)
     add ea7919b0c1c Remove test/selenium/ test/src-not-used/ (#11013)
     add 48466d85fb6 4.20/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   (49e1392f348)
            \
             N -- N -- N   refs/heads/healthcheck-main (48466d85fb6)

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:
 .../ClusterScopeStoragePoolAllocator.java          |   2 +-
 .../allocator/ZoneWideStoragePoolAllocator.java    |   2 +-
 .../org/apache/cloudstack/utils/qemu/QemuImg.java  |   5 +-
 .../allocator/RandomStoragePoolAllocator.java      |   2 +-
 .../kvm/storage/StorPoolStorageAdaptor.java        | 222 +++++++-
 .../kvm/storage/StorPoolStoragePool.java           |   8 +
 pom.xml                                            |   2 -
 .../storage/formatinspector/Qcow2Inspector.java    |  28 +
 systemvm/debian/opt/cloud/bin/configure.py         |   1 +
 test/pom.xml                                       |  10 -
 test/selenium/ReadMe.txt                           |  66 ---
 test/selenium/browser/__init__.py                  |  16 -
 test/selenium/browser/firefox.py                   |  55 --
 test/selenium/common/Global_Locators.py            | 230 --------
 test/selenium/common/__init__.py                   |  16 -
 test/selenium/common/shared.py                     | 148 -----
 test/selenium/cspages/__init__.py                  |  16 -
 test/selenium/cspages/accounts/accountspage.py     | 175 ------
 test/selenium/cspages/accounts/userspage.py        | 146 -----
 test/selenium/cspages/cspage.py                    |  20 -
 test/selenium/cspages/dashboard/__init__.py        |  16 -
 test/selenium/cspages/dashboard/dashboardpage.py   |  73 ---
 test/selenium/cspages/login/__init__.py            |  16 -
 test/selenium/cspages/login/loginpage.py           | 103 ----
 test/selenium/cstests/__init__.py                  |  16 -
 test/selenium/cstests/regressiontests/__init__.py  |  16 -
 test/selenium/cstests/smoketests/__init__.py       |  16 -
 test/selenium/cstests/smoketests/adduser_test.py   | 103 ----
 .../cstests/smoketests/adduseraccount_test.py      |  96 ----
 .../selenium/cstests/smoketests/deleteuser_test.py | 100 ----
 .../cstests/smoketests/deleteuseraccount_test.py   |  91 ---
 .../cstests/smoketests/global_settings_test.py     |  69 ---
 .../smoketests/login_logout_as_JohnD_test.py       |  61 --
 .../cstests/smoketests/login_logout_test.py        | 190 -------
 .../selenium/cstests/smoketests/navigation_test.py |  79 ---
 test/selenium/cstests/smoketests/smokecfg.py       |  62 ---
 test/selenium/lib/Global_Locators.py               | 222 --------
 test/selenium/lib/initialize.py                    |  46 --
 test/selenium/smoke/Login_and_Accounts.py          | 254 ---------
 test/selenium/smoke/Service_Offering.py            | 426 --------------
 test/selenium/smoke/TemplatesAndISO.py             | 244 --------
 test/selenium/smoke/VM_lifeCycle.py                | 613 ---------------------
 test/selenium/smoke/main.py                        | 142 -----
 tools/docker/Dockerfile.smokedev                   |   1 -
 44 files changed, 247 insertions(+), 3978 deletions(-)
 delete mode 100644 test/selenium/ReadMe.txt
 delete mode 100644 test/selenium/browser/__init__.py
 delete mode 100644 test/selenium/browser/firefox.py
 delete mode 100644 test/selenium/common/Global_Locators.py
 delete mode 100644 test/selenium/common/__init__.py
 delete mode 100644 test/selenium/common/shared.py
 delete mode 100644 test/selenium/cspages/__init__.py
 delete mode 100644 test/selenium/cspages/accounts/accountspage.py
 delete mode 100644 test/selenium/cspages/accounts/userspage.py
 delete mode 100644 test/selenium/cspages/cspage.py
 delete mode 100644 test/selenium/cspages/dashboard/__init__.py
 delete mode 100644 test/selenium/cspages/dashboard/dashboardpage.py
 delete mode 100644 test/selenium/cspages/login/__init__.py
 delete mode 100644 test/selenium/cspages/login/loginpage.py
 delete mode 100644 test/selenium/cstests/__init__.py
 delete mode 100644 test/selenium/cstests/regressiontests/__init__.py
 delete mode 100644 test/selenium/cstests/smoketests/__init__.py
 delete mode 100644 test/selenium/cstests/smoketests/adduser_test.py
 delete mode 100644 test/selenium/cstests/smoketests/adduseraccount_test.py
 delete mode 100644 test/selenium/cstests/smoketests/deleteuser_test.py
 delete mode 100644 test/selenium/cstests/smoketests/deleteuseraccount_test.py
 delete mode 100644 test/selenium/cstests/smoketests/global_settings_test.py
 delete mode 100644 
test/selenium/cstests/smoketests/login_logout_as_JohnD_test.py
 delete mode 100644 test/selenium/cstests/smoketests/login_logout_test.py
 delete mode 100644 test/selenium/cstests/smoketests/navigation_test.py
 delete mode 100644 test/selenium/cstests/smoketests/smokecfg.py
 delete mode 100644 test/selenium/lib/Global_Locators.py
 delete mode 100644 test/selenium/lib/initialize.py
 delete mode 100644 test/selenium/smoke/Login_and_Accounts.py
 delete mode 100644 test/selenium/smoke/Service_Offering.py
 delete mode 100644 test/selenium/smoke/TemplatesAndISO.py
 delete mode 100644 test/selenium/smoke/VM_lifeCycle.py
 delete mode 100644 test/selenium/smoke/main.py

Reply via email to