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

Union filesystem (mergerfs) read as individual drives #2717

Open
deafmute1 opened this issue Apr 5, 2024 · 1 comment
Open

Union filesystem (mergerfs) read as individual drives #2717

deafmute1 opened this issue Apr 5, 2024 · 1 comment

Comments

@deafmute1
Copy link

Describe the bug
Union file system (mergerfs) shows up only as its constituent drives, and there is no statistic for the overall filesystem.

To Reproduce

  1. Have a union file system, it doesn't show up.
    To be clearer, I have glances in docker, so in order to get fs data I did:
volumes:
    /:/hostroot:ro

Expected behavior
I would expect to see at least the union system, although seeing both union and constituent drives also makes sense.

Screenshots
Screenshot 2024-04-05 at 14 14 44

Environement (please complete the following information)

  • Operating System (lsb_release -a or OS name/version): Debian 11/OMV 6/ Linux 6.1.0-0.deb11.17-amd64
  • Glances & psutil versions: docker:latest (ID sha256:4bb4cc3dd9cd6c8e788655505a3239cb477fa5acb6185c0059a82e3be3c08033
  • How do you install Glances (Pypi package, script, package manager, source): docker
  • Glances test (only available with Glances 3.1.7 or higher):
To be completed with result of: glances --issue

Additional context
Add any other context about the problem here.

You can also pastebin:

@nicolargo
Copy link
Owner

Hi @deafmute1

Did you try to add MergeFS to the Glances configuration file ?

[fs]
# Allow additional file system types (comma-separated FS type)
allow=mergefs

Not sure it works but you can give it a try...

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

No branches or pull requests

2 participants