> 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-down-a-vsan.md).

# 缩减 vSAN（移除驱动器）

## 概述

{% hint style="info" %}
**要点**

* 从 vSAN 层中移除驱动器 **不是自助操作**
* 驱动器移除必须与 VergeOS 支持团队协调
* 在安全移除任何驱动器之前，此过程需要在剩余驱动器之间重新分布数据
  {% endhint %}

缩减 vSAN（移除物理驱动器以减少存储容量）在本质上与 [扩容](/knowledge-base/zh/storage-vsan/scaling-up-a-vsan.md)。添加驱动器是一种追加式、低风险操作。移除驱动器则要求系统首先安全地将所有数据从目标驱动器上重新分布出去，这需要谨慎协调，以避免中断或数据丢失。

因此，vSAN 缩减仅由 VergeOS 支持团队处理。

## 为什么驱动器移除需要支持

当从 vSAN 层移除驱动器时，VergeOS 必须：

1. 确认剩余驱动器具有足够的可用容量来容纳被移除驱动器上的数据
2. 将所有数据迁移出目标驱动器，以保持冗余
3. 在物理拔出驱动器之前监控修复和重新分布完成

如果这些步骤中有任何一步被仓促处理或顺序错误，vSAN 层可能会进入降级或不可恢复状态。支持工程师会协调这一过程，并一直监控到其恢复为健康的绿色状态后，才进行物理移除。

## 在联系支持之前

提前收集以下信息将有助于支持团队评估请求范围并安排工作：

* **您为何需要缩减** — 重新利用驱动器、层重组等
* **哪个层级** 这些驱动器所属的层级（第 0 层、第 1 层、第 2 层等）
* **驱动器数量和容量** 每个节点要移除的
* **当前层级容量和使用情况** — 可在 VergeOS UI 中以下位置查看 **基础设施 > vSAN 层**
* **当前 vSAN 层状态** — 在通话前确认该层级为绿色/健康状态
* **首选维护窗口** — 驱动器移除和数据重新分布可能需要数小时才能完成，具体取决于数据量

## 发起请求

[开具支持工单](/support-and-services.md) 并包含上述信息。对于时间敏感的请求，请在工单中注明您首选的维护窗口，以便支持团队优先安排。

## 预期情况

请求安排好后，支持团队将：

1. 审查您当前的 vSAN 健康状况和容量余量
2. 在开始前与您一起确认计划中的移除操作
3. 启动数据重新分布流程并监控修复状态
4. 在任何驱动器物理移除之前，确认该层级恢复为健康的绿色状态
5. 指导您完成物理移除以及任何移除后的验证步骤

## 相关文档

* [vSAN 扩容指南](/knowledge-base/zh/storage-vsan/scaling-up-a-vsan.md) — 其相反操作，为自助服务
* [vSAN 扩容 SOP](/run-the-platform/operations/vsan-scale-up-sop.md) — 存储操作的准备和验证最佳实践
* [vSAN 架构概述](/run-the-platform/storage/vsan-architecture.md)

***

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

* 最后更新：2026-04-20
* 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-down-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.
