> 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/release-notes/zh/2025-nian-huo-geng-zao/4-9-release-notes.md).

# 4.9

## 4.9

{% hint style="info" %}
**系列信息**

* **初始发布**: 2021年10月（4.9.0）
* **最新版本**: 4.9.2（2022年2月）
* **状态**: 已弃用（由 4.10 取代）
* **生命周期结束**: 2023年2月
  {% endhint %}

### 主要功能与主题

#### 用户界面与体验

{% hint style="success" %}
**UI 增强**

* 全面重做 UI
* 新的蓝色默认主题
* 增强的导航
* 改进的用户反馈
* 高级仪表板功能
  {% endhint %}

#### 安全与身份验证

{% hint style="info" %}
**安全功能**

* 基于电子邮件的双因素身份验证
* 增强的防火墙管理
* 改进的 ACME 服务器支持
* 高级用户恢复选项
* 增强的访问控制
  {% endhint %}

#### 存储与备份

{% hint style="success" %}
**存储管理**

* 增强的快照管理
* 改进的 VM 磁盘操作
* 高级 NAS 功能
* 增强的备份/灾难恢复能力
* 改进的系统日志记录
  {% endhint %}

#### 监控与诊断

{% hint style="info" %}
**系统监控**

* 增强的 IPMI 监控
* 改进的 PCI 设备跟踪
* 高级内存跟踪
* 增强的磁盘健康监控
* 改进的系统诊断
  {% endhint %}

## 发行说明

### 4.9.2（2022年2月）

#### 功能与修复

* 改进的 NAS 配方处理
* 增强的列表视图功能
* 改进的磁盘管理
* 增强的 SMART 诊断
* 高级 vSAN 监控

#### 系统更新

* 增强的系统诊断
* 改进的磁盘格式化
* 新增网络安装支持

### 4.9.1（2022年1月）

#### 功能

**网络**

* 实现东西向端口镜像
* 增强的网络管理
* 改进的虚拟交换端口处理
* 高级 NAS 网络

**虚拟机管理**

* 增强的磁盘热插拔
* 改进的 VM 配方处理
* 高级机器迁移
* 增强的电源管理

**系统改进**

* 增强的快照管理
* 改进的 NAS 功能
* 高级租户管理
* 增强的诊断能力

#### 操作系统更新

* 更新的 AMD 微码
* 改进的磁盘处理
* 增强的系统安全
* 性能优化

### 4.9.0.1（2021年10月）

{% hint style="info" %}
**热修复发布**

修复历史统计清理回归问题
{% endhint %}

### 4.9.0（2021年10月）

#### 主要功能

**用户界面**

* 采用蓝色主题的全面 UI 重做
* 增强的发行说明集成
* 改进的仪表板功能
* 高级系统监控

**网络**

* 南北向端口镜像
* 增强的 WireGuard 功能
* 改进的防火墙管理
* 高级网络配置

**硬件支持**

* 1:1 GPU 直通支持
* 增强的内存跟踪
* 改进的 PCI 设备管理
* 高级 IPMI 集成

**系统功能**

* 双因素身份验证
* 增强的快照管理
* 改进的 VM 操作
* 高级系统日志记录

#### 操作系统与安装

* 更新至内核 5.10.69
* 增强的存储性能
* 改进的系统安全
* 高级安装选项


---

# 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/release-notes/zh/2025-nian-huo-geng-zao/4-9-release-notes.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.
