Abhishek Kumar
9a511ea444
Merge 789764a272 into 5893ba5a8c
2026-05-13 07:17:56 +00:00
Abhishek Kumar
789764a272
fix vmtype listing issue
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-13 12:47:35 +05:30
Abhisar Sinha
1c32efcdc3
expose.kvm.backup.export.service.apis config should be non-dynamic
2026-05-13 09:53:23 +05:30
Abhisar Sinha
d8dd1073e3
veeam-kvm compatibility with other backup providers
2026-05-13 09:29:20 +05:30
Abhishek Kumar
cb5350dfb9
revoke template launch for default blank template only
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-13 08:10:57 +05:30
Fabricio Duarte
5893ba5a8c
server: Fix NPE when on findHostsForMigration when no suitable hosts are found ( #13138 )
2026-05-12 09:07:20 +02:00
Abhishek Kumar
a485605e7a
fix test failures
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-12 11:07:17 +05:30
Abhisar Sinha
77d7d43a4f
KVMBackupExportServiceImplTest
2026-05-11 18:27:23 +05:30
Abhisar Sinha
0277fd1a71
Remove unused methods
2026-05-11 18:27:22 +05:30
Abhishek Kumar
14a2e8e2f2
fixes, sharedfs restore, restrict unsupported instances
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-11 17:58:58 +05:30
Suresh Kumar Anaparti
a4a52c9665
Merge branch '4.22'
2026-05-08 20:57:36 +05:30
Suresh Kumar Anaparti
4359198904
KVM Host HA improvements - Fix to not cancel VM HA items when Host HA inspection in progress, and some code improvements ( #13088 )
...
* Host HA code improvements
* Fix to not cancel VM HA items when Host HA is enabled & inspection in progress, and some code improvements
- When Host HA inspection in progress, the investigor returns the Host Status as Up which cancels the VM HA items
- Don't cancel the VM HA items, instead reschedule them to try again later
* Changes to consider Recovered/Available Host HA state along with the agent connection status to determine the Host HA inspection in progress or not, and some code improvements
2026-05-08 19:50:50 +05:30
Abhishek Kumar
bc7ec163f3
fix for sshkeypair and guest os restore
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-08 18:28:15 +05:30
Abhishek Kumar
721dbea03f
list only available hosts, storage
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-08 17:37:40 +05:30
Abhishek Kumar
b139d3726d
handle restore for VMs deployed from ISO
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-08 11:15:40 +05:30
Manoj Kumar
4425ee4234
Remove unnecessary if-else branch in template permission validation ( #12683 )
...
* consolidate if-else branch
2026-05-07 21:37:31 -03:00
Abhishek Kumar
e2a7bd2e25
fix for failed backup jobs, handling unfit vms
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-07 10:34:56 +05:30
Abhishek Kumar
ebfe83d2ab
Merge remote-tracking branch 'apache/main' into integration-veeam-kvm
2026-05-07 08:54:28 +05:30
Abhishek Kumar
9ea3364b10
fix for preserving nic mac and ip
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-07 00:54:07 +05:30
Bernardo De Marco Gonçalves
96ca1b2a7c
Add option to control MAC address reuse for VR public NICs ( #13001 )
2026-05-06 13:41:11 -03:00
Daan Hoogland
3e688b0197
Merge tag '4.22.0.1' into 4.22
2026-05-06 11:13:45 +02:00
Abhishek Kumar
100a5c5cda
filter storagedomains for hypervisor
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-05 14:22:11 +05:30
Abhishek Kumar
1a379251bc
address review comments
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-05 13:38:47 +05:30
Abhisar Sinha
1f9cbd4454
address review comments
2026-05-04 14:56:34 +05:30
Suresh Kumar Anaparti
519715e81a
Fix id in listguestosmapping search ( #13082 )
2026-05-04 14:41:35 +05:30
Suresh Kumar Anaparti
8906aa1d46
Merge branch '4.22'
2026-05-01 22:51:01 +05:30
Fabricio Duarte
1f5dba9bd2
Release reserved storage resources on VM deployment failure ( #13048 )
2026-04-30 20:52:35 +05:30
Bryan Lima
c45596cca3
Refactor of Allocator classes ( #9074 )
...
* Refactoring Allocator classes
* Break into smaller methods random and firfit allocators.
* Added unit tests for random and firstfit allocators
* Move random allocator from cloud-plugins to cloud-server
* Add BaseAllocator abstract class for duplicate code
* Add missing license
* Add missing license to unit test file
* Remove host allocator random dependency
* Change exception message on smoke tests
* Remove conditional as it was never actually reached in the original flow
* Fix tests
* Fix flipped parameters
* Fix NPE while listing hosts for migration when suitableHosts is null
* Remove unnecessary stubbings
* Fix checkstyle
* Remove unnecessary file
* Rename exception error messages
* Apply suggestions from code review
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
* Rename UserVmDetailVO references to VMInstanceDetailVO
* Remove unused imports
* Add new line at EOF
* Remove unnecessary random allocator pom
* Fix GPU allocation mistake
* Fix failing tests
---------
Co-authored-by: Fabricio Duarte <fabricio.duarte@scclouds.com.br>
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
2026-04-30 10:30:02 -03:00
Gean Jair Silva
92d82989e3
Correction of the user responsible for the event ( #13066 )
...
Co-authored-by: gean.silva <gean.silva@scclouds.com.br>
2026-04-30 14:16:26 +05:30
Abhishek Kumar
eaab07d99d
Merge remote-tracking branch 'apache/main' into integration-veeam-kvm
2026-04-30 11:32:56 +05:30
Abhishek Kumar
6b8a725de4
fix nic attach warning during restore
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-29 01:15:30 +05:30
Erik Böck
e2c13da419
Remove UUID parse from param processing workflow ( #13065 )
2026-04-28 09:13:05 +02:00
Suresh Kumar Anaparti
856d83a15e
Merge branch '4.22'
2026-04-23 23:53:24 +05:30
dahn
64ac0822b4
merge conflict fixes ( #13046 )
...
* merge conflict fixes
* fix pre-commit issue
Co-authored-by: Daan Hoogland <dahn@apache.org>
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2026-04-23 23:46:54 +05:30
Abhisar Sinha
a127a26ebd
Fix Revert Instance to Snapshot with custom service offering ( #12885 )
...
* Fix revertVM with custom svc offering
2026-04-20 08:37:53 +02:00
Fabricio Duarte
89d915493f
Fix NPE on external/unmanaged instance import using custom offerings ( #12884 )
...
* Fix NPE on external/unmanaged instance import using custom offerings
2026-04-20 08:37:21 +02:00
Henrique Sato
3166e64891
Add support for new variables to the GUI whitelabel runtime system ( #12760 )
...
* Add support for new variables to the GUI whitelabel runtime system
* Address review
2026-04-17 10:59:50 -03:00
Suresh Kumar Anaparti
2d6280b9da
Merge branch '4.22'
2026-04-17 04:35:25 +05:30
Suresh Kumar Anaparti
13a2c7793c
Merge branch '4.20' into 4.22
2026-04-17 03:12:33 +05:30
Brad House
6e810989b6
HAProxy Configuration: network.loadbalancer.haproxy.idle.timeout ( #12586 )
...
* initial attempt at network.loadbalancer.haproxy.idle.timeout implementation
* implement test cases
* move idleTimeout configuration test to its own test case
2026-04-16 14:49:54 +05:30
Abhishek Kumar
48119d7b9b
fix test failures
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-16 09:55:50 +05:30
Abhishek Kumar
c6936889f5
server: prevent adding vm compute details when not applicable ( #12637 )
2026-04-15 10:41:20 +02:00
Abhishek Kumar
fac62adfe3
build fix
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-15 13:44:48 +05:30
Daan Hoogland
f5e75771bc
merge forwards fix
2026-04-15 09:58:27 +02:00
Abhishek Kumar
fb82ca3c91
config: fix ManagementServer scope
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-15 13:15:00 +05:30
Daan Hoogland
c298f8f360
Merge release branch 4.22.0.1 to 4.22
...
* tag '4.22.0.1':
Implement limit validations on updateBucket
Address reviews
2026-04-15 08:58:24 +02:00
Fabricio Duarte
2511fdffaa
Implement limit validations on updateBucket
2026-04-15 08:53:37 +02:00
Fabricio Duarte
13842a626d
Address reviews
2026-04-15 08:52:35 +02:00
Nicolas Vazquez
160876c6d7
Fix: API Thread held forever during force deleting across MS ( #12968 )
2026-04-15 08:41:26 +02:00
Abhisar Sinha
c40b30bc4a
Remove ImagetransferProgress Command
2026-04-14 23:33:00 +05:30