> 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/learn-the-platform/vi/module-5-luu-tru.md).

# Module 5: Lưu trữ

- [Tổng quan](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/05-storage.md): Cấu hình các tầng lưu trữ vSAN, cấp phát NAS shares và áp dụng các thực hành tốt nhất về lưu trữ cho hiệu năng và dự phòng trong VergeOS.
- [Kiến trúc vSAN & VergeFS](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/01-vsan-architecture.md): Đi sâu vào kiến trúc cấp khối của vSAN trong VergeOS, phân phối dữ liệu dựa trên hash, khử trùng lặp nội tuyến, mã hóa, dự phòng tự phục hồi và snapshot tiết kiệm dung lượng.
- [Phòng lab: Cấu hình lưu trữ](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/lab.md): Cấu hình các tầng lưu trữ vSAN, cấp phát NAS shares và xác thực hiệu năng cũng như khả năng dự phòng lưu trữ trong VergeOS.
- [Các tầng lưu trữ](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/02-storage-tiers.md): Mô hình tầng lưu trữ của VergeOS: 5 tầng workload cộng với tầng metadata Tier 0, quy tắc gán ổ đĩa và lập kế hoạch dung lượng.
- [Dịch vụ NAS & Shares](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/03-nas-shares.md): Tìm hiểu cách VergeOS cung cấp truy cập lưu trữ ở cấp tệp qua CIFS/SMB và NFS thông qua dịch vụ NAS dựa trên VM của nó, bao gồm volume cục bộ, volume từ xa, xuất VM và tích hợp Active Directory.
- [Snapshot & bảo vệ dữ liệu](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/04-snapshots-data-protection.md): Hiểu kiến trúc snapshot của VergeOS, snapshot quiesced, hồ sơ snapshot, bản sao, sao chép site sync và các chiến lược khôi phục sau thảm họa.
- [Giám sát & khắc phục sự cố lưu trữ](https://docs.verge.io/learn-the-platform/vi/module-5-luu-tru/05-storage-monitoring.md): Làm chủ chẩn đoán vSAN, tích hợp Fibre Channel, khắc phục sự cố NAS và các chiến lược bảo trì phòng ngừa trong VergeOS.


---

# 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/learn-the-platform/vi/module-5-luu-tru.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.
