This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 2fcbe6241f2 cks: Add unmanaged kubernetes cluster (#7515)
add de6ce503dce api: correct error on resize volume resource allocation
failure (#7687)
add 70820137e64 scaleio: Avoid race condition while handling host
disconnect and connect scenarios (#282) (#7689)
add 31dbdd0f5c0 engine-orchestration: fix volume size resource count
mismatch (#7666)
new 3b054b26653 Merge remote-tracking branch 'origin/4.18'
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:
.../api/command/user/volume/ResizeVolumeCmd.java | 5 +-
.../engine/orchestration/VolumeOrchestrator.java | 23 ++++-
.../orchestration/VolumeOrchestratorTest.java | 103 +++++++++++++++++++++
.../datastore/provider/ScaleIOHostListener.java | 6 +-
.../java/com/cloud/api/ApiAsyncJobDispatcher.java | 4 +-
5 files changed, 130 insertions(+), 11 deletions(-)
create mode 100644
engine/orchestration/src/test/java/org/apache/cloudstack/engine/orchestration/VolumeOrchestratorTest.java