This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 8b2f1f19c27 Support dedicating backup offerings to domains (#12194)
add 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)
add 76e6de7f90e ui: fix form data double fetch/reset form data by
ownership selection (#11705)
add 3828a3b744a Merge branch '4.20' into 4.22
new 04b58acdd64 Merge branch '4.22'
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:
.../subsystem/api/storage/SnapshotDataFactory.java | 2 +
.../java/com/cloud/storage/dao/SnapshotDao.java | 2 +
.../com/cloud/storage/dao/SnapshotDaoImpl.java | 7 ++
.../java/com/cloud/usage/dao/UsageDaoImpl.java | 17 ++--
.../storage/datastore/db/SnapshotDataStoreDao.java | 2 +
.../datastore/db/SnapshotDataStoreDaoImpl.java | 7 ++
.../storage/snapshot/DefaultSnapshotStrategy.java | 2 +-
.../storage/snapshot/SnapshotDataFactoryImpl.java | 22 ++++-
.../storage/snapshot/SnapshotServiceImpl.java | 9 +-
.../snapshot/StorageSystemSnapshotStrategy.java | 1 -
.../datastore/ObjectInDataStoreManagerImpl.java | 3 +
.../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 +-
ui/src/views/compute/DeployVM.vue | 4 +-
ui/src/views/compute/wizard/OwnershipSelection.vue | 30 +++++-
ui/src/views/network/CreateIsolatedNetworkForm.vue | 2 +-
ui/src/views/network/CreateL2NetworkForm.vue | 2 +-
ui/src/views/storage/CreateSharedFS.vue | 8 +-
ui/src/views/storage/CreateVolume.vue | 4 +-
22 files changed, 162 insertions(+), 104 deletions(-)