-
Notifications
You must be signed in to change notification settings - Fork 10
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
used space not correct in list-osds #547
Comments
After restarting the maintenance agents the used space is now correct. One maintenance agent before the restart the propagate appears every minute instead of every 20 sec.
Trying to verify if the delete-readd asd trigger this issue. |
As an example, this is an excerpt of the statistics of an ASD that was completely filled and then
If you look at the state of the file system, you see the following:
There are some residual directories, and there's about
the transaction log file uses a preallocated slab. This explains the difference between I'm absolutely clueless why a restart of a maintenance agent would change this. |
@toolslive the size of the content of the rocksdb directory can indeed explain a small difference between
This ticket is about disk usage information not being properly propagated towards the albamgr. |
@toolslive is this one fixed by the above PR? please close if so. |
No. above PR fixes something else ( #696 ). |
The output from list-osds (used size) is not the same as the space the OS is reported.
Configuration:
1 asd per disk
removed one asd yesterday and added the same asd back to the backend.
output from list-osds: long_id, used space, total space and percentage
list asd ids on one server:
diskspace usage on OS:
for example:
used space with list_osds = 0.0
used space OS = 25G
Can you please have a look why the used space from list-osds is not correct (for all the osds)?
The text was updated successfully, but these errors were encountered: