> 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-10-release-notes.md).

# 4.10

## 4.10

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

* **首次发布**：2022年6月（4.10.0）
* **最新版本**：4.10.3.1（2023年1月）
* **状态**：已弃用（由4.11取代）
* **生命周期结束**：2024年6月
  {% endhint %}

### 主要功能与主题

#### GPU与虚拟化

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

* 支持 NVIDIA 虚拟 GPU（vGPU）
* 增强的 GPU 直通能力
* 支持显示端口 GPU 显卡
* 每个虚拟机支持多 GPU
* 改进 GPU 设备状态处理
  {% endhint %}

#### 性能与资源管理

{% hint style="info" %}
**系统优化**

* 用于高性能的 CPU C-State 管理
* 增强的 vSAN 性能（涡轮增压）
* 改进的实时迁移能力
* 优化的虚拟机存储操作
* 增强的资源等待状态
  {% endhint %}

#### 系统管理

{% hint style="success" %}
**管理功能**

* 增强的虚拟机控制台功能
* 改进的租户可移植性
* 高级 NIC 队列配置
* 增强的 VLAN 管理
* 改进的系统诊断
  {% endhint %}

#### 安全与网络

{% hint style="info" %}
**网络改进**

* 增强的防火墙规则管理
* 改进的 DHCP 处理
* 高级 WireGuard 配置
* 增强的网络诊断
* 优化的核心网络流量
  {% endhint %}

## 发布说明

### 4.10.3.1（2023年1月）

#### 修复

* 修复了 VMware 备份作业统计回归问题

### 4.10.3（2022年12月）

#### 功能

**虚拟机管理**

* 为客户机添加了 CPU 绑定
* 机器的最大内存增加到 1TB
* 增强的虚拟机克隆功能
* 改进的安全启动处理

**网络**

* 增强的 WireGuard 仪表板
* 改进的防火墙规则管理
* 添加了高级网络规则功能
* 增强的租户网络功能

**存储与系统**

* 增强的 NAS 卷同步机制
* 改进的 vSAN 诊断
* 增强的 SMART 监控
* 添加了租户快照改进

#### 操作系统与安装

* 显著的 vSAN 性能提升
* 更新至 Kernel 5.10.158
* 改进的启动分区操作
* 增强的安装自动化

### 4.10.2.1（2022年9月）

{% hint style="info" %}
**热修复版本**

从 4.10.2 版本更新时无需迁移和重启
{% endhint %}

#### 功能

* 为列表添加了多选支持
* 增强的网络创建流程
* 改进的 IPMI 日志记录
* 增强的配方问题处理
* 改进的 GPU 设备管理

#### 错误修复

* 解决了 GPU 状态显示问题
* 修复了虚拟机仪表板刷新问题
* 增强的云快照管理
* 改进的租户配置稳定性

### 4.10.2（2022年7月）

#### 改进

* 优化了核心网络流量优先级
* 增强的网络包处理
* 改进的系统稳定性

### 4.10.1（2022年7月）

#### 功能

* 增强的系统诊断
* 改进的租户管理
* 增强的 IPMI 接口支持
* 高级定期订阅选项

#### 系统更新

* 增强的 vSAN 性能
* 升级到 kernel 5.10.129
* 改进的系统安全性
* 增强的安装流程

### 4.10.0（2022年6月）

#### 主要功能

**虚拟化**

* 支持 NVIDIA 虚拟 GPU（vGPU）
* 增强的 CPU 状态管理
* 改进的虚拟机资源处理
* 高级虚拟机控制台功能

**系统管理**

* 增强的机器备注系统
* 改进的资源等待状态
* 高级迁移控制
* 增强的客户机代理集成

**性能**

* 改进的虚拟机休眠
* 增强的存储管理
* 优化的机器迁移
* 高级计时器同步


---

# 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-10-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.
