> 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/knowledge-base/zh/storage-vsan.md).

# 存储与 vSAN

* [向现有系统添加 Tier 0](/knowledge-base/zh/storage-vsan/adding-tier-zero.md) — 为未在初始配置中启用 Tier 0 的现有 VergeOS 系统添加 Tier 0 元数据存储的分步指南，...
* [NAS 卷浏览器 API 参考](/knowledge-base/zh/storage-vsan/nas-volume-browser-api.md) — 如何使用 VergeOS 的 volume\_browser API 以编程方式浏览 NAS 卷内容，包括异步作业工作流、轮询...
* [首选层使用](/knowledge-base/zh/storage-vsan/preferred-tier-usage.md) — 说明当 VM 磁盘的首选层设置为不存在的层时，VergeOS 如何确定要使用哪个 vSAN 存储层，包括...
* [缩减 vSAN（移除驱动器）](/knowledge-base/zh/storage-vsan/scaling-down-a-vsan.md) — 如何通过 VergeOS 支持请求缩减 vSAN（移除驱动器），包括在提交工单前需要准备什么。
* [扩展 vSAN](/knowledge-base/zh/storage-vsan/scaling-up-a-vsan.md) — 通过向现有节点添加新驱动器或 Fibre Channel LUN 来逐步扩展 VergeOS vSAN 的操作流程，包括容量...
* [NAS 共享故障排除](/knowledge-base/zh/storage-vsan/troubleshooting-nas-shares.md) — 常见 NAS CIFS 共享问题的故障排除指南，包括连接错误、权限拒绝错误、性能缓慢以及 MacOS...
* [理解并解释意外的 vSAN 增长](/knowledge-base/zh/storage-vsan/understanding-and-explaining-unexpected-vsan-growth.md) — 用于诊断意外 vSAN 存储增长的故障排除指南，包括如何查看层历史并识别常见原因，如...
* [了解 vSAN 层状态/日志遍历](/knowledge-base/zh/storage-vsan/understanding-journal-walks-and-vsan-tier-status.md) — 了解 vSAN 层仪表板状态指标，包括 Journal Walk 类型、进度跟踪、冗余检查以及修复计数，用于...
* [vSAN 加密信息](/knowledge-base/zh/storage-vsan/vsan-encryption-information.md) — VergeOS 中 vSAN 加密概述，包括 AES256 加密验证、USB 密钥启动配置、基于密码的启动，以及...


---

# 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/knowledge-base/zh/storage-vsan.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.
