libnfs-python
libnfs-python copied to clipboard
Python bindings for libnfs
Hello, We are investigating an issue with libnfs-python where we constantly get throttled with the hit the IOPS limit which is currently set to 512 on our customer's NFS server....
pip install libnfs fails on mac with the below error gcc -fno-strict-aliasing -I/anaconda2/include -arch x86_64 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/anaconda2/include/python2.7 -c libnfs/libnfs_wrap.c -o build/temp.macosx-10.6-x86_64-2.7/libnfs/libnfs_wrap.o libnfs/libnfs_wrap.c:2969:10: fatal error: 'nfsc/libnfs.h'...
this utils doesn't have timeout with " client = libnfs.NFS('nfs://172.16.0.1/ERROR_ADDR')"?
Traceback (most recent call last): File "", line 4, in File "/mnt/xxxx/venv/lib/python2.7/site-packages/libnfs/__init__.py", line 256, in isfile return stat.S_ISREG(st.nfs_mode) NameError: global name 'stat' is not defined
I'm getting segfaults in python 3.6.0 but no further exception. I'm looking into that but can you please check that as well.
Good day In Python 3.12, support for the imp module was removed and replaced with importlib, which is why the library does not work. Please tell me if you have...