-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug] Digital Ocean Droplet Disk Space Is Duplicated #196
Labels
Comments
Hey, thank you for your issue! Can you maybe provide me with the output of the following commands?
|
Here you go! (I've trimmed (docker's?) irrelevant read-only loop storage devices)
|
Thank you, this will be fixed shortly! |
MauriceNino
added a commit
that referenced
this issue
Jul 10, 2022
## [4.3.2](v4.3.1...v4.3.2) (2022-07-10) ### Bug Fixes * **api:** fallback to disk block info when no native disk found ([ca180c0](ca180c0)), closes [#196](#196)
🎉 This issue has been resolved in version 4.3.2 Please check the changelog for more details. |
No problem :) |
alan-caio
added a commit
to alan-caio/healthcare-dshboard-react-node
that referenced
this issue
Jul 28, 2022
## [4.3.2](MauriceNino/dashdot@v4.3.1...v4.3.2) (2022-07-10) ### Bug Fixes * **api:** fallback to disk block info when no native disk found ([ca180c0](MauriceNino/dashdot@ca180c0)), closes [#196](MauriceNino/dashdot#196)
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Description of the bug
When using dashdot on a Digital Ocean droplet (Ubuntu 20.04, 50GB), the available disk space shown is twice that which was expected. Disk
/dev/vda
is 50GiB, and/dev/vdb
is only 474KiB, but dashdot recognizes it as having the same size as vda, thus incorrectly doubling the available disk space.How to reproduce
No response
Relevant log output
Info output of dashdot cli
What browsers are you seeing the problem on?
No response
Where is your instance running?
Linux Server
Additional context
No response
The text was updated successfully, but these errors were encountered: