Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
1524363
Updates to change PUre and Primera to host-centric vlun assignments; …
Mar 29, 2024
41ef2ee
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 1, 2024
cb1f0fa
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 1, 2024
e5c61bc
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 2, 2024
7c12b06
update to add timestamp when deleting pure volumes to avoid future co…
Apr 2, 2024
5bd6909
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
7d041c4
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
c761869
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
3e8cb96
update to migrate to properly check disk offering is valid for the ta…
Apr 4, 2024
73a6fd9
Updates to change PUre and Primera to host-centric vlun assignments; …
Mar 29, 2024
c622afe
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 1, 2024
d9f1016
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 1, 2024
94cf706
Updates to change PUre and Primera to host-centric vlun assignments; …
Apr 2, 2024
2dcfdb9
update to add timestamp when deleting pure volumes to avoid future co…
Apr 2, 2024
35b76c9
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
638a30f
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
71cb21d
update to migrate to properly check disk offering is valid for the ta…
Apr 3, 2024
ad331ff
update to migrate to properly check disk offering is valid for the ta…
Apr 4, 2024
2916954
Merge branch '4.19' of https://github.com/rg9975/cloudstack into 4.19
Apr 5, 2024
1151ddf
improve error handling when copying volumes to add precision to which…
Apr 5, 2024
eb72474
rename pure volume before delete to avoid conflicts if the same name …
Apr 5, 2024
98225b7
rename pure volume before delete to avoid conflicts if the same name …
Apr 5, 2024
da6eb37
remove dead code in AdaptiveDataStoreLifeCycleImpl.java
Apr 6, 2024
bb0c3ee
remove dead code in AdaptiveDataStoreLifeCycleImpl.java
Apr 6, 2024
64af7a9
Fix issues found in PR checks
Apr 8, 2024
11bfad7
Merge branch 'apache:4.19' into 4.19
Apr 8, 2024
a2f57e4
Merge branch 'apache:4.19' into 4.19
Apr 23, 2024
d03169c
fix session refresh TTL logic
Apr 26, 2024
f5069bc
Merge branch 'apache:4.19' into 4.19
Apr 27, 2024
179267e
updates from PR comments
Apr 26, 2024
d8a307d
logic to delete by path ONLY on supported OUI
Apr 29, 2024
f1ebd80
fix to StorageSystemDataMotionStrategy compile error
Apr 29, 2024
0b69bae
change noisy debug message to trace message
Apr 29, 2024
52f5c97
fix double callback call in handleVolumeMigrationFromNonManagedStorag…
Apr 29, 2024
293a0f6
fix for flash array delete error
Apr 30, 2024
6c0cb48
fix typo in StorageSystemDataMotionStrategy
Apr 30, 2024
dc1979b
change copyVolume to use writeback to speed up copy ops
Apr 30, 2024
485c305
Merge branch 'apache:4.19' into 4.19
May 15, 2024
59d5089
merge upstream changes
May 30, 2024
d4e6751
remove returning PrimaryStorageDownloadAnswer when connectPhysicalDis…
May 31, 2024
a1b4a60
remove returning PrimaryStorageDownloadAnswer when connectPhysicalDis…
Jun 6, 2024
4323252
remove change to only set UUID on snapshot if it is a vmSnapshot
Jun 6, 2024
9f8daa2
reverting change to UserVmManagerImpl.configureCustomRootDiskSize
Jun 6, 2024
b5c3bb8
Merge branch 'apache:4.19' into 4.19
Jun 11, 2024
310a35b
add error checking/simplification per comments from @slavkap
Jun 11, 2024
027c7be
Merge branch '4.19' into 4.19
Jun 18, 2024
51a90dc
merge upstream changes
Jun 19, 2024
89d7a2c
Update engine/storage/datamotion/src/main/java/org/apache/cloudstack/…
Jun 21, 2024
c55dfc9
Update framework/spring/module/src/main/java/org/apache/cloudstack/sp…
Jun 21, 2024
42780e7
address PR comments from @sureshanaparti
Jun 21, 2024
018e556
address PR comments from @sureshanaparti
Jun 21, 2024
6ff500d
fiberchannel and various small fixes for 4.19.2
Dec 21, 2024
3449689
Merge branch '4.19' into primera-pure-patches
Dec 21, 2024
a55c3e5
Update VolumeServiceImpl.java
Jan 27, 2025
3914e50
updates for StorageAccessException
Jan 27, 2025
81a8b40
* null path in KVMStorageProcessor
Jan 28, 2025
f066100
only fail on template connectPhysicalDisk if storage pool type == Fib…
Jan 31, 2025
1dfadad
Revert "only fail on template connectPhysicalDisk if storage pool typ…
Feb 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update framework/spring/module/src/main/java/org/apache/cloudstack/sp…
…ring/module/model/impl/DefaultModuleDefinitionSet.java

Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
  • Loading branch information
Rene Glover and sureshanaparti authored Jun 21, 2024
commit c55dfc954e71d68848f839a012a292da23533941
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public void with(ModuleDefinition def, Stack<ModuleDefinition> parents) {
try {
if (context == null) {
log.warn(String.format("Application context not found for module definition [%s]", moduleDefinitionName));

} else if (context.containsBean("moduleStartup")) {
Runnable runnable = context.getBean("moduleStartup", Runnable.class);
log.info(String.format("Starting module [%s].", moduleDefinitionName));
Expand Down