[Bugs] [Bug 1789439] Glusterfind pre command fails
bugzilla at redhat.com
bugzilla at redhat.com
Fri Jan 10 11:32:18 UTC 2020
https://bugzilla.redhat.com/show_bug.cgi?id=1789439
--- Comment #2 from Kotresh HR <khiremat at redhat.com> ---
Two things here:
1. glusterfind uses pyxattr and not xattr module. I think, it's taken care in
rpm install but on source install, it's taken fore python2. So install as below
if not installed.
#pip3 install pyxattr (for python3)
#pip install pyxattr (for python2)
And remove xattr module if installed. I think both share the same namespace
and might conflict.
#pip3 uninstall xattr (for python3)
#pip uninstall xattr (for python2)
2. There were issues w.r.t python2/python2 compatibility related dictionary and
bytes/string handling. The patch https://review.gluster.org/23993 fixes the
same.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
More information about the Bugs
mailing list