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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Found no matching mountpoint for buffer data directory" Warning on Windows #20368

Open
mathiaz opened this issue Apr 24, 2024 · 0 comments
Open
Labels
domain: config Anything related to configuring Vector platform: windows Anything `windows` platform related type: bug A code related bug.

Comments

@mathiaz
Copy link

mathiaz commented Apr 24, 2024

A note for the community

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Whenever we start vector on our Windows systems, the following warning message is logged:

{
  "buffer_id": "vector_gw",
  "canonicalized_data_dir": "\\\\?\\C:\\var\\lib\\vector\\buffer\\v2\\vector_gw",
  "data_dir": "/var/lib/vector\\buffer\\v2\\vector_gw",
  "host": {
    "name": "<HOST_NAME>"
  },
  "message": "Found no matching mountpoint for buffer data directory.",
  "metadata": {
    "kind": "event",
    "level": "WARN",
    "module_path": "vector::config::validation",
    "target": "vector::config::validation"
  },
  "observed_time_unix_nano": "2024-04-24T19:08:30.694024900Z",
  "pid": 11704,
  "source_type": "internal_logs",
  "timestamp": "2024-04-24T19:08:29.912690700Z"
}

Does the mount point logic work on Windows?

Configuration

data_dir: "/var/lib/vector"
type: "vector"
buffer:
  type: "disk"
  max_size: 268435488
[...]

Version

0.35.0

Debug Output

No response

Example Data

No response

Additional Context

No response

References

No response

@mathiaz mathiaz added the type: bug A code related bug. label Apr 24, 2024
@jszwedko jszwedko added platform: windows Anything `windows` platform related domain: config Anything related to configuring Vector labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: config Anything related to configuring Vector platform: windows Anything `windows` platform related type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

2 participants