This is an automated email from the ASF dual-hosted git repository.

weizhouapache pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 27722a5dd1b storage: KVM - enable RBD/Ceph volume encryption support 
(#13556)
     add b9a5977a2bb fix: use auth_client_required instead of removed 
auth_supported for RBD (#13991)
     add 90180340814 Add basic `.editorconfig` file to help maintain consistent 
coding styles (#7562)
     add 9030443eac5 SharedFS: fix NPE when accessing systemvm templates for 
unsupported hypervisors (#13930)
     add 2e450cbddf3 marvin: use pycryptodome instead of PyCrypt (#13594)
     add a01fb0be34b server: copy template details to vm instance details when 
import VM (#12793)
     add e38b7a724b1 kvm: apply rbd_default_data_pool when creating volumes 
from templates on RBD (#13361)
     add 10037c85d61 Nas backup: Fix mount/unmount error handling and timeout 
in LibvirtRestoreBackupCommandWrapper (#14006)
     add cffa6e3603a backport: Incremental NAS backup support for KVM (#13074) 
(#13877)
     add a8c8c18e56a xenserver/xcpng: do not bypass secondary storage when copy 
volumes between pools (#13750)
     new 5812290da14 Merge remote-tracking branch 'apache/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:
 .../environment.properties.in => .editorconfig     |  13 ++-
 .../java/com/cloud/resource/ResourceService.java   |   2 +-
 .../storage/motion/AncientDataMotionStrategy.java  |   8 ++
 .../motion/AncientDataMotionStrategyTest.java      |  15 +++
 .../cloudstack/backup/NASBackupProvider.java       |  42 ++++----
 .../LibvirtRestoreBackupCommandWrapper.java        |  46 ++++++---
 .../wrapper/LibvirtTakeBackupCommandWrapper.java   |  35 +++----
 .../hypervisor/kvm/storage/KVMPhysicalDisk.java    |   4 +-
 .../kvm/storage/LibvirtStorageAdaptor.java         |  10 ++
 .../LibvirtRestoreBackupCommandWrapperTest.java    | 113 ++++++++++++++++++++-
 .../kvm/storage/KVMPhysicalDiskTest.java           |   6 +-
 .../lifecycle/StorageVmSharedFSLifeCycle.java      |   5 +-
 .../lifecycle/StorageVmSharedFSLifeCycleTest.java  | 101 ++++++++++--------
 .../com/cloud/resource/ResourceManagerImpl.java    |   4 +-
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  |  14 ++-
 .../cloud/resource/MockResourceManagerImpl.java    |   2 +-
 16 files changed, 311 insertions(+), 109 deletions(-)
 copy agent/conf/environment.properties.in => .editorconfig (83%)

Reply via email to