Dogface2k commented on issue #13825: URL: https://github.com/apache/cloudstack/issues/13825#issuecomment-5228402200
Confirmed with a second independent reproduction, using an enabled (not disabled) hostless External cluster alongside the existing VMware cluster. Three fresh `createSharedFileSystem` attempts were made: the first two took the VMware-first path and failed later with `Found unsupported root disk controller [ide]`; the third took the External-first path and failed with the exact reported exception: `Cannot invoke "com.cloud.storage.VMTemplateVO.getId()" because "template" is null` (async job result code 530). This confirms the NPE is caused by the mixed-hypervisor iteration order, not by disabling a cluster or by a fabricated test condition. The temporary cluster and all test resources were removed; the zone is back to its original VMware-only state. We are implementing and validating the fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
