no retrieval of null hosts (#10175)

This commit is contained in:
dahn 2025-01-13 09:28:47 +01:00 committed by GitHub
parent 7adc732992
commit fce77733a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -448,8 +448,6 @@ StateListener<State, VirtualMachine.Event, VirtualMachine>, Configurable {
HostVO host = _hostDao.findById(vm.getLastHostId());
lastHost = host;
_hostDao.loadHostTags(host);
_hostDao.loadDetails(host);
ServiceOfferingDetailsVO offeringDetails = null;
if (host == null) {
s_logger.debug("The last host of this VM cannot be found");