# 永続ストレージ

FPTCloudのマネージドFKE製品は、ブロックストレージ（CSI – コンテナストレージインターフェース）ソリューションを提供し、ユーザーが希望する速度でデータの保存、読み取り、書き込みを行えるようにサポートします。マネージドFKEクラスターは、ワーカープールワーカーグループベースのポリシーディスクと同様のポリシーディスクを使用したデフォルトのストレージクラスを提供します。FPT CLOUD のCSIはオンラインでのボリュームサイズ変更をサポートしています。

<figure><img src="/files/di7wZ1uhE40SVsmStjSn" alt=""><figcaption></figcaption></figure>

ユーザーはこれらのストレージクラスを使用してPVC（永続ボリューム要求）を作成し、これらのPVCを利用するアプリケーションを構築できます。

異なるポリシーディスクタイプを持つ新しいストレージクラスを作成する場合は、以下の手順に従ってください：

* デフォルトのストレージクラス設定を保存します。
* ポリシーディスクを変更します。
* ストレージクラスの名前を変更します。
* デフォルトのストレージクラスに対するアノテーションを削除します。

*クラスタのデフォルトのストレージクラス設定は変更しないでください。この設定を変更すると、自動的にデフォルト設定にロールバックされます。新しいストレージクラスを使用するには、PersistentVolumeClaim設定で\`storageClassName\`を指定する必要があります。*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-gpu-cloud/gpu-cluster/gpu-cluster-managed-k8s-with-gpu-virtual-machine/gaidochtoriaru/sutorji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
