shwstppr commented on code in PR #12452:
URL: https://github.com/apache/cloudstack/pull/12452#discussion_r2706683437
##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java:
##########
@@ -1320,64 +1320,67 @@ protected boolean checkDetachSuccess(String diskPath,
Domain dm) throws LibvirtE
/**
* Attaches or detaches a disk to an instance.
- * @param conn libvirt connection
- * @param attach boolean that determines whether the device will be
attached or detached
- * @param vmName instance name
- * @param attachingDisk kvm physical disk
- * @param devId device id in instance
+ *
+ * @param conn libvirt connection
Review Comment:
```suggestion
* @param conn libvirt connection
```
--
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]