Harikrishna Patnala
0b30884e37
Offline storage migration for scaleio encrypted volumes
2023-05-31 17:12:37 +05:30
Harikrishna Patnala
c254d3b3dd
Data volume offline migration: save encryption details to destination volume entry
2023-05-31 17:12:37 +05:30
Harikrishna Patnala
3d70877b50
Fix UI notifications for migrate volume
2023-05-31 17:12:37 +05:30
Harikrishna Patnala
de123c4268
Support for migration of encrypted volumes across different scaleio clusters
2023-05-31 17:12:37 +05:30
Harikrishna Patnala
9406a0578b
Fixed offline volume migration case and allowed encrypted volume migration
2023-05-31 17:12:35 +05:30
Harikrishna Patnala
b543aeba5a
Unit tests for volume livemigration in ScaleIOPrimaryDataStoreDriver
2023-05-31 17:12:06 +05:30
Harikrishna Patnala
dedd104d48
Unit tests to check if volume belongs to same or different storage scaleio cluster
2023-05-31 17:12:04 +05:30
Harikrishna Patnala
32c083ded3
removed unused imports
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
f0aad3e09b
Removed unused methods
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
89dd4fd1d7
code refactoring and some changes
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
46f5df0db0
Formatting code
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
1f407dd14f
Checking block copy status
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
0572d51f05
working blockcopy api in libvirt
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
5ffb415792
Pivot changes
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
de1d6c2586
recent changes
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
78def433cc
Fixed uuid
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
61b451a20c
Recent changes of migration across clusters
2023-05-31 17:11:40 +05:30
Harikrishna Patnala
c49b37f4a5
Added migrate command
2023-05-31 17:11:40 +05:30
Abhishek Kumar
8ff0071bec
ui,api: make description option for createKubernetesCluster ( #7541 )
...
Make the description for createKubernetesCLuster API optional. Similar to #7180
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-05-25 15:22:58 +05:30
nvazquez
0024cb0372
Merge branch '4.18'
2023-05-24 11:01:10 -03:00
Nicolas Vazquez
5e71cea2c5
Fix Tungsten Fabric errors on adding a new zone due to duplicated entries on ntwk_service_map ( #7455 )
...
* Fix Tungsten Fabric errors on adding a new zone due to duplicated entries on ntwk_service_map
* Address review comments
2023-05-24 11:00:29 -03:00
Ben
3e8c0684ed
Prometheus: Ensure tagged hosts maintenance status is reported consistently ( #7471 )
...
When a host is not tagged, its maintenance status is reported in the
cloudstack_hosts_total metric: maintenance_enabled is OFFLINE,
maintenance_disabled is ONLINE.
When a host is tagged, its maintenance status is now also verified to
ensure consistent behaviour.
In prometheus exporter, maintenance status for cloudstack_hosts_total_by_tag is not checked. While it is checked for cloudstack_hosts_total metric.
Classified by_tag or not, metrics should be the same.
Fixes : #7470
2023-05-23 11:14:43 +05:30
John Bampton
11d45654a6
misc: fix spelling ( #7206 )
...
This PR fixes spellings
2023-05-23 11:06:16 +05:30
Wei Zhou
9d46df57f2
kvm: add vm setting for nic multiqueue number and packed virtqueues ( #7333 )
...
This PR adds two vm setting for user vms on KVM
- nic multiqueue number
- packed virtqueues enabled . optional are true and false (false by default). It requires qemu>=4.2.0 and libvirt >=6.3.0
Tested ok on ubuntu 22 and rocky 8.4
2023-05-09 15:19:26 +05:30
Rohit Yadav
a2561df25b
Merge remote-tracking branch 'origin/4.18'
2023-05-08 12:57:38 +05:30
Marcus Sorensen
ec0f8bddf6
Support local storage live migration for direct download templates ( #7453 )
...
Co-authored-by: Marcus Sorensen <mls@apple.com>
2023-05-04 17:37:58 -03:00
Rohit Yadav
8a42ab9ce4
Merge remote-tracking branch 'origin/4.18'
2023-04-14 21:49:12 +05:30
David Jumani
941cc83372
Feature: Safely shutdown cloudstack ( #6755 )
...
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-04-12 12:44:14 +02:00
Harikrishna
65512af779
server: Roles search by keyword ( #7384 )
...
This PR fixes #7362 and also other search criteria to use the name as an exact search where keyword is also there.
Made UI changes for roles search to make use of keyword instead of name.
2023-04-11 22:24:29 +05:30
Nicolas Vazquez
be66eb2a35
Auto Enable/Disable KVM hosts ( #7170 )
...
* Auto Enable Disable KVM hosts
* Improve health check result
* Fix corner cases
* Script path refactor
* Fix sonar cloud reports
* Fix last code smells
* Add marvin tests
* Fix new line on agent.properties to prevent host add failures
* Send alert on auto-enable-disable and add annotations when the setting is enabled
* Address reviews
* Add a reason for enabling or disabling a host when the automatic feature is enabled
* Fix comment on the marvin test description
* Fix for disabling the feature if the admin has manually updated the host resource state before any health check result
2023-04-04 17:03:37 +05:30
Abhishek Kumar
82a6a1f6c4
Merge remote-tracking branch 'apache/4.18' into main
2023-04-04 16:10:12 +05:30
Marcus Sorensen
5d5fa04c8b
saml: Add EncryptedElementType key resolver to SAML plugin ( #7268 )
...
There are multiple ways in which a SAML response can be formatted, especially when encryption is enabled. This PR removes the hardcoding of EncryptedKeyResolver= InlineEncryptedKeyResolver in favor of using a ChainingEncryptedKeyResolver which will try multiple resolvers. It preserves the InlineEncryptedKeyResolver as the first option but adds EncryptedElementTypeEncryptedKeyResolver to the chain of resolvers to try.
ChainingEncryptedKeyResolver is a bit finicky in that you can't provide it a list of resolvers, you can only fetch its internal list and add to it.
Theoretically we could add all of the resolver types to the chain, but for now just preserving the ones known to be in use.
Co-authored-by: Marcus Sorensen <mls@apple.com>
2023-04-03 15:16:03 +05:30
John Bampton
c2e17310d6
Add three more `pre-commit` checks ( #7083 )
...
Co-authored-by: dahn <daan@onecht.net>
2023-03-27 13:28:55 +02:00
Daan Hoogland
1d0762e43a
Merge release branch 4.18 to main
...
* 4.18:
Fix PR 7131 bugs and vulnerabilities (#7140 )
2023-03-23 15:54:19 +01:00
João Jandre
523ab58d02
Fix PR 7131 bugs and vulnerabilities ( #7140 )
2023-03-21 15:06:18 +01:00
Daan Hoogland
fb4f6a334d
Updating pom.xml version numbers for release 4.19.0.0-SNAPSHOT
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2023-03-15 19:46:01 +01:00
Daan Hoogland
05cda2729f
Updating pom.xml version numbers for release 4.18.1.0-SNAPSHOT
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2023-03-15 19:38:14 +01:00
Daan Hoogland
0574087284
Updating pom.xml version numbers for release 4.18.0.0
...
Signed-off-by: Daan Hoogland <daan@onecht.net>
2023-03-11 09:35:41 +01:00
Wei Zhou
8592de95fa
Move PassphraseVO to use String instead of byte[] to support Encrypt annotation ( #7302 )
...
Co-authored-by: Marcus Sorensen <mls@apple.com>
2023-03-03 13:08:17 +01:00
Bryan Lima
c8ee0e7c30
Fix Quota plugin state on QuotaSummaryResponse ( #7257 )
2023-02-22 10:19:59 +01:00
Abhishek Kumar
1a03f69a3a
cleanup: remove testing logs ( #7270 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2023-02-21 14:42:33 +01:00
Wei Zhou
8ef35466de
Tungsten: fix functional issues ( #7173 )
...
Co-authored-by: dahn <daan.hoogland@gmail.com>
2023-02-13 09:15:28 +01:00
Harikrishna
a3feccf70c
User two factor authentication ( #6924 )
...
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-02-13 09:14:17 +01:00
Daniel Augusto Veronezi Salvador
9c4b3a6847
Adjusts/fixes in quota tariff APIs ( #7146 )
2023-02-01 15:05:30 +01:00
David Jumani
2d914edff0
cks: Fix provider deployment when cluster is in a project ( #7147 )
2023-02-01 11:14:29 +01:00
David Jumani
c774b865c9
Tungsten integration ( #7065 )
...
Co-authored-by: rtodirica <rtodirica@ena.com>
Co-authored-by: Huy Le <huylm@unitech.vn>
Co-authored-by: radu-todirica <Radu.Todirica@ness.com>
Co-authored-by: Huy Le <minh.le@ext.ewerk.com>
Co-authored-by: Simon Weller <siweller77@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-02-01 09:19:53 +01:00
Suresh Kumar Anaparti
d8c7e34b38
Improve global settings UI to be more intuitive/logical ( #5797 )
...
Co-authored-by: Suresh Kumar Anaparti <suresh.anaparti@shapeblue.com>
Co-authored-by: nvazquez <nicovazquez90@gmail.com>
Co-authored-by: davidjumani <dj.davidjumani1994@gmail.com>
Co-authored-by: dahn <daan.hoogland@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-01-31 11:23:43 +01:00
Abhishek Kumar
3b6ce97097
infra: edge zones ( #6840 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: dahn <daan@onecht.net>
2023-01-31 09:36:45 +01:00
Abhishek Kumar
028ca74fb6
ui,server,api: resource metrics improvements ( #6803 )
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-01-30 09:48:03 +01:00
Daan Hoogland
46924a5782
Merge release branch 4.17 to main
...
* 4.17:
Use long instead of int in DB statistics for Queries and Uptime. (#7125 )
VR: fix public-key is missing in VR after acquiring public IP (#7103 )
2023-01-26 09:59:36 +01:00