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

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


    omit 040e31ad968 DO NOT MERGE
     add a627ab67c29 server: fix pod retrieval during volume attach (#10324)
     add c09720a19a4 systemvm-registration: update seeded template_store_ref 
sizes (#10317)
     add 3337f425ffd Primera pure patches & various small fixes (#10132)
     add a648b6c3c96 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   (040e31ad968)
            \
             N -- N -- N   refs/heads/healthcheck-4.19 (a648b6c3c96)

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:
 .../cloud/exception/StorageAccessException.java    |   4 +-
 .../engine/orchestration/VolumeOrchestrator.java   |   6 +-
 .../upgrade/SystemVmTemplateRegistration.java      |  33 ++-
 .../motion/StorageSystemDataMotionStrategy.java    |  15 +-
 .../storage/volume/VolumeServiceImpl.java          |   6 +-
 .../lifecycle/CloudStackExtendedLifeCycle.java     |   9 +-
 .../lifecycle/registry/RegistryLifecycle.java      |  13 +-
 .../hypervisor/kvm/resource/LibvirtVMDef.java      |   5 +-
 ...LibvirtGetUnmanagedInstancesCommandWrapper.java |   5 +-
 .../kvm/storage/KVMStorageProcessor.java           |  28 ++-
 .../kvm/storage/MultipathSCSIAdapterBase.java      |  23 ++
 .../KubernetesClusterActionWorker.java             |   5 +
 .../cluster/utils/KubernetesClusterUtil.java       |   2 +-
 .../datastore/adapter/primera/PrimeraAdapter.java  |  51 +++-
 scripts/storage/multipath/cleanStaleMaps.sh        |  10 +-
 scripts/storage/multipath/disconnectVolume.sh      |   3 +
 .../java/com/cloud/storage/StorageManagerImpl.java |   4 +-
 .../com/cloud/storage/VolumeApiServiceImpl.java    | 125 +++++----
 .../java/com/cloud/user/AccountManagerImpl.java    |   6 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |   8 +-
 .../cloud/storage/VolumeApiServiceImplTest.java    | 280 +++++++++++++++++++++
 .../resource/LocalNfsSecondaryStorageResource.java |   4 +-
 22 files changed, 556 insertions(+), 89 deletions(-)

Reply via email to