> 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/vi/storage-vsan.md).

# Lưu trữ & vSAN

* [Thêm Tier 0 vào một hệ thống hiện có](/knowledge-base/vi/storage-vsan/adding-tier-zero.md) — Hướng dẫn từng bước để thêm bộ lưu trữ siêu dữ liệu Tier 0 vào một hệ thống VergeOS hiện có vốn chưa được cấu hình với Tier 0 trong quá trình thiết lập ban đầu…
* [Tài liệu tham khảo API Trình duyệt Volume NAS](/knowledge-base/vi/storage-vsan/nas-volume-browser-api.md) — Cách sử dụng API volume\_browser của VergeOS để duyệt nội dung volume NAS bằng chương trình, bao gồm quy trình tác vụ bất đồng bộ, thăm dò…
* [Mức sử dụng Tier ưu tiên](/knowledge-base/vi/storage-vsan/preferred-tier-usage.md) — Giải thích cách VergeOS xác định sẽ sử dụng tầng lưu trữ vSAN nào khi tier ưu tiên của đĩa VM được đặt thành một tier không tồn tại, bao gồm…
* [Thu nhỏ một vSAN (xóa ổ đĩa)](/knowledge-base/vi/storage-vsan/scaling-down-a-vsan.md) — Cách yêu cầu thu nhỏ vSAN (xóa ổ đĩa) thông qua Hỗ trợ VergeOS, bao gồm những gì cần chuẩn bị trước khi mở phiếu hỗ trợ.
* [Mở rộng một vSAN](/knowledge-base/vi/storage-vsan/scaling-up-a-vsan.md) — Quy trình từng bước để mở rộng một VergeOS vSAN bằng cách thêm các ổ đĩa mới hoặc LUN Fibre Channel vào các nút hiện có, bao gồm dung lượng…
* [Khắc phục sự cố chia sẻ NAS](/knowledge-base/vi/storage-vsan/troubleshooting-nas-shares.md) — Hướng dẫn khắc phục các sự cố chia sẻ CIFS NAS phổ biến, bao gồm lỗi kết nối, lỗi từ chối quyền, hiệu năng chậm và MacOS…
* [Hiểu và giải thích sự tăng trưởng vSAN bất ngờ](/knowledge-base/vi/storage-vsan/understanding-and-explaining-unexpected-vsan-growth.md) — Hướng dẫn khắc phục sự cố để chẩn đoán tình trạng tăng trưởng dung lượng vSAN bất ngờ, bao gồm cách xem lại lịch sử tier và xác định các nguyên nhân phổ biến như…
* [Hiểu các lượt đi qua trạng thái/lịch sử nhật ký của tier vSAN](/knowledge-base/vi/storage-vsan/understanding-journal-walks-and-vsan-tier-status.md) — Hiểu các chỉ số trạng thái trên Bảng điều khiển tier vSAN, bao gồm các loại Journal Walk, theo dõi tiến trình, kiểm tra dự phòng và số lần sửa chữa cho…
* [Thông tin mã hóa vSAN](/knowledge-base/vi/storage-vsan/vsan-encryption-information.md) — Tổng quan về mã hóa vSAN trong VergeOS, bao gồm xác minh mã hóa AES256, cấu hình khởi động bằng khóa USB, khởi động dựa trên mật khẩu và…


---

# 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/vi/storage-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.
