> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/cun-chu.md).

# 存储

- [外部存储集成](https://docs.verge.io/run-the-platform/zh/cun-chu/external-storage-integration.md): 将外部 SAN、NAS 和 iSCSI 存储与 VergeOS 集成的指南，涵盖将光纤通道 LUN 作为 vSAN 存储层、NFS/CIFS 远程卷以及来宾内存储直通选项。
- [在 vSAN 中使用光纤通道存储](https://docs.verge.io/run-the-platform/zh/cun-chu/fibre-channel.md): 如何将光纤通道 LUN 配置为 VergeOS vSAN 层中的存储设备，包括硬件要求、多路径配置、fabric 设置和最佳实践。
- [存储概览](https://docs.verge.io/run-the-platform/zh/cun-chu/overview.md): VergeOS 集成存储能力概览，包括 vSAN（VergeFS）、带快照和复制的数据保护，以及通过 NAS 服务实现的文件级存储。
- [首选层](https://docs.verge.io/run-the-platform/zh/cun-chu/preferred-tiers.md): 解释 VergeOS vSAN 中的“首选层”设置，它决定数据放置的首选存储层，并在不可用时自动回退到其他层。
- [删除带有引用的 ISO 文件](https://docs.verge.io/run-the-platform/zh/cun-chu/removing-iso-refs.md): 如何查看并移除对加载到 VM 光驱上的 ISO 文件的引用，以便可以从 VergeOS vSAN 中删除这些 ISO 文件。
- [VergeOS vSAN 存储层](https://docs.verge.io/run-the-platform/zh/cun-chu/storage-tiers.md): VergeOS vSAN 分层存储系统的综合指南，涵盖 Tier 0 到 Tier 5，包括硬件规格、工作负载建议、最佳实践和扩展考虑。
- [存储单位和容量报告](https://docs.verge.io/run-the-platform/zh/cun-chu/storage-units.md): VergeOS 在 GUI 和使用报告中如何表示存储容量，包括 TB 与 TiB 的标注行为、示例以及与制造商标称磁盘容量的比较。
- [将文件上传到 vSAN](https://docs.verge.io/run-the-platform/zh/cun-chu/uploading-files-to-vsan.md): 如何从本地计算机或 URL 将 ISO 镜像、驱动器镜像和其他文件上传到 VergeOS vSAN，以及如何创建用于共享访问的公共下载链接。
- [VergeOS vSAN 块级架构和数据分布](https://docs.verge.io/run-the-platform/zh/cun-chu/vsan-architecture.md): VergeOS vSAN 块级架构的技术概述，涵盖基于哈希的数据分布、冗余管理、去重、跨节点分布和扩展策略。
- [VergeOS vSAN 删除流程](https://docs.verge.io/run-the-platform/zh/cun-chu/vsan-deletion-process.md): 说明 VergeOS vSAN 如何通过引用计数、感知去重的块清理和后台垃圾回收来处理虚拟机、驱动器和租户的删除。
- [vSAN 诊断指南](https://docs.verge.io/run-the-platform/zh/cun-chu/vsan-diagnostics.md): VergeOS vSAN 诊断命令的综合参考，涵盖存储性能监控、完整性检查、设备健康、集群分析和故障排查流程。
- [了解 vSAN 冗余级别](https://docs.verge.io/run-the-platform/zh/cun-chu/vsan-redundancy-levels.md): 了解 VergeOS vSAN 的 N+1 和 N+2 冗余级别、其要求、使用场景和注意事项


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/cun-chu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
