This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 3d4b9af Improvement on build time and new quality profile (#4014)
add 6bf92fb server: Search zone-wide storage pool when allocation
algothrim is firstfitleastconsumed (#4002)
add e0b67a4 server: Cannot list affinity group if there are hosts
dedicated… (#4025)
add f18fe5e Snapshot deletion issues (#3969)
new b984184 Merge release branch 4.13 to master
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:
.../java/com/cloud/capacity/dao/CapacityDao.java | 2 +-
.../com/cloud/capacity/dao/CapacityDaoImpl.java | 22 ++-
.../src/test/resources/fakeDriverTestContext.xml | 2 +-
.../src/test/resources/storageContext.xml | 2 +-
...tStrategy.java => DefaultSnapshotStrategy.java} | 176 +++++++++++++++------
...ing-engine-storage-snapshot-storage-context.xml | 4 +-
.../allocator/AbstractStoragePoolAllocator.java | 3 +-
.../allocator/ZoneWideStoragePoolAllocator.java | 38 +++++
.../kvm/storage/KVMStorageProcessor.java | 62 +++++---
.../manager/allocator/impl/FirstFitAllocator.java | 3 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
11 files changed, 225 insertions(+), 91 deletions(-)
rename
engine/storage/snapshot/src/main/java/org/apache/cloudstack/storage/snapshot/{XenserverSnapshotStrategy.java
=> DefaultSnapshotStrategy.java} (74%)