Closed radiochild577 closed 2 years ago
Hey thanks for the issue! Can you please post the output of the following command:
docker exec CONTAINER yarn cli raw-data --storage
If you have time, it would help if you could post the output for both, with the --privileged
flag and without it.
With --privileged:
WithOUT --privileged:
Thanks for the output. Unfortunately, after looking at the output I have to say that there is no way of determining RAID information without the --privileged
flag as it seems. You will have to stick with it, if you need it.
I have fixed your problem with the weird 0 size drives, though. They will be gone with the next release.
:tada: This issue has been resolved in version 4.3.5
Please check the changelog for more details.
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!
Description 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
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Where is your instance running?
Linux Server
Additional context
No response