Skip to content

Commit

Permalink
Merge pull request #142 from LuShanYanYu7/main
Browse files Browse the repository at this point in the history
共享存储
  • Loading branch information
yangj1211 authored Nov 4, 2024
2 parents b0b1302 + 0a3c895 commit a9f44d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DataStorage/createstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Storage management provides network-shared storage that can be mounted to differ

Navigate to the **Compute Instances** page, click on a specific instance, and under **Storage**, you can add storage and specify the path where the storage will be mounted in the instance. Once confirmed, the storage will be accessible through the specified mount path within the instance.

## Shared Storage

Go to the **Compute Instance** page, click **Create Instance**, select the existing storage for the data disk, and choose the default mount path /root/data. This will allow you to use the data disk of the target storage.

<img src={require('../../static/img/datastorage/share.png').default} alt="Upload Data" style={{width: '1000px', height: 'auto'}} />

## Upload Files

In the left sidebar, select **Storage Management** to open the storage management page. Click **Upload Files** to upload the required code or data. It is recommended to place the data disk under the `/root/data` path within the instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ sidebar_label: 存储管理

进入**算力实例**页面,点击具体的实例,在**存储**中可添加存储,并设置该存储在实例中的具体路径,确定后即可在实例中用该挂载路径访问该存储中的文件。

## 共享存储

进入**算力实例**页面,点击**创建实例**,数据盘选择已有存储,挂载路径选择默认选择/root/data,即可使用目标磁盘的 data 数据盘。

<img src={require('../../../../../static/img/datastorage/share.png').default} alt="上传数据" style={{width: '1000px', height: 'auto'}} />

## 上传文件

在左侧侧边栏,选择**存储管理**,默认进入存储管理页面。点击**上传文件**,选择所需的代码或数据上传。数据盘建议放在实例下的/root/data 路径。
Expand Down
Binary file added static/img/datastorage/share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9f44d3

Please sign in to comment.