akash-network / support

Akash Support and Issue Tracking
5 stars 4 forks source link

provider: active persistent storage is not being reported over 8443/status #9

Open andy108369 opened 1 year ago

andy108369 commented 1 year ago

It looks like providers aren't reporting the active persistent storage anymore, when comparing the old report with the new one (look at the beta1-u, beta2-u, beta3-u columns in the report).

Based on the way the old report was generated, it looks like the data should be available in the .cluster.inventory.active.storage.beta# path, e.g.:

.cluster.inventory.active.storage_ephemeral  << this one is still present, the following ones aren't
.cluster.inventory.active.storage.beta1
.cluster.inventory.active.storage.beta2
.cluster.inventory.active.storage.beta3

refs https://github.com/ovrclk/engineering/issues/662 (internal link)

Possibly related to the commit mentioned here https://github.com/ovrclk/engineering/issues/538#issuecomment-1315750433 (internal link) or around that time.