This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 60b399f8758 Fix create private gateway rollback (#8244)
add 3c7c75bacfd Clear pool id if volume allocation fails (#8202)
add 8f390873772 Fix typo in ssvm check script (#8191)
add 956efb27d93 allow filtering of listDiskOffering and
listServiceOffering APIs by account or project (#7082)
new a31f2116282 Merge remote-tracking branch 'remote/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:
.../user/offering/ListDiskOfferingsCmd.java | 4 +-
.../user/offering/ListServiceOfferingsCmd.java | 4 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 27 +--
.../deploy/DeploymentPlanningManagerImpl.java | 10 +
.../deploy/DeploymentPlanningManagerImplTest.java | 211 ++++++++++++++++-----
.../com/cloud/storage/StorageManagerImplTest.java | 30 +++
systemvm/agent/scripts/ssvm-check.sh | 6 +-
7 files changed, 222 insertions(+), 70 deletions(-)