Patrick
Patrick
> What is test.py? Your own code? Can I see it? This is a single-line script – see my post above: ```bash $ cat /tmp/test.py from git import Blob ```
I've compared: ```bash python3 ./xmp.py -d -o root=./local/ ./mnt strace -o log-sh-xmp.log -f -t sh -c "echo 'onetwo' > ./mnt/test-sh.txt && cat ./mnt/test-sh.txt" ``` with: ```bash python3 ./xmp.py -d -o...
> Anyway, this can be solved in the user handler class so IMO it's not a python-fuse issue. The user fuse class needs to ensure that parallel operations on the...
Just to make sure you haven't missed it – in this particular example it is sufficient to replace: ```python def read(self, length, offset): with self.iolock: self.file.seek(offset) return self.file.read(length) def write(self,...
This error message comes from [`hdd_int_chunk_readcrc`][1] function from [`hddspacemgr.cc`][2]: currently line [`1150`][2], formerly line [`1249`][3] introduced in commit [`73226d02b2f819d30702014e4fd942aa1337efcb`][4]. It seems that you have some chunks stored in old, MooseFS...
I made CGI script `src/cgi/lizardfs-cgiserver.py.in` [`pylint`][1]-compliant in commit 5f8bb8b8e689060558. I will double check rest of the `*.cgi` files. We should migrate CGI scripts to Python 3 anyway (#665), so this...
@guestisp Have you found what was the cause of the difference in write speed between writing from the host to the mfs mount point (~180 MB/s) and writing from a...
> However, I do not correctly load the metadata.mfs file, the logs are the following: > > ``` > May 13 17:42:53 mfsmaster3-sv mfsmaster[23769]: error reading metadata (edge) > May...
It would be nice it you were able to reliably reproduce the problem on some minimal working example ([MWE][1]), so that I was able to reproduce the problem (see [this...
@jbarrigafk I feel quite confused – you started this issue because of `uraft` that failed to start and now you are unable to make shadow server connected to the master....