This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from aba3285c3c8 [Usage] Include accounts uuid on the cloud_usage accounts
initial saving (#12420)
add f1f779a08d9 Cleanup snapshot files in datastores for Error-ed
snapshots, and some code improvements (#12347)
No new revisions were added by this update.
Summary of changes:
.../subsystem/api/storage/SnapshotDataFactory.java | 2 +
.../java/com/cloud/storage/dao/SnapshotDao.java | 2 +
.../com/cloud/storage/dao/SnapshotDaoImpl.java | 7 ++
.../storage/datastore/db/SnapshotDataStoreDao.java | 2 +
.../datastore/db/SnapshotDataStoreDaoImpl.java | 7 ++
.../cloudstack/storage/test/SnapshotTest.java | 2 +-
.../apache/cloudstack/storage/test/VolumeTest.java | 2 +-
.../cloudstack/storage/test/VolumeTestVmware.java | 2 +-
.../storage/snapshot/DefaultSnapshotStrategy.java | 4 +-
.../storage/snapshot/SnapshotDataFactoryImpl.java | 22 ++++-
.../storage/snapshot/SnapshotServiceImpl.java | 9 +-
.../snapshot/StorageSystemSnapshotStrategy.java | 1 -
.../datastore/ObjectInDataStoreManagerImpl.java | 3 +
.../storage/volume/VolumeServiceImpl.java | 2 +-
.../storage/datastore/util/StorPoolHelper.java | 2 +-
.../storage/snapshot/StorPoolSnapshotStrategy.java | 4 +-
.../java/com/cloud/storage/StorageManagerImpl.java | 101 +++++++++++----------
.../storage/snapshot/SnapshotManagerImpl.java | 31 +++----
.../storage/snapshot/SnapshotManagerImplTest.java | 4 +-
19 files changed, 122 insertions(+), 87 deletions(-)