> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/cn/virtual-machine/overview/virtual-elastic-disk.md).

# 数据盘

数据盘是由 Zenlayer 提供的弹性块存储服务，用于虚拟机实例，提供低延迟、高性能、高耐久性和高可靠性。数据盘使用分布式三副本机制在地域内复制数据，确保数据的耐久性和可用性。

{% hint style="info" %} <mark style="color:blue;">**注意**</mark>

<mark style="color:blue;">本文档中关于数据盘的信息适用于与虚拟机实例一同创建的数据盘。</mark>
{% endhint %}

## **数据盘限制**

一个数据盘只能绑定到同一地域的单个虚拟机实例。

| 项目            | 限制                |
| ------------- | ----------------- |
| 单个实例上的最大数据盘数量 | 10（包括与实例一同创建的数据盘） |
| 单个数据盘的容量（GB）  | 20 - 2000         |


---

# 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.console.zenlayer.com/welcome/cn/virtual-machine/overview/virtual-elastic-disk.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.
