Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-GNU environment on FileCache #222

Open
kuenishi opened this issue Oct 12, 2021 · 0 comments
Open

Support non-GNU environment on FileCache #222

kuenishi opened this issue Oct 12, 2021 · 0 comments
Labels
cat:bug Bug report or fix.

Comments

@kuenishi
Copy link
Member

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 kuenishi added the cat:bug Bug report or fix. label Oct 12, 2021
@kuenishi kuenishi changed the title Support non-GNU enviroment on FileCache Support non-GNU environment on FileCache Oct 12, 2021
@kuenishi kuenishi added this to the 2.1.0 milestone Oct 28, 2021
@kuenishi kuenishi modified the milestones: 2.1.0, 2.2.0 Dec 27, 2021
@kuenishi kuenishi modified the milestones: 2.2.0, 2.3.0 Feb 2, 2022
@kuenishi kuenishi removed this from the 2.3.0 milestone Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:bug Bug report or fix.
Projects
None yet
Development

No branches or pull requests

1 participant