Skip to content

Instantly share code, notes, and snippets.

@iwinux

iwinux/error.log Secret

Created March 15, 2016 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwinux/fbc26da2b957de4a6f6c to your computer and use it in GitHub Desktop.
Save iwinux/fbc26da2b957de4a6f6c to your computer and use it in GitHub Desktop.
glusterfind pre session vol
cantar - pre failed: Traceback (most recent call last):
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 401, in <module>
actual_end = changelog_crawl(args.brick, start, end, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 352, in changelog_crawl
return get_changes(brick, working_dir, log_file, start, end, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 319, in get_changes
gfid_to_path_using_pgfid(brick, changelog_data, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 130, in gfid_to_path_using_pgfid
populate_pgfid_and_inodegfid(brick, changelog_data)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 113, in populate_pgfid_and_inodegfid
file_xattrs = xattr.list(p)
AttributeError: 'module' object has no attribute 'list'
lorcadia - pre failed: Traceback (most recent call last):
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 401, in <module>
actual_end = changelog_crawl(args.brick, start, end, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 352, in changelog_crawl
return get_changes(brick, working_dir, log_file, start, end, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 319, in get_changes
gfid_to_path_using_pgfid(brick, changelog_data, args)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 130, in gfid_to_path_using_pgfid
populate_pgfid_and_inodegfid(brick, changelog_data)
File "/usr/libexec/glusterfs/glusterfind/changelog.py", line 113, in populate_pgfid_and_inodegfid
file_xattrs = xattr.list(p)
AttributeError: 'module' object has no attribute 'list'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment