Skip to content

Commit fce7773

Browse files
authored
no retrieval of null hosts (#10175)
1 parent 7adc732 commit fce7773

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/com/cloud/deploy/DeploymentPlanningManagerImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,6 @@ public DeployDestination planDeployment(VirtualMachineProfile vmProfile, Deploym
448448

449449
HostVO host = _hostDao.findById(vm.getLastHostId());
450450
lastHost = host;
451-
_hostDao.loadHostTags(host);
452-
_hostDao.loadDetails(host);
453451
ServiceOfferingDetailsVO offeringDetails = null;
454452
if (host == null) {
455453
s_logger.debug("The last host of this VM cannot be found");

0 commit comments

Comments
 (0)