Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aieev.com/llms.txt

Use this file to discover all available pages before exploring further.

Shared Storage allows multiple endpoints to mount the same persistent volume at the same time. With this feature, a single volume can be shared across endpoints within the same project, and multiple replicas in one endpoint can also use the same volume together.

What you can do with Shared Storage

  • mount one persistent volume across multiple endpoints
  • share a volume within the same project
  • allow multiple replicas in one endpoint to use the same volume

How to use Shared Storage

1. Create a new volume

When creating an endpoint, you can create and attach a new persistent volume. First Step

2. Attach an existing volume

You can mount the same existing volume to another endpoint and share it across endpoints. Second Step

3. Share one volume across multiple replicas

Multiple replicas in one endpoint can share the same volume. Shared Storage

Important notes

Any lock-related issue caused by RWX access must be handled at the application level.