-
Notifications
You must be signed in to change notification settings - Fork 4
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
[provider] wrong ceph storage reporting #97
Comments
The issue could be somewhere along these lines: |
europlots provider looks goodOTOH, Shimpa's europlots provider seem to be reporting correct values, the difference is that he is using 2 replicas (vs mine 1) though:
|
Looks like the issue just got resolved after the
|
I've checked the providers again, everything looks good:
Not sure what do we really need Akash deployments are normally using only |
The reporting seem to have self-resolved. I'll reopen this issue if I see any issues reoccur. Have moved the |
Re-opening as this issue needs additional testing. I've noticed the It appears that the |
Followed by #146 |
It appears that
provider
is not correctly reporting the available persistent storage:akash 0.20.0
provider-services 0.2.1
I am running all-in-one provider deployment, ceph is configured to run 1 replicas only.
I have 763 GiB nvme disk, 493 GiB of storage is used and 270 GiB are available.
It looks like that the
provider
calculates the amount of free (available) persistent storage asallocatable-allocated
instead of just usingallocatable
.Details
akash-inventory-operator
reportThe text was updated successfully, but these errors were encountered: