----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9519/#review16830 -----------------------------------------------------------
plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java <https://reviews.apache.org/r/9519/#comment35753> Need tab space cleanup plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java <https://reviews.apache.org/r/9519/#comment35752> Need trailing whitespace cleanup plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java <https://reviews.apache.org/r/9519/#comment35756> To update the value of key VmDetailsConstance.ROOT_DISK_CONTROLLER we can check if the key is present or not and just call put method over details map to update the value. containsKey/put is simpler than sequence of get/remove/put. plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java <https://reviews.apache.org/r/9519/#comment35751> Need tab space cleanup plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManager.java <https://reviews.apache.org/r/9519/#comment35755> Need tab space cleanup - Sateesh Chodapuneedi On Feb. 20, 2013, 2:11 a.m., Hongtu Zang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9519/ > ----------------------------------------------------------- > > (Updated Feb. 20, 2013, 2:11 a.m.) > > > Review request for cloudstack and mice xia. > > > Description > ------- > > fix CLOUDSTACK-1334:vmware.root.disk.controller doesn't work > > > This addresses bug CLOUDSTACK-1334. > > > Diffs > ----- > > plugins/hypervisors/vmware/src/com/cloud/hypervisor/guru/VMwareGuru.java > 819d399 > > plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManager.java > e219c1c > > plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareManagerImpl.java > e6d5742 > > Diff: https://reviews.apache.org/r/9519/diff/ > > > Testing > ------- > > try to modify the vmware.root.disk.controller value. > it works after the vm stopped and start again. > > > Thanks, > > Hongtu Zang > >