> 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/adding-tier-zero.md).

# 向现有系统添加 Tier 0

## 概述

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

* Tier 0 通常在初始安装期间配置
* 此过程适用于需要在安装后进行配置的特殊情况
* 需要特别注意设备路径和硬件兼容性
  {% endhint %}

本指南概述了向现有 VergeOS 系统添加 Tier 0 存储的过程。虽然 Tier 0 通常在安装期间配置，但这些步骤提供了一种将其添加到无法重新安装的生产系统中的方法。

{% hint style="danger" %}
**重要警告**

* 此过程应仅由合格的 VergeOS 工程师执行，或在直接支持指导下执行
* 所选设备将被格式化，所有现有数据都将被销毁
* 错误的设备路径选择可能会严重损坏您的系统
  {% endhint %}

## 前提条件

在开始此过程之前，请确保：

* 存储设备已物理安装在系统中
* Tier 0 设备在各控制器节点之间保持一致
* 硬件符合以下指南中的规格要求： [节点规格指南](/plan-and-deploy/implementation-guide/sizing.md)

## 步骤

### 1. 识别设备路径

1. 导航到 **系统 > vSAN 诊断**.
2. 选择 **获取节点设备列表** 从查询下拉菜单中
3. 点击 **发送**
4. 识别未使用的设备（标记为“vsan = false”）
5. 记录每个控制器节点的设备路径（/dev/sd\*）

{% hint style="success" %}
通过检查以下内容验证当前 vSAN 磁盘分配： **vSAN 分层 > \[选择层] > 磁盘** 以避免选择已在使用中的磁盘。
{% endhint %}

### 2. 将磁盘添加到 Tier 0

对于每个磁盘：

1. 在 vSAN 诊断中：
   * 将查询设置为 **将磁盘添加到 vSAN**
   * 选择适当的 **节点** （node0 或 node1）
   * 输入正确的 **路径** 用于该设备
   * 设置 **层** 更改为 **Tier 0**
   * 配置 **交换** 设置

{% hint style="warning" %}
**交换配置**

* 仅在一个存储层上启用交换
* 如果在其他层上启用了交换，请在 Tier 0 上将其禁用
* 如有需要，请联系 VergeOS 支持以获取有关交换配置的指导
  {% endhint %}

2. 输入验证短语： *是的，我知道我在做什么*
3. 点击 **发送** 以执行

### 3. 验证配置

1. 监控系统仪表板中的层状态
   * 在元数据迁移期间，状态将显示为“online-no redundancy”
2. 刷新节点信息：
   * 导航到每个控制器节点的仪表板
   * 选择 **刷新 > 磁盘和 NIC**

## 配置后

在系统仪表板中监控 vSAN 层状态。元数据迁移完成后，该层应从“online-no redundancy”变为“online”。

## 其他资源

* [vSAN 架构概述](/run-the-platform/storage/vsan-architecture.md)
* [节点规格指南](/plan-and-deploy/implementation-guide/sizing.md)

***

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

* 最后更新：2024-11-25
* 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/adding-tier-zero.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.
