the SVM's are using VMNIC1 for management and VMNIC2 and VMNIC3 for data.
1) When I query the REST API for Sdc's the sdcIp field is only populated with a single IP address. I would have expected 2 SDC IP's to be reported when two data networks are used? The IP's reported are also a mixture of the two data networks instead of all being from a single VMKernel adapter? Example:
'sdcIp': u'192.168.2.153',
'sdcIp': u'192.168.2.152',
'sdcIp': u'192.168.1.150',
'sdcIp': u'192.168.1.151',
2) When I query the REST API for Sdc's the onVmWare field reports None instead of True since the SDC's are running embedded in the ESX kernel. The onVmWare field is correctly reporting True for the SDS's. Example:
u'onVmWare': None,
u'onVmWare': None,
u'onVmWare': None,
u'onVmWare': None,
3) What is the state of the ScaleIO python bindings being built out of the EMC CTO Office found here:
4) There's a typo in the 1.32 REST API Guide. The SDC object section lists a property called sdsApproved that should really be sdcApproved. What does this field indicate?
1. The MDM do not know all the SDC IPs -> It only know the IP the SDC used to reach the MDM.
2. After looking into this issue, SDC cannot identify and fill this property anymore. It should be deprecated from the REST API as well. We will update our REST-API documentation for future versions.
3. I am not familiar with this - can someone else in the community answer it?
4. Thanks, we will update our REST-API documentation for future versions.
tomer__engineer
155 Posts
465
0
Posted November 2nd, 2015 02:00
1. The MDM do not know all the SDC IPs -> It only know the IP the SDC used to reach the MDM.
2. After looking into this issue, SDC cannot identify and fill this property anymore. It should be deprecated from the REST API as well. We will update our REST-API documentation for future versions.
3. I am not familiar with this - can someone else in the community answer it?
4. Thanks, we will update our REST-API documentation for future versions.