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

use_mount not working on Windows with volumes mapped to drive path #3900

Open
LiohMoeller opened this issue Oct 28, 2020 · 1 comment
Open

Comments

@LiohMoeller
Copy link

LiohMoeller commented Oct 28, 2020

We are working with Volumes mapped to drive path on Windows to e.g. map drive F: to a path like C:\Mount\Path_A

To monitor the disk usage on such drives we are using the disk integration. We have set up the following options:

- use_mount: true
    all_partitions: true

Sadly this does not seem to work on Windows, maybe it's not yet implemented? We would require this feature as we are setting up our volumes like this for a specific use case (MSSQL HA)

@LiohMoeller
Copy link
Author

LiohMoeller commented Oct 30, 2020

We have already assumed that it might have something to do with the Permissions of the Service Account which we can confirm now. Since the change from LOCAL_SYSTEM to the ddagent user, the service does not have permissions to access the disk information anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant