[Bug] Storage widget showing strange/unused volumes
See original GitHub issueDescription of the bug
RAID volumes only shows correctly when using --privileged, otherwise it duplicates the storage amount and shows each RAID HD as a separate volume and doubles the size. Not a big deal as I can use the --privileged flag to fix this, but would rather not use that unless it’s the only way for RAID storage to show correctly in the widget.
Also, in the last few releases my storage widget has started showing an excess amount of mounted volumes (nbd0 SSD through nbd15 SSD, all with 0.0 B size). It never did this previously until a few versions ago, can’t remember which one it started on. I’ve tried all the various ways in the docs to filter these out but can’t find a way that works. Would it be possible to add a filter by size so I can filter out anything less than a byte?
How to reproduce
No response
Relevant log output
No response
Info output of dashdot cli
docker exec dashdot yarn cli info
yarn run v1.22.19
$ node dist/apps/cli/main.js info
INFO
=========
Yarn: 1.22.19
Node: v18.6.0
Dash: 4.3.3
Cwd: /app
Hash: b83389f8890239fc36b479ccb8a2d6cfb44dd15c
In Docker: true
In Podman: false
In Docker (env): true
Done in 2.81s.
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Where is your instance running?
Linux Server
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)

Top Related StackOverflow Question
No worries I suspected that might be the case. Just happy to not see 15 random mounts anymore. Thanks for the quick reply and fix!
🎉 This issue has been resolved in version 4.3.5
Please check the changelog for more details.