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

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


    omit ae5b0a1a798 do not merge
     add 62efe7433db scripts: mark multipath scripts as executable (#8524)
     add 3bcf6f0faf4 Rename "Import QCOW...." to "Import QCOW2....." (#8519)
     add 8d42ca8ccfd Use project version on pom dependencies (#8529)
     add 80bbb29abfb CleanUp Async Jobs after mgmt server maintenance (#8394)
     add 19250403e64 ui: fix create k8s cluster multiple listing (#8539)
     add fedcf66de06 Externalise a few timeouts & fix timeout for 
hostSupportsUefi in libvirt ready command wrapper (#8547)
     add 39e0a8e8d43 Change Cryptsetup validation (#8482)
     add 2746225b999 Updating pom.xml version numbers for release 4.19.0.0
     add a7b97ff3b04 Updating pom.xml version numbers for release 
4.19.1.0-SNAPSHOT
     add 67bd3aad71f Updating tools/checkstyle/pom.xml version numbers for 
release 4.19.1.0-SNAPSHOT
     add cf0d436fc82 Merge remote-tracking branch 'apache/4.19' into main
     add 7dffbc6e475 Updating pom.xml version numbers for release 
4.20.0.0-SNAPSHOT
     new 13844c475b5 do not 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   (ae5b0a1a798)
            \
             N -- N -- N   refs/heads/dummy (13844c475b5)

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.

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:
 README.md                                          |   2 +-
 agent/conf/agent.properties                        |   8 +-
 agent/pom.xml                                      |   2 +-
 .../cloud/agent/properties/AgentProperties.java    |   8 ++
 api/pom.xml                                        |   2 +-
 api/src/main/java/com/cloud/storage/Volume.java    |  54 +++++---
 client/pom.xml                                     |   2 +-
 core/pom.xml                                       |   2 +-
 debian/changelog                                   |   6 +
 developer/pom.xml                                  |   2 +-
 engine/api/pom.xml                                 |   2 +-
 .../service/NetworkOrchestrationService.java       |   3 +
 .../subsystem/api/storage/VolumeService.java       |   5 +-
 engine/components-api/pom.xml                      |   2 +-
 .../main/java/com/cloud/agent/AgentManager.java    |   3 +
 engine/orchestration/pom.xml                       |   2 +-
 .../com/cloud/agent/manager/AgentManagerImpl.java  |   4 +-
 .../engine/orchestration/NetworkOrchestrator.java  |   3 +-
 engine/pom.xml                                     |   2 +-
 engine/schema/pom.xml                              |   2 +-
 engine/service/pom.xml                             |   2 +-
 engine/storage/cache/pom.xml                       |   2 +-
 engine/storage/configdrive/pom.xml                 |   2 +-
 engine/storage/datamotion/pom.xml                  |   2 +-
 engine/storage/image/pom.xml                       |   2 +-
 engine/storage/integration-test/pom.xml            |   2 +-
 engine/storage/object/pom.xml                      |   2 +-
 engine/storage/pom.xml                             |   2 +-
 engine/storage/snapshot/pom.xml                    |   2 +-
 engine/storage/volume/pom.xml                      |   2 +-
 .../datastore/provider/DefaultHostListener.java    |  11 +-
 .../cloudstack/storage/volume/VolumeObject.java    |   2 +-
 .../storage/volume/VolumeServiceImpl.java          |  12 +-
 engine/userdata/cloud-init/pom.xml                 |   2 +-
 engine/userdata/pom.xml                            |   2 +-
 framework/agent-lb/pom.xml                         |   2 +-
 framework/ca/pom.xml                               |   2 +-
 framework/cluster/pom.xml                          |   2 +-
 framework/config/pom.xml                           |   2 +-
 framework/db/pom.xml                               |   2 +-
 framework/direct-download/pom.xml                  |   4 +-
 framework/events/pom.xml                           |   2 +-
 framework/ipc/pom.xml                              |   2 +-
 framework/jobs/pom.xml                             |   2 +-
 .../framework/jobs/impl/AsyncJobManagerImpl.java   | 143 ++++++++++++++++++---
 .../jobs/impl/AsyncJobManagerImplTest.java         |  96 ++++++++++++++
 framework/managed-context/pom.xml                  |   2 +-
 framework/pom.xml                                  |   2 +-
 framework/quota/pom.xml                            |   2 +-
 framework/rest/pom.xml                             |   2 +-
 framework/security/pom.xml                         |   2 +-
 framework/spring/lifecycle/pom.xml                 |   2 +-
 framework/spring/module/pom.xml                    |   2 +-
 plugins/acl/dynamic-role-based/pom.xml             |   2 +-
 plugins/acl/project-role-based/pom.xml             |   2 +-
 plugins/acl/static-role-based/pom.xml              |   2 +-
 .../explicit-dedication/pom.xml                    |   2 +-
 .../host-affinity/pom.xml                          |   2 +-
 .../host-anti-affinity/pom.xml                     |   2 +-
 .../non-strict-host-affinity/pom.xml               |   2 +-
 .../non-strict-host-anti-affinity/pom.xml          |   4 +-
 plugins/alert-handlers/snmp-alerts/pom.xml         |   2 +-
 plugins/alert-handlers/syslog-alerts/pom.xml       |   2 +-
 plugins/api/discovery/pom.xml                      |   2 +-
 plugins/api/rate-limit/pom.xml                     |   2 +-
 plugins/api/solidfire-intg-test/pom.xml            |   2 +-
 plugins/api/vmware-sioc/pom.xml                    |   2 +-
 plugins/backup/dummy/pom.xml                       |   2 +-
 plugins/backup/networker/pom.xml                   |   2 +-
 plugins/backup/veeam/pom.xml                       |   2 +-
 plugins/ca/root-ca/pom.xml                         |   2 +-
 plugins/database/mysql-ha/pom.xml                  |   2 +-
 plugins/database/quota/pom.xml                     |   2 +-
 plugins/dedicated-resources/pom.xml                |   2 +-
 .../implicit-dedication/pom.xml                    |   2 +-
 .../user-concentrated-pod/pom.xml                  |   2 +-
 .../deployment-planners/user-dispersing/pom.xml    |   2 +-
 plugins/drs/cluster/balanced/pom.xml               |   2 +-
 plugins/drs/cluster/condensed/pom.xml              |   2 +-
 plugins/event-bus/inmemory/pom.xml                 |   2 +-
 plugins/event-bus/kafka/pom.xml                    |   2 +-
 plugins/event-bus/rabbitmq/pom.xml                 |   2 +-
 plugins/ha-planners/skip-heurestics/pom.xml        |   2 +-
 plugins/host-allocators/random/pom.xml             |   2 +-
 plugins/hypervisors/baremetal/pom.xml              |   2 +-
 plugins/hypervisors/hyperv/pom.xml                 |   2 +-
 plugins/hypervisors/kvm/pom.xml                    |   2 +-
 .../wrapper/LibvirtReadyCommandWrapper.java        |   7 +-
 .../cloudstack/utils/cryptsetup/CryptSetup.java    |   2 +-
 plugins/hypervisors/ovm/pom.xml                    |   2 +-
 plugins/hypervisors/ovm3/pom.xml                   |   2 +-
 plugins/hypervisors/simulator/pom.xml              |   2 +-
 plugins/hypervisors/ucs/pom.xml                    |   2 +-
 plugins/hypervisors/vmware/pom.xml                 |   2 +-
 plugins/hypervisors/xenserver/pom.xml              |   2 +-
 plugins/integrations/cloudian/pom.xml              |   2 +-
 plugins/integrations/kubernetes-service/pom.xml    |   2 +-
 plugins/integrations/prometheus/pom.xml            |   2 +-
 plugins/metrics/pom.xml                            |   2 +-
 plugins/network-elements/bigswitch/pom.xml         |   2 +-
 plugins/network-elements/brocade-vcs/pom.xml       |   2 +-
 plugins/network-elements/cisco-vnmc/pom.xml        |   2 +-
 plugins/network-elements/dns-notifier/pom.xml      |   2 +-
 .../network-elements/elastic-loadbalancer/pom.xml  |   2 +-
 plugins/network-elements/globodns/pom.xml          |   2 +-
 .../network-elements/internal-loadbalancer/pom.xml |   2 +-
 plugins/network-elements/juniper-contrail/pom.xml  |   2 +-
 plugins/network-elements/netscaler/pom.xml         |   2 +-
 plugins/network-elements/nicira-nvp/pom.xml        |   2 +-
 plugins/network-elements/opendaylight/pom.xml      |   2 +-
 plugins/network-elements/ovs/pom.xml               |   2 +-
 plugins/network-elements/palo-alto/pom.xml         |   2 +-
 plugins/network-elements/stratosphere-ssp/pom.xml  |   2 +-
 plugins/network-elements/tungsten/pom.xml          |   2 +-
 plugins/network-elements/vxlan/pom.xml             |   2 +-
 .../outofbandmanagement-drivers/ipmitool/pom.xml   |   2 +-
 .../nested-cloudstack/pom.xml                      |   2 +-
 .../outofbandmanagement-drivers/redfish/pom.xml    |   2 +-
 plugins/pom.xml                                    |   6 +-
 plugins/shutdown/pom.xml                           |   2 +-
 plugins/storage-allocators/random/pom.xml          |   2 +-
 plugins/storage/image/default/pom.xml              |   2 +-
 plugins/storage/image/s3/pom.xml                   |   2 +-
 plugins/storage/image/sample/pom.xml               |   2 +-
 plugins/storage/image/swift/pom.xml                |   2 +-
 plugins/storage/object/minio/pom.xml               |   2 +-
 plugins/storage/object/simulator/pom.xml           |   2 +-
 plugins/storage/volume/adaptive/pom.xml            |   2 +-
 plugins/storage/volume/cloudbyte/pom.xml           |   2 +-
 plugins/storage/volume/datera/pom.xml              |   2 +-
 plugins/storage/volume/default/pom.xml             |   2 +-
 plugins/storage/volume/flasharray/pom.xml          |   2 +-
 plugins/storage/volume/linstor/pom.xml             |   2 +-
 plugins/storage/volume/nexenta/pom.xml             |   2 +-
 plugins/storage/volume/primera/pom.xml             |   2 +-
 plugins/storage/volume/sample/pom.xml              |   2 +-
 plugins/storage/volume/scaleio/pom.xml             |   2 +-
 plugins/storage/volume/solidfire/pom.xml           |   2 +-
 plugins/storage/volume/storpool/pom.xml            |   2 +-
 plugins/user-authenticators/ldap/pom.xml           |   2 +-
 plugins/user-authenticators/md5/pom.xml            |   2 +-
 plugins/user-authenticators/oauth2/pom.xml         |   2 +-
 plugins/user-authenticators/pbkdf2/pom.xml         |   2 +-
 plugins/user-authenticators/plain-text/pom.xml     |   2 +-
 plugins/user-authenticators/saml2/pom.xml          |   2 +-
 plugins/user-authenticators/sha256salted/pom.xml   |   2 +-
 .../static-pin/pom.xml                             |   2 +-
 .../user-two-factor-authenticators/totp/pom.xml    |   2 +-
 pom.xml                                            |   2 +-
 quickcloud/pom.xml                                 |   2 +-
 scripts/storage/multipath/cleanStaleMaps.sh        |   0
 scripts/storage/multipath/connectVolume.sh         |   0
 scripts/storage/multipath/copyVolume.sh            |   0
 scripts/storage/multipath/disconnectVolume.sh      |   0
 scripts/storage/multipath/resizeVolume.sh          |   0
 server/pom.xml                                     |   2 +-
 .../java/com/cloud/vpc/MockNetworkManagerImpl.java |   6 +
 services/console-proxy/pom.xml                     |   2 +-
 services/console-proxy/rdpconsole/pom.xml          |   2 +-
 services/console-proxy/server/pom.xml              |   2 +-
 services/pom.xml                                   |   2 +-
 services/secondary-storage/controller/pom.xml      |   2 +-
 services/secondary-storage/pom.xml                 |   2 +-
 services/secondary-storage/server/pom.xml          |   2 +-
 systemvm/pom.xml                                   |   2 +-
 test/pom.xml                                       |   2 +-
 tools/apidoc/pom.xml                               |   2 +-
 tools/checkstyle/pom.xml                           |   2 +-
 tools/devcloud-kvm/pom.xml                         |   2 +-
 tools/devcloud4/pom.xml                            |   2 +-
 tools/docker/Dockerfile.marvin                     |   2 +-
 tools/marvin/pom.xml                               |   2 +-
 tools/marvin/setup.py                              |   2 +-
 tools/pom.xml                                      |   2 +-
 ui/public/locales/en.json                          |  10 +-
 ui/src/views/compute/CreateKubernetesCluster.vue   |  23 ++--
 ui/src/views/tools/ManageInstances.vue             |   6 +-
 usage/pom.xml                                      |   2 +-
 utils/pom.xml                                      |   2 +-
 .../main/java/com/cloud/utils/script/Script.java   |  13 ++
 vmware-base/pom.xml                                |   4 +-
 181 files changed, 504 insertions(+), 241 deletions(-)
 create mode 100644 
framework/jobs/src/test/java/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImplTest.java
 mode change 100644 => 100755 scripts/storage/multipath/cleanStaleMaps.sh
 mode change 100644 => 100755 scripts/storage/multipath/connectVolume.sh
 mode change 100644 => 100755 scripts/storage/multipath/copyVolume.sh
 mode change 100644 => 100755 scripts/storage/multipath/disconnectVolume.sh
 mode change 100644 => 100755 scripts/storage/multipath/resizeVolume.sh

Reply via email to