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 b8d834e7596 quota: Improves email configurations descriptions (#6806)
add ff961c95948 linstor: support QoS(IOPs) and small improvements (#6682)
No new revisions were added by this update.
Summary of changes:
client/pom.xml | 7 ++
debian/rules | 1 +
packaging/centos7/cloud.spec | 1 +
packaging/centos8/cloud.spec | 1 +
packaging/suse15/cloud.spec | 1 +
plugins/storage/volume/linstor/pom.xml | 5 +
.../kvm/storage/LinstorStorageAdaptor.java | 11 +-
.../hypervisor/kvm/storage/LinstorStoragePool.java | 0
.../driver/LinstorPrimaryDataStoreDriverImpl.java | 118 ++++++++++++++++++---
.../LinstorPrimaryDataStoreLifeCycleImpl.java | 8 +-
ui/src/views/infra/AddPrimaryStorage.vue | 9 ++
11 files changed, 142 insertions(+), 20 deletions(-)
rename plugins/{hypervisors/kvm =>
storage/volume/linstor}/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java
(98%)
rename plugins/{hypervisors/kvm =>
storage/volume/linstor}/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStoragePool.java
(100%)