pfio icon indicating copy to clipboard operation
pfio copied to clipboard

Support non-GNU environment on FileCache

Open kuenishi opened this issue 4 years ago • 0 comments

Currently, FileCache checks the underlying filesystem with stat command, depending on GNU stat, to ensure it is not the remote filesystem. On the other hand, BSD stat does not support such usage, e.g. macos. Otherwise, it throws exception that indicates wrong usage of BSD stat, by GNU stat options.

Current workaround is to set pfio.cache.file_cache._FORCE_LOCAL=False , but we had better have better way to address this issue.

kuenishi avatar Oct 12 '21 08:10 kuenishi