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
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
6af5094443
fix for disk restore
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-07 18:54:45 +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
Abhishek Kumar
8038dd69ba
fix license
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-05-05 17:52:46 +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
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
Abhishek Kumar
eaab07d99d
Merge remote-tracking branch 'apache/main' into integration-veeam-kvm
2026-04-30 11:32:56 +05:30
Abhishek Kumar
7bdd70399a
more tests, fix pre-commit
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-30 11:29:29 +05:30
julien-vaz
a73cc9a22c
Improve Quota Statement ( #10506 )
...
* Improve Quota Statement
* Removes unused import
* Fix QuotaUsageJoinDao, QuotaResponseBuilderImpl, QuotaServiceImpl e QuotaServiceImplTest
* Reorganize imports
* Updates QuotaStatementCmd responseBuilder scope to default
* Fix log4j syntax
* Address reviews + other improvements
* Add missing SQL scripts and injections
* Change accountid and domainid logic + add unit tests
* Rename QuotaUsageDetail to QuotaTariffUsage
* Fix out of bounds exception
---------
Co-authored-by: Julien Hervot de Mattos Vaz <julien.vaz@scclouds.com.br>
Co-authored-by: Fabricio Duarte <fabricio.duarte.jr@gmail.com>
2026-04-29 21:09:13 -03:00
Abhishek Kumar
574f0ea40a
address comments
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-29 10:46:22 +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
2d6280b9da
Merge branch '4.22'
2026-04-17 04:35:25 +05:30
Abhishek Kumar
0c83842fab
fix updateconfiguration response scope
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-15 15:38:05 +05:30
Abhishek Kumar
82d062e3f5
fix checkstyle error
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-15 13:37:57 +05:30
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
13842a626d
Address reviews
2026-04-15 08:52:35 +02:00
Abhisar Sinha
c40b30bc4a
Remove ImagetransferProgress Command
2026-04-14 23:33:00 +05:30
Abhisar Sinha
07bca60fc4
Merge remote-tracking branch 'upstream/main' into fork/shapeblue/integration-veeam-kvm
2026-04-14 23:30:58 +05:30
Harikrishna
0c86899cc1
Added VDDK support in VMware to KVM migrations ( #12970 )
2026-04-14 22:33:01 +05:30
Daan Hoogland
82bfa9fb3f
Merge branch '4.22'
2026-04-14 14:50:44 +02:00
Daan Hoogland
1085da4ef8
Merge commit '19b4ef106931aa1d6a8fed06984009d86760e4de' into 4.22
2026-04-14 13:15:05 +02:00
Suresh Kumar Anaparti
47c5bb8ee7
Support list/query async jobs by resource ( #12983 )
...
* Add resource filtering to async job query commands
* Fix logical condition in AsyncJobDaoImpl and ResourceIdSupport
* resource type case-insensitive validation
* fix resource type and id search
---------
Co-authored-by: mprokopchuk <mprokopchuk@gmail.com>
Co-authored-by: mprokopchuk <mprokopchuk@apple.com>
2026-04-13 15:39:49 +02:00
Daan Hoogland
d6f4fc3ac4
Updating pom.xml version numbers for release 22.0.1
2026-04-13 11:53:00 +02:00
Abhisar Sinha
9af2c941ae
rename image_transfer disk_id to volume_id
2026-04-13 09:41:14 +05:30
Abhisar Sinha
1d20ecc677
fix image transfer response object name
2026-04-13 09:41:13 +05:30
Fabricio Duarte
9f57a4dd19
Unhide setting `js.interpretation.enabled` ( #12605 )
...
* Unhide setting 'js.interpretation.enabled'
* Fix grammar mistake
2026-04-10 23:45:07 -03:00
Abhisar Sinha
df7ff97271
Create volume on a specified storage pool ( #12966 )
2026-04-10 14:27:39 +02:00
Suresh Kumar Anaparti
11538df710
Merge branch '4.22'
2026-04-10 12:02:40 +05:30
Abhishek Kumar
40cadd0369
merge fixes
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 23:52:05 +05:30
prashanthr2
b1bc5380a2
fix: support SharedMountPoint for KVM volume import and unmanage ( #12956 )
2026-04-09 15:09:08 +02:00
Abhisar Sinha
6e420fecd2
fix config export to test backup apis
2026-04-09 10:30:56 +05:30
Abhisar Sinha
b84ff6b99a
move checkpoint to vm details
2026-04-09 10:30:54 +05:30
Abhisar Sinha
d6055c9ae2
create volume on storage refactor
2026-04-09 10:30:11 +05:30
Abhisar Sinha
6f4758d062
expiry timeouts for idle image transfers
2026-04-09 10:30:11 +05:30
Abhishek Kumar
bad164c991
fixes
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:30:10 +05:30
Abhisar Sinha
e32a6ab7d9
Make veeam-kvm exclusive with other providers
...
finalize all pending image transfers when finalize backup is called
2026-04-09 10:30:10 +05:30
Abhisar Sinha
ca0ad93d61
Remove dependency on backup offering. Make backup export service exclusive to other backup providers.
2026-04-09 10:30:08 +05:30
abh1sar
b6d480cfb1
hide kvm backup export service apis behind a global config
2026-04-09 10:29:11 +05:30
abh1sar
8d42d5f186
change name from IncrementalBackupService to KVMBackupExportService
2026-04-09 10:29:11 +05:30
Abhishek Kumar
1f72a2284c
changes for restore with template; refactor
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:26:29 +05:30
Abhishek Kumar
05a5b03d95
changes for user assignement; refactor
...
- make service account configurable
- allow assigning vm, volume to network account
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:25:07 +05:30
Abhisar Sinha
30136c814a
Image server on kvm host - with image_server.py http server
2026-04-09 10:23:33 +05:30
Abhishek Kumar
0b4b02da63
changes to backup and checkpoints api
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:22:38 +05:30
Abhishek Kumar
aa7d4bc590
changes for backup job fix
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:22:38 +05:30
Abhishek Kumar
a89f872b4f
wip
...
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
2026-04-09 10:22:35 +05:30