Discussion:
[Libstoragemgmt-devel] Changes in Nexenta storage 4.0.
Gris Ge
2014-06-05 14:35:36 UTC
Permalink
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.
--
Gris Ge
Tony Asleson
2014-06-05 15:31:17 UTC
Permalink
Post by Gris Ge
Hi Tony,
1. Default port changed from 2000 to 8457.
2. Passing [""] to 'params' of 'get_license_info()' and
PLUGIN_ERROR(303): {u'message': u'Fewer items found in D-Bus
signature than in Python arguments'}
We should talk to the nexenta folks to see if this is expected and
intentional.
Post by Gris Ge
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?
We could either do that or have the user add the port to the URI.

Thanks,
Tony
Gris Ge
2014-06-06 07:23:13 UTC
Permalink
Post by Tony Asleson
We should talk to the nexenta folks to see if this is expected and
intentional.
Do you have any idea how we communicate upstream for this issue?
I failed to find any maillist of them and the forum seems not a good
place for this issue.
--
Gris Ge
Loading...