vishesh92 commented on code in PR #11071: URL: https://github.com/apache/cloudstack/pull/11071#discussion_r2332366820
########## plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/MultipathSCSIAdapterBase.java: ########## @@ -164,9 +178,10 @@ private KVMPhysicalDisk getPhysicalDisk(AddressInfo address, KVMStoragePool pool // validate we have a connection, if not we need to connect first. if (!isConnected(address.getPath())) { - if (!connectPhysicalDisk(address, pool, null)) { - throw new CloudRuntimeException("Unable to connect to volume " + address.getPath()); - } + LOGGER.debug("Physical disk " + address.getPath() + " is not connected, a request to connectPhysicalDisk must be made before it can be used."); Review Comment: Do we need to make a call to the `connectPhysicalDisk` method? -- 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