DaanHoogland commented on code in PR #9528:
URL: https://github.com/apache/cloudstack/pull/9528#discussion_r1727056867


##########
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMPhysicalDisk.java:
##########
@@ -81,7 +83,9 @@ public KVMPhysicalDisk(String path, String name, 
KVMStoragePool pool) {
 
     @Override
     public String toString() {
-        return "KVMPhysicalDisk [path=" + path + ", name=" + name + ", pool=" 
+ pool + ", format=" + format + ", size=" + size + ", virtualSize=" + 
virtualSize + "]";
+        return "KVMPhysicalDisk [path=" + path + ", name=" + name + ", pool=" 
+ pool +

Review Comment:
   yeah, i see, which is fine, but it seems it is growing out of hand and 
ReflectionUtils can cleanup the implementation a bit (no blocker)



-- 
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

Reply via email to