Skip to content
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

Display Persistent Storage Resource Info in Provider Details #245

Closed
anilmurty opened this issue Jun 20, 2024 · 3 comments
Closed

Display Persistent Storage Resource Info in Provider Details #245

anilmurty opened this issue Jun 20, 2024 · 3 comments
Assignees

Comments

@anilmurty
Copy link

Provider details page currently only shows ephemeral storage and not persistent storage. For example https://console.akash.network/providers/akash1rfqs6aajq2d4azhjj88wav2d6ra6vvuzn58dt5?network=mainnet has 1, 1.7TB drives with persistent storage but that info isn't displayed

image

root@node1:~# provider-services status akash1rfqs6aajq2d4azhjj88wav2d6ra6vvuzn58dt5 --node [https://akash-rpc.polkachu.com:443](https://akash-rpc.polkachu.com/)
{
  "cluster": {
    "leases": 5,
    "inventory": {
      "active": [
        {
          "cpu": 100,
          "gpu": 0,
          "memory": 100663296,
          "storage_ephemeral": 6291456
        },
        {
          "cpu": 2000,
          "gpu": 0,
          "memory": 4294967296,
          "storage_ephemeral": 2147483648,
          "storage": {
            "beta3": 5368709120
          }
        },
        {
          "cpu": 1000,
          "gpu": 0,
          "memory": 536870912,
          "storage_ephemeral": 536870912
        },
        {
          "cpu": 2000,
          "gpu": 0,
          "memory": 4294967296,
          "storage_ephemeral": 4294967296,
          "storage": {
            "beta3": 10737418240
          }
        },
        {
          "cpu": 1000,
          "gpu": 2,
          "memory": 17179869184,
          "storage_ephemeral": 53687091200
        }
      ],
      "pending": [
        {
          "cpu": 2000,
          "gpu": 0,
          "memory": 4294967296,
          "storage_ephemeral": 4294967296
        }
      ],
      "available": {
        "nodes": [
          {
            "name": "ubuntu-63-222-125-248",
            "allocatable": {
              "cpu": 56000,
              "gpu": 8,
              "memory": 540904771584,
              "storage_ephemeral": 99834798412
            },
            "available": {
              "cpu": 44000,
              "gpu": 6,
              "memory": 505532108800,
              "storage_ephemeral": 34867126604
            }
          }
        ],
        "storage": [
          {
            "class": "beta3",
            "size": 1195915214848
          }
        ]
      }
    }
  },
  "bidengine": {
    "orders": 1
  },
  "manifest": {
    "deployments": 2
  },
  "cluster_public_hostname": "provider.cato.akash.pub"
}
@anilmurty anilmurty moved this to Up Next (prioritized) in Core Product and Engineering Roadmap Jun 20, 2024
@Redm4x Redm4x self-assigned this Jun 20, 2024
@Redm4x Redm4x moved this from Up Next (prioritized) to In Progress (prioritized) in Core Product and Engineering Roadmap Jun 20, 2024
@Redm4x
Copy link
Contributor

Redm4x commented Jun 25, 2024

Update June 25, 2024:

This is not just a display issue. I'm working on improving the indexing part to distinguish between ephemeral & persistent storage and different storage classes. Once done we will be able to add persistent storage stats in the provider page and other usage graphs.

@Redm4x
Copy link
Contributor

Redm4x commented Jul 16, 2024

Update July 16, 2024:

This is fixed in #267, it will be deployed in the coming days. Persistent and ephemeral storage are combined in the same graphs for now, but could be split in their own graphs/tiles in the future.

@Redm4x
Copy link
Contributor

Redm4x commented Jul 23, 2024

Update July 23, 2024:

This was deployed this morning, reported global storage capacity went from 501TB to 609TB on stats.akash.network. Cato provider now correctly report 1.66TB of total storage.
image

@Redm4x Redm4x closed this as completed Jul 23, 2024
@github-project-automation github-project-automation bot moved this from In Progress (prioritized) to Released (in Prod) in Core Product and Engineering Roadmap Jul 23, 2024
@github-project-automation github-project-automation bot moved this to Backlog (not prioritized) in Client Product and Engineering Roadmap Dec 13, 2024
@anilmurty anilmurty moved this from Backlog (not prioritized) to Released (in Prod) in Client Product and Engineering Roadmap Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released (in Prod)
Development

No branches or pull requests

2 participants