This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from bc393923515 Fix PR lint error caused by deps/install-non-oss.sh (#9631)
add b78aede2b70 Updated listStoragePools response - added new managed
parameter (#9588)
add 21435590201 server: fix volume migration check for local volume attach
on a stopped (#9578)
add 1ca9a10912d VR: remove vpn user info when apply vpn users list (#9568)
add 0ba9a292d50 Add validation for secstorage.allowed.internal.sites
(#9567)
add e06f80e8991 storage: fix private templates are not copied to new image
store (#9206)
add 601e9b67ead Fix snapshot deletion on template creation failure (#9239)
add 537c0a1e8d2 linstor: set/unset allow-two-primaries and protocol on rc
level (#9560)
add a851ee375c1 Merge remote-tracking branch 'origin/4.18' into 4.19
new 60c9c9adb67 Merge remote-tracking branch 'origin/4.19'
new b155e3d2090 Merge remote-tracking branch 'origin/main'
The 2 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:
.../api/response/StoragePoolResponse.java | 12 +++++
.../storage/image/TemplateServiceImpl.java | 5 --
plugins/storage/volume/linstor/CHANGELOG.md | 12 +++++
.../kvm/storage/LinstorStorageAdaptor.java | 57 +++++++++++++++-------
.../storage/datastore/util/LinstorUtil.java | 11 +++--
.../api/query/dao/StoragePoolJoinDaoImpl.java | 13 +++++
.../configuration/ConfigurationManagerImpl.java | 14 ++++++
.../com/cloud/storage/VolumeApiServiceImpl.java | 6 ++-
.../apache/cloudstack/snapshot/SnapshotHelper.java | 22 ++++++---
.../SecondaryStorageManagerImpl.java | 5 ++
systemvm/debian/opt/cloud/bin/cs/CsFile.py | 1 -
systemvm/debian/opt/cloud/bin/cs_vpnusers.py | 2 -
ui/src/views/setting/ConfigurationValue.vue | 2 +-
.../main/java/com/cloud/utils/net/NetUtils.java | 12 +++++
.../java/com/cloud/utils/net/NetUtilsTest.java | 11 +++++
15 files changed, 145 insertions(+), 40 deletions(-)
create mode 100644 plugins/storage/volume/linstor/CHANGELOG.md