GitHub user DaanHoogland added a comment to the discussion: I can't start the System VM (secondarystoragevm).
yet the system is not able to allocate any, ``` 2026-05-25 16:26:27,111 WARN [c.c.a.AlertManagerImpl] (secstorage-1:[ctx-61b7001a]) (logid:42f136a6) alertType=[19] dataCenterId=[1] podId=[null] clusterId=[null] message=[Secondary Storage Vm creation failure in zone [zone-1]. Error details: Unable to allocate capacity on zone [1] due to [null].]. ``` grep for ctx-61b7001a or logid:42f136a6 and see if you find any further clues. also these lines should give a hint: ``` 2026-05-25 16:26:27,105 DEBUG [c.c.d.FirstFitPlanner] (secstorage-1:[ctx-61b7001a]) (logid:42f136a6) Removing from the clusterId list these clusters from avoid set: [1, 3] 2026-05-25 16:26:27,106 DEBUG [c.c.d.FirstFitPlanner] (secstorage-1:[ctx-61b7001a]) (logid:42f136a6) No clusters found after removing disabled clusters and clusters in avoid list, returning. ``` try and find out why clusters 1 and 3 are considdered not suitable. GitHub link: https://github.com/apache/cloudstack/discussions/13234#discussioncomment-17062241 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
