Skip to content

docs: Add High-Performance Storage documentation#646

Open
promptless[bot] wants to merge 8 commits into
mainfrom
promptless/high-performance-storage
Open

docs: Add High-Performance Storage documentation#646
promptless[bot] wants to merge 8 commits into
mainfrom
promptless/high-performance-storage

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless Bot commented Jun 5, 2026

Open this suggestion in Promptless to view citations and reasoning process

Introduces documentation for the new High-Performance Storage tier, a premium network volume option with up to 3x throughput and 4x IOPS. Creates a new dedicated page and updates existing storage pages to reference the new tier.

Trigger Events


Tip: Configure how Promptless handles changelogs in Agent Settings 📋

Introduces a new page documenting the High-Performance Storage tier for
network volumes, covering performance comparison, use cases, provisioning,
and pricing. Updates existing storage pages to reference the new tier.
@@ -0,0 +1,106 @@
---
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance specs (3x throughput, 4x IOPS), Solidigm SSD partnership, supported workloads (training, fine-tuning, inference), and product positioning all sourced from the product specification draft shared in this Slack message.

Source: https://runpod-team.slack.com/archives/C06G367N3FC/p1780696138034159

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Jun 5, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jun 5, 2026, 10:08 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Comment thread storage/high-performance-storage.mdx Outdated

High-Performance Storage is a network volume tier designed for data-intensive AI workloads. Its parallel storage architecture delivers high throughput and low latency under heavy concurrent load, even when thousands of processes access it simultaneously.

The storage uses [Solidigm](https://www.solidigm.com/) high-density SSDs optimized for AI data pipelines.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not 100% confident that all our vast clusters are using solidigm?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

Comment thread storage/high-performance-storage.mdx Outdated
"name": "my-hps-volume",
"size": 100,
"dataCenterId": "US-KS-2",
"storageType": "high-performance"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not currently supported, but I just opened a PR to add support

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless Remove the REST API changes. It is not supported yet.

@stuffbyt
Copy link
Copy Markdown
Collaborator

stuffbyt commented Jun 8, 2026

approved

Comment thread storage/high-performance-storage.mdx Outdated

import { PodsTooltip, ServerlessTooltip, WorkersTooltip, InstantClusterTooltip } from "/snippets/tooltips.jsx";

High-Performance Storage is a network volume tier designed for data-intensive AI workloads. Its parallel storage architecture delivers high throughput and low latency under heavy concurrent load, even when thousands of processes access it simultaneously.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: High-performance storage, i dont think we need to capitalize all of these when not used as a title of the doc etc?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless when referring to that specific element, use High-performance storage but when talking about the feature or tier generically use high-performance storage.

@lavanya-gunreddi
Copy link
Copy Markdown
Contributor

@Promptless when referring to that specific element, use High-performance storage but when talking about the feature or tier generically use high-performance storage.

@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Got it — I'm updating the documentation to use this capitalization convention. I'll let you know once the changes are pushed.

@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Acknowledged! I'm on it.

Per review feedback: use "High-performance storage" when referring to
the specific element/feature name and "high-performance storage" when
discussing the tier generically.
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Done! I've updated the documentation to use the capitalization convention you specified:

  • "High-performance storage" when referring to the specific element/feature name (page titles, headings, the feature as a proper noun)
  • "high-performance storage" when discussing the tier generically

Changes were made across 3 files: storage/high-performance-storage.mdx, storage/network-volumes.mdx, and pods/storage/types.mdx.

Reflect current UI flow with toggle-based storage type selection
and direct Storage page link.
Per reviewer feedback, removing the Solidigm SSD reference as
we cannot confirm this applies to all clusters.
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Done — removed the Solidigm reference line.

@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Hi! I see you mentioned me — how can I help? If you have any feedback or changes you'd like me to make to this documentation, just let me know the details and I'll get right on it.

Comment thread storage/high-performance-storage.mdx Outdated
<Tab title="Web console">
1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console.
2. Click **New Network Volume**.
3. Select a data center marked with the purple ⚡ icon — these support High-Performance Storage.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless instead of this "Select a data center marked with the purple ⚡ icon — these support High-Performance Storage." change it as "Select a datacenter marked with the purple⚡ icon. These datacenters support high-performance storage."

Comment thread storage/high-performance-storage.mdx Outdated
2. Click **New Network Volume**.
3. Select a data center marked with the purple ⚡ icon — these support High-Performance Storage.
4. Enter a name and set the volume size in GB.
5. The **High-performance storage** toggle appears automatically and is enabled by default. Leave it on to use High-Performance Storage, or turn it off to use Standard Storage instead.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless Leave it on to use High-Performance Storage to high-performance storage

Standard Storage to standard storage

- Change "data center" to "datacenter" and split sentence per reviewer
- Lowercase "Standard Storage" and "High-Performance Storage" throughout
- Remove REST API tab (not supported yet for high-performance storage)
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

I've addressed all the review feedback:

  1. Text change: Changed "Select a data center marked with the purple ⚡ icon — these support High-Performance Storage." to "Select a datacenter marked with the purple⚡ icon. These datacenters support high-performance storage."

  2. Capitalization: Lowercased "High-Performance Storage" → "high-performance storage" and "Standard Storage" → "standard storage" throughout the documentation, keeping only UI element names capitalized as they appear in the product.

  3. Removed REST API documentation: Removed the REST API tab from the "Create a high-performance volume" section since it's not yet supported.

Changes have been pushed to this branch.

Comment thread storage/high-performance-storage.mdx Outdated

1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console.
2. Click **New Network Volume**.
3. Select a datacenter marked with the purple⚡ icon. These datacenters support high-performance storage.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless change step 3 to "Select a data center that supports high-performance storage. You can either select the High-performance tab to filter data centers that support it, or look for the purple ⚡ icon on individual data centers."

Adds instructions for using the High-performance tab filter in
addition to the purple icon indicator per reviewer feedback.
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Done — I've updated step 3 with the revised instructions that mention both the High-performance tab and the purple ⚡ icon for identifying supported data centers.

Comment thread storage/high-performance-storage.mdx Outdated
High-performance storage is available as a network volume type in select data centers.

1. Navigate to the [Storage page](https://console.runpod.io/user/storage) in the Runpod console.
2. Click **New Network Volume**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless Change step 2 to Click Create Network Volume.

Change step 2 from "New Network Volume" to "Create Network Volume"
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Done — I've updated step 2 to "Click Create Network Volume."

Comment thread storage/high-performance-storage.mdx Outdated
3. Select a data center that supports high-performance storage. You can either select the **High-performance** tab to filter data centers that support it, or look for the purple ⚡ icon on individual data centers.
4. Enter a name and set the volume size in GB.
5. The **High-performance storage** toggle appears automatically and is enabled by default. Leave it on to use high-performance storage, or turn it off to use standard storage instead.
6. Click **Create Network Volume**.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Promptless Click Create network volume.

Per reviewer feedback, use lowercase 'network volume' in step 2 and 6.
@promptless
Copy link
Copy Markdown
Contributor Author

promptless Bot commented Jun 8, 2026

Done — I've updated the button text to use lowercase: "Click Create network volume." Also applied this casing to step 6 where it appeared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants