<div dir="ltr"><div>Dear Gluster Community,</div><div><br></div><div>I tried to run glusterfind on my SLES15-SP1 machine using GlusterFS v5.10 but I got this error when performing it with user root:</div><div><br></div><div>fs-davids-c1-n1:~ # glusterfind create --help<br>Traceback (most recent call last):<br> File "/usr/bin/glusterfind", line 14, in <module><br> from glusterfind.main import main<br> File "/usr/lib/glusterfs/glusterfind/main.py", line 26, in <module><br> from utils import execute, is_host_local, mkdirp, fail<br>ModuleNotFoundError: No module named 'utils'</div><div><br></div><div>It seems to be not the default python3 utils module because I found in this path utils.py which has defined the function
execute, is_host_local, mkdirp, fail :<br></div><div><br></div><div>fs-davids-c1-n1:~ # ll /usr/lib/glusterfs/glusterfind/<br>total 112<br>-rwxr-xr-x 1 root root 1846 Oct 11 04:53 S57glusterfind-delete-post.py<br>-rw-r--r-- 1 root root 381 Oct 11 04:53 __init__.py<br>drwxr-xr-x 2 root root 4096 Dec 4 10:03 __pycache__<br>-rwxr-xr-x 1 root root 3737 Oct 11 04:53 brickfind.py<br>-rwxr-xr-x 1 root root 15342 Oct 11 04:53 changelog.py<br>-rw-r--r-- 1 root root 16079 Oct 11 04:53 changelogdata.py<br>-rw-r--r-- 1 root root 851 Oct 11 04:53 conf.py<br>-rw-r--r-- 1 root root 2507 Oct 11 04:53 libgfchangelog.py<br>-rw-r--r-- 1 root root 33317 Oct 11 04:53 main.py<br>-rwxr-xr-x 1 root root 5092 Oct 11 04:53 nodeagent.py<br>-rw-r--r-- 1 root root 365 Oct 11 04:53 tool.conf<br>-rw-r--r-- 1 root root 7195 Oct 11 04:53 utils.py</div><div><br></div><div>Why glusterfind can't find this utils.py?</div><div>Regards</div><div>David Spisla<br></div></div>