> 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/scaling-up-a-vsan.md).

# 扩展 vSAN

{% hint style="warning" %}
**需要标准操作程序**

请查看完整的 [vSAN 扩容 SOP](/run-the-platform/operations/vsan-scale-up-sop.md) 以获取全面的准备、执行和验证步骤。
{% endhint %}

要扩展 vSAN，请按以下步骤操作。不过，在继续之前，请确保您当前的 vSAN 至少有 **30% 的可用容量**.

{% hint style="warning" %}
**重要提示**

* 同一层中的所有磁盘必须一致。如果向现有层中添加了尺寸不正确的磁盘，该层将只能使用最小磁盘的空间。
* 请确保您的 vSAN 至少有 30% 的可用容量，除非您要将容量翻倍。如果可用空间少于 30%，且您并未将磁盘数量翻倍，请考虑通过添加节点进行横向扩展，或提交支持工单寻求帮助。
  {% endhint %}

{% hint style="info" %}
**相关文档**

**必读：** 该 [vSAN 扩容标准操作程序](/run-the-platform/operations/vsan-scale-up-sop.md) 包含在此扩容过程之前和之后必须完成的关键准备、验证和故障排除步骤。
{% endhint %}

### 扩容步骤

1. **在** 您要扩容的节点上，物理添加磁盘或光纤通道 LUN。
2. **登录主机系统的 UI** ，并从主页上的 **顶部计算集群** 部分选择要扩容的相应集群。
3. **选择节点** 您正在为其扩容。
4. **刷新系统** 以识别新磁盘：
   * 选择 **刷新** 从左侧菜单中选择，并选择 **磁盘和 NIC** 下拉菜单中的选项。
   * 通过选择以下内容进行确认 **是**.
5. **选择“扩容”选项** 左侧菜单中的。
6. 页面现在将显示新插入的磁盘，状态为 **离线** 。选择磁盘，然后在 **节点磁盘**下，选择 **扩容** 功能。
7. **为磁盘选择相应的层** 并提交。

完成后，屏幕将刷新，磁盘会从视图中消失。返回主页，您将看到 **vSAN 层** 颜色变为 **黄色**，表示其处于修复状态。这是预期现象，几分钟后 vSAN 将恢复为 **绿色/健康** 状态，显示新添加的层或现有层上的增加空间。

如有必要，请对每个节点重复这些步骤。

***

{% hint style="info" %}
**文档信息**

* 最后更新：2025-07-27
* VergeOS 版本：4.13
  {% endhint %}


---

# 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/scaling-up-a-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.
