alexfs

Results 7 comments of alexfs

This happens frequently when running docker inside a macOS VM on a Mac Pro machine. I know that kvm/vmware expose timing virtiaulization features in CPUID instruction, so Linux could handle...

test_mtime_file, test_update_time_touch_a and test_update_directory_time_touch_a are not going to work because the macos nfs server has the following bug: it's not possible to update access time separately from modified time, only...

@rafjaf Please attach the debug log of fuse-t. Edit `/Library/Application\ Support/fuse-t/cfg/fuse-t.ini` and set `debug=true`. Then run your test until failure and attach `~/Library/Application\ Support/fuse-t/logs/nfsv4-go.log`

Although I couldn't reproduce this either, I found a log entry that can possibly lead to the error. Try the attached fuse-t package to see if that solves the issue....

Unfortunately the latest log file doesn't show any relevant errors. Would you mind to do it again? Once you see an error, please stop the script execution to prevent the...

This time it looks like trying to delete a non-empty folder which can be a concurrency issue. Please try to disable attribute caching in the fuse-t cfg file: set `attrcache=false`....