[one-users] OpenNebula 2.0 RC1 breaks vmware IM

Tino Vazquez tinova at fdi.ucm.es
Wed Oct 20 06:48:26 PDT 2010


Hi,

This should be fixed in the new repository for the java vmware drivers
[1]. Kudos&Thanks to Shi Jin for the patch.

Best regards,

-Tino

[1] http://dev.opennebula.org/projects/vmware-java/activity
--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org



On Tue, Oct 5, 2010 at 7:46 PM, Shi Jin <jinzishuai at gmail.com> wrote:
> I am seeing the same problem.
> Hope this can be fixed soon.
> Shi
>
> On Tue, Sep 28, 2010 at 4:47 AM, Tino Vazquez <tinova at fdi.ucm.es> wrote:
>>
>> Hi Chris,
>> This is indeed a compatiblity issue between the new driver structure and
>> the VMware drivers. I've opened a ticket [1] so you can keep track of the
>> fixing process.
>> Thanks a lot for the feedback.
>> Best regards,
>> -Tino
>> [1] http://dev.opennebula.org/issues/355
>> --
>> Constantino Vázquez Blanco | dsa-research.org/tinova
>> Virtualization Technology Engineer / Researcher
>> OpenNebula Toolkit | opennebula.org
>>
>>
>> On Mon, Sep 27, 2010 at 8:13 PM, Chris Johnston <chjohnston at rim.com>
>> wrote:
>>>
>>> Looks like a change in RC1 has broken the vmware IM. The "MONITOR"
>>> command is sending more data than the IM is expecting. With beta1 it was 3
>>> arguments, with rc1 its 4 arguments, and only 3 are expected by the vmware
>>> IM.
>>>
>>> one-2.0-beta1/src/im/InformationManagerDriver.cc - line 32
>>>    os << "MONITOR " << oid << " " << host << endl;
>>>
>>> opennebula-1.9.90/src/im/InformationManagerDriver.cc - line 32
>>>    os << "MONITOR " << oid << " " << host << " " << update << endl;
>>>
>>> opennebula-1.9.90/src/im_mad/vmware/OneImVmware.java - lines 118-121
>>>            } else if (str_split.length != 3)
>>>                   {
>>>                      send_message("FAILURE Unknown command");
>>>                   }
>>>
>>> I'm guessing since 'update' is associated with the 'SCRIPTS_REMOTE_DIR'
>>> in oned.conf and the im_ssh driver it can be ignored for the vmware IM.
>>>
>>> Chris
>>
>> _______________________________________________
>> Users mailing list
>> Users at lists.opennebula.org
>> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>>
>
>
>
> --
> Shi Jin, Ph.D.
>
>



More information about the Users mailing list