# 靈活的存儲

#### 靈活的存儲 <a href="#flexible_storage" id="flexible_storage"></a>

Proxmox VE存儲模型非常靈活。虛擬機映像可以存儲在一個或多個本地存儲中，也可以存儲在共享存儲（例如NFS）和SAN上。沒有限制，您可以根據需要配置任意數量的存儲定義。您可以使用可用於Debian Linux的所有存儲技術。

將VM存儲在共享存儲中的一個主要好處是能夠實時遷移運行中的計算機而不會造成任何停機，因為叢集中的所有節點都可以直接存取VM磁碟映像。

當前，我們支持以下網路存儲類型：

* LVM組（具有iSCSI目標的網路支持）
* iSCSI目標
* NFS分享
* CIFS分享
* Ceph RBD
* 直接使用iSCSI LUN
* GlusterFS

支持的本地存儲類型為：

* LVM組（本地後備設備，例如塊設備，FC設備，DRBD等）
* 目錄（存儲在現有文件系統上）
* ZFS


---

# 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://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/ling-huo-de-cun-chu.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.
