Gris Ge
2014-06-05 14:35:36 UTC
Hi Tony,
In Nexenta 4.0.2 GA, I found some changes:
1. Default port changed from 2000 to 8457.
2. Passing [""] to 'params' of 'get_license_info()' and
'get_fqdn()' [1] will cause this error:
PLUGIN_ERROR(303): {u'message': u'Fewer items found in D-Bus
signature than in Python arguments'}
Change to [] fixed.
I will verify whether [] works on 3.1.5, and submit patches.
For change 1), should we try 2000 port then 8457?
Best regards.
[1] These two are used by systems(). Wired thing is [""] works on other
query methods.
In Nexenta 4.0.2 GA, I found some changes:
1. Default port changed from 2000 to 8457.
2. Passing [""] to 'params' of 'get_license_info()' and
'get_fqdn()' [1] will cause this error:
PLUGIN_ERROR(303): {u'message': u'Fewer items found in D-Bus
signature than in Python arguments'}
Change to [] fixed.
I will verify whether [] works on 3.1.5, and submit patches.
For change 1), should we try 2000 port then 8457?
Best regards.
[1] These two are used by systems(). Wired thing is [""] works on other
query methods.
--
Gris Ge
Gris Ge