python error in syslog of all hosts in new HCI default build

Recently built a three host HCI with oVirt node 4.2.5. I am seeing the following error in each hosts syslog often. What does it mean and how can it be corrected? vdsm[3470]: ERROR Internal server error#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 606, in _handle_request#012 res = method(**params)#012 File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 197, in _dynamicMethod#012 result = fn(*methodArgs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/apiwrapper.py", line 91, in vdoVolumeList#012 return self._gluster.vdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 90, in wrapper#012 rv = func(*args, **kwargs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 818, in vdoVolumeList#012 status = self.svdsmProxy.glusterVdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 55, in __call__#012 return callMethod()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 53, in <lambda>#012 **kwargs)#012 File "<string>", line 2, in glusterVdoVolumeList#012 File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod#012 raise convert_to_error(kind, result)#012AttributeError: 'str' object has no attribute 'iteritems'

On Tue, Aug 7, 2018 at 8:23 PM, Jayme <jaymef@gmail.com> wrote:
Recently built a three host HCI with oVirt node 4.2.5. I am seeing the following error in each hosts syslog often. What does it mean and how can it be corrected?
Adding Denis. Can you check if vdo module is available on your hosts? The method is trying to determine the stats for vdo volumes available on hosts - this will be ignored if not present.
vdsm[3470]: ERROR Internal server error#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 606, in _handle_request#012 res = method(**params)#012 File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 197, in _dynamicMethod#012 result = fn(*methodArgs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/apiwrapper.py", line 91, in vdoVolumeList#012 return self._gluster.vdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 90, in wrapper#012 rv = func(*args, **kwargs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 818, in vdoVolumeList#012 status = self.svdsmProxy.glusterVdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 55, in __call__#012 return callMethod()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 53, in <lambda>#012 **kwargs)#012 File "<string>", line 2, in glusterVdoVolumeList#012 File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod#012 raise convert_to_error(kind, result)#012AttributeError: 'str' object has no attribute 'iteritems'
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community- guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/ message/OLPAT5VC6QSJRMAQ4LSTY3YGMCUIHKFN/

I'll check that out and let you know. I am not using vdo, so perhaps it's possible that the vdo python module does not get installed even though apparently it's still needed without vdo present On Wed, Aug 8, 2018, 1:08 AM Sahina Bose, <sabose@redhat.com> wrote:
On Tue, Aug 7, 2018 at 8:23 PM, Jayme <jaymef@gmail.com> wrote:
Recently built a three host HCI with oVirt node 4.2.5. I am seeing the following error in each hosts syslog often. What does it mean and how can it be corrected?
Adding Denis. Can you check if vdo module is available on your hosts? The method is trying to determine the stats for vdo volumes available on hosts - this will be ignored if not present.
vdsm[3470]: ERROR Internal server error#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 606, in _handle_request#012 res = method(**params)#012 File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 197, in _dynamicMethod#012 result = fn(*methodArgs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/apiwrapper.py", line 91, in vdoVolumeList#012 return self._gluster.vdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 90, in wrapper#012 rv = func(*args, **kwargs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 818, in vdoVolumeList#012 status = self.svdsmProxy.glusterVdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 55, in __call__#012 return callMethod()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 53, in <lambda>#012 **kwargs)#012 File "<string>", line 2, in glusterVdoVolumeList#012 File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod#012 raise convert_to_error(kind, result)#012AttributeError: 'str' object has no attribute 'iteritems'
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/OLPAT5VC6QSJRM...

Accounting to pydoc modules | grep -i vdo there is no python vdo module installed on any of my oVirt node hosts. If this is needed what is the recommended way to install? I see that oVirt node does not ship with "pip". I do not want to risk breaking the python configuration. Thanks! On Wed, Aug 8, 2018 at 8:18 AM, Jayme <jaymef@gmail.com> wrote:
I'll check that out and let you know. I am not using vdo, so perhaps it's possible that the vdo python module does not get installed even though apparently it's still needed without vdo present
On Wed, Aug 8, 2018, 1:08 AM Sahina Bose, <sabose@redhat.com> wrote:
On Tue, Aug 7, 2018 at 8:23 PM, Jayme <jaymef@gmail.com> wrote:
Recently built a three host HCI with oVirt node 4.2.5. I am seeing the following error in each hosts syslog often. What does it mean and how can it be corrected?
Adding Denis. Can you check if vdo module is available on your hosts? The method is trying to determine the stats for vdo volumes available on hosts - this will be ignored if not present.
vdsm[3470]: ERROR Internal server error#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 606, in _handle_request#012 res = method(**params)#012 File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 197, in _dynamicMethod#012 result = fn(*methodArgs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/apiwrapper.py", line 91, in vdoVolumeList#012 return self._gluster.vdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 90, in wrapper#012 rv = func(*args, **kwargs)#012 File "/usr/lib/python2.7/site-packages/vdsm/gluster/api.py", line 818, in vdoVolumeList#012 status = self.svdsmProxy.glusterVdoVolumeList()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 55, in __call__#012 return callMethod()#012 File "/usr/lib/python2.7/site-packages/vdsm/common/supervdsm.py", line 53, in <lambda>#012 **kwargs)#012 File "<string>", line 2, in glusterVdoVolumeList#012 File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in _callmethod#012 raise convert_to_error(kind, result)#012AttributeError: 'str' object has no attribute 'iteritems'
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community- guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/ message/OLPAT5VC6QSJRMAQ4LSTY3YGMCUIHKFN/
participants (2)
-
Jayme
-
Sahina Bose