vishesh92 commented on code in PR #8362: URL: https://github.com/apache/cloudstack/pull/8362#discussion_r1489156863
########## plugins/hypervisors/simulator/src/main/java/com/cloud/agent/manager/SimulatorManagerImpl.java: ########## @@ -439,7 +440,9 @@ public Answer simulate(final Command cmd, final String hostGuid) { } else if (cmd instanceof FenceCommand) { answer = _mockVmMgr.fence((FenceCommand)cmd); } else if (cmd instanceof HandleConfigDriveIsoCommand) { - answer = _mockStorageMgr.handleConfigDriveIso((HandleConfigDriveIsoCommand)cmd); + answer = _mockStorageMgr.handleConfigDriveIso((HandleConfigDriveIsoCommand)cmd);; Review Comment: ```suggestion answer = _mockStorageMgr.handleConfigDriveIso((HandleConfigDriveIsoCommand)cmd); ``` -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org