This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch healthcheck-4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard 2b0168eb2f0 DO NOT MERGE
add 22097027410 Fix usage volume size after resizing (#9459)
add 9148701285f [UI] Add project toggle for buckets (#9589)
add 11497c601fd [VMware] Update data disk controller same as the root disk
controller type when it is not set in the VM detail (#9433)
add 6c0492366c0 [VMware] Disconnect/Detach config drive ISO (if exists) on
stop VM (#9468)
add 674129cd588 Update project account for all the events with project
account owner, except for create project event (#9572)
add 48e745cad28 Add certificate validation to check headers (#9255)
add b4325eccfb4 Fix userdata append header restrictions (#9575)
add 0204cb75e37 ui: show guest networks for guest vlans list (#9554)
add abaf4b52ad1 Fix VGPU available devices listing (#9573)
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
add 97c1a86b646 linstor: update java-linstor dependency to 0.5.2 (#9632)
add dda9ef2dc83 UI: list vms with details=min when attach a volume to vm
(#9634)
add 0fae0c021f0 propagate sort order through retrieval sequence (#9624)
add ebaf064d923 Fix root disk resize (don't allow) when service offering
has root disk size, only allow through service offering change (#9428)
add cc954afd9bc DO NOT MERGE
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2b0168eb2f0)
\
N -- N -- N refs/heads/healthcheck-4.19 (cc954afd9bc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../command/user/account/AddUserToProjectCmd.java | 2 +-
.../user/account/DeleteUserFromProjectCmd.java | 1 -
.../api/response/StoragePoolResponse.java | 12 +++++
.../com/cloud/storage/dao/DiskOfferingDaoImpl.java | 11 -----
.../storage/image/TemplateServiceImpl.java | 5 --
.../userdata/CloudInitUserDataProvider.java | 28 +++++++----
.../userdata/CloudInitUserDataProviderTest.java | 39 +++++++++++++--
.../src/main/java/com/cloud/utils/db/Filter.java | 14 +++++-
.../security/keystore/KeystoreManager.java | 3 +-
.../security/keystore/KeystoreManagerImpl.java | 23 +++++----
.../hypervisor/vmware/resource/VmwareResource.java | 30 +++++++++++-
plugins/storage/volume/linstor/CHANGELOG.md | 12 +++++
.../kvm/storage/LinstorStorageAdaptor.java | 57 +++++++++++++++-------
.../storage/datastore/util/LinstorUtil.java | 13 +++--
pom.xml | 2 +-
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../api/query/dao/DiskOfferingJoinDaoImpl.java | 14 +++---
.../api/query/dao/ServiceOfferingJoinDao.java | 1 +
.../api/query/dao/ServiceOfferingJoinDaoImpl.java | 28 ++++++-----
.../api/query/dao/StoragePoolJoinDaoImpl.java | 13 +++++
.../configuration/ConfigurationManagerImpl.java | 14 ++++++
.../com/cloud/event/ActionEventInterceptor.java | 4 +-
.../java/com/cloud/event/ActionEventUtils.java | 11 ++++-
.../com/cloud/projects/ProjectManagerImpl.java | 16 +++---
.../com/cloud/resource/ResourceManagerImpl.java | 3 +-
.../com/cloud/server/ManagementServerImpl.java | 27 ++++++++--
.../com/cloud/storage/VolumeApiServiceImpl.java | 23 +++++----
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 19 +++++---
.../apache/cloudstack/snapshot/SnapshotHelper.java | 22 ++++++---
.../cloud/storage/VolumeApiServiceImplTest.java | 7 +--
.../SecondaryStorageManagerImpl.java | 5 ++
systemvm/debian/opt/cloud/bin/cs/CsFile.py | 1 -
systemvm/debian/opt/cloud/bin/cs_vpnusers.py | 2 -
ui/src/components/view/ListView.vue | 15 +++++-
ui/src/config/section/network.js | 2 +-
ui/src/utils/plugins.js | 2 +-
ui/src/views/AutogenView.vue | 4 +-
ui/src/views/setting/ConfigurationValue.vue | 2 +-
ui/src/views/storage/AttachVolume.vue | 3 +-
.../main/java/com/cloud/utils/net/NetUtils.java | 12 +++++
.../java/com/cloud/utils/net/NetUtilsTest.java | 11 +++++
.../hypervisor/vmware/mo/VirtualMachineMO.java | 8 +++
42 files changed, 381 insertions(+), 142 deletions(-)
create mode 100644 plugins/storage/volume/linstor/CHANGELOG.md