Github user bhaisaab commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1365#discussion_r58903775
  
    --- Diff: 
vmware-base/src/com/cloud/hypervisor/vmware/mo/VirtualMachineMO.java ---
    @@ -2137,7 +2141,8 @@ public int getScsiDiskControllerKey(String 
diskController) throws Exception {
             }
     
             assert (false);
    -        throw new Exception(diskController + " Controller Not Found");
    +        throw new Exception("Scsi disk controller of type " + 
diskController + " not found among configured devices:" + deviceList +
    +                ". Unable to find and return scsi disk controller key.");
    --- End diff --
    
    Fixed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to