We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fsync operations performed in the code referenced below always result in an access denied result when performed on a Windows OS.
raft-wal/metadb/metadb.go
Lines 135 to 145 in cc4505d
A similar issue: https://support.hashicorp.com/hc/en-us/articles/27722437245715-Consul-Snapshot-Not-Supported-by-Windows
Additional use of Sync on a directory:
raft-wal/fs/fs.go
Lines 117 to 127 in cc4505d
The text was updated successfully, but these errors were encountered:
Is this the correct place to open this issue?
Sorry, something went wrong.
No branches or pull requests
The fsync operations performed in the code referenced below always result in an access denied result when performed on a Windows OS.
raft-wal/metadb/metadb.go
Lines 135 to 145 in cc4505d
A similar issue:
https://support.hashicorp.com/hc/en-us/articles/27722437245715-Consul-Snapshot-Not-Supported-by-Windows
Additional use of Sync on a directory:
raft-wal/fs/fs.go
Lines 117 to 127 in cc4505d
The text was updated successfully, but these errors were encountered: