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.
https://github.com/hashicorp/raft-wal/blob/cc4505d4dd2ef9e4231aea3c7ec7851527e67f4d/metadb/metadb.go#L135-L145
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: https://github.com/hashicorp/raft-wal/blob/cc4505d4dd2ef9e4231aea3c7ec7851527e67f4d/fs/fs.go#L117-L127
After two restarts of the node, consul will run as expected.
The text was updated successfully, but these errors were encountered:
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.
https://github.com/hashicorp/raft-wal/blob/cc4505d4dd2ef9e4231aea3c7ec7851527e67f4d/metadb/metadb.go#L135-L145
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:
https://github.com/hashicorp/raft-wal/blob/cc4505d4dd2ef9e4231aea3c7ec7851527e67f4d/fs/fs.go#L117-L127
After two restarts of the node, consul will run as expected.
The text was updated successfully, but these errors were encountered: