----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9879/ -----------------------------------------------------------
(Updated March 13, 2013, 6:11 a.m.) Review request for cloudstack, Abhinandan Prateek, mice xia, and Kelven Yang. Changes ------- correcting the reviewers for looking into the guestOS mappings Description ------- a mapping bug. in db the os name is "Red Hat Enterprise Linux 5.1 (64-bit)", but in the VmwareGuestOSMapper is "Red Hat Enterprise Linux 5.1(64-bit)" This addresses bug CLOUDSTACK-1649. Diffs ----- vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareGuestOsMapper.java 7d26983 Diff: https://reviews.apache.org/r/9879/diff/ Testing ------- Upload a redhat 5.1 iso start a vm with it. check the os type in vsphere client, the os type is red hat not the other 64. Thanks, Hongtu Zang