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

# Lưu trữ

- [Tích hợp lưu trữ bên ngoài](https://docs.verge.io/run-the-platform/vi/luu-tru/external-storage-integration.md): Hướng dẫn tích hợp lưu trữ SAN, NAS và iSCSI bên ngoài với VergeOS, bao gồm LUN Fibre Channel như các tầng vSAN, volume từ xa NFS/CIFS và các tùy chọn passthrough lưu trữ trong máy khách.
- [Sử dụng lưu trữ Fibre Channel với vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/fibre-channel.md): Cách cấu hình các LUN Fibre Channel làm thiết bị lưu trữ trong các tầng VergeOS vSAN, bao gồm yêu cầu phần cứng, cấu hình multipath, thiết lập fabric và các thực hành tốt nhất.
- [Tổng quan lưu trữ](https://docs.verge.io/run-the-platform/vi/luu-tru/overview.md): Tổng quan về các khả năng lưu trữ tích hợp của VergeOS, bao gồm vSAN (VergeFS), bảo vệ dữ liệu bằng snapshot và sao chép, và lưu trữ theo mức tệp với dịch vụ NAS.
- [Tầng ưu tiên](https://docs.verge.io/run-the-platform/vi/luu-tru/preferred-tiers.md): Giải thích cài đặt Preferred Tier trong VergeOS vSAN, xác định tầng lưu trữ được chọn đầu tiên để đặt dữ liệu, với khả năng tự động chuyển sang các tầng thay thế khi không khả dụng.
- [Xóa tệp ISO có tham chiếu](https://docs.verge.io/run-the-platform/vi/luu-tru/removing-iso-refs.md): Cách xem và xóa các tham chiếu đến tệp ISO đang được nạp trên ổ CD-ROM của VM để có thể xóa các tệp ISO khỏi VergeOS vSAN.
- [Các tầng lưu trữ trong VergeOS vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/storage-tiers.md): Hướng dẫn toàn diện về hệ thống lưu trữ theo tầng của VergeOS vSAN từ Tier 0 đến Tier 5, bao gồm thông số phần cứng, khuyến nghị cho workload, thực hành tốt nhất và cân nhắc khi mở rộng.
- [Đơn vị lưu trữ và báo cáo dung lượng](https://docs.verge.io/run-the-platform/vi/luu-tru/storage-units.md): Cách VergeOS biểu diễn dung lượng lưu trữ trong giao diện GUI và báo cáo sử dụng, bao gồm hành vi gắn nhãn TB so với TiB, một ví dụ minh họa và so sánh với dung lượng ổ đĩa do nhà sản xuất công bố.
- [Tải tệp lên vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/uploading-files-to-vsan.md): Cách tải ảnh ISO, ảnh ổ đĩa và các tệp khác lên VergeOS vSAN từ máy tính cục bộ hoặc URL, và cách tạo liên kết tải xuống công khai để chia sẻ truy cập.
- [Kiến trúc cấp khối và phân phối dữ liệu của VergeOS vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/vsan-architecture.md): Tổng quan kỹ thuật về kiến trúc cấp khối của VergeOS vSAN, bao gồm phân phối dữ liệu dựa trên hash, quản lý dự phòng, khử trùng lặp, phân phối xuyên node và chiến lược mở rộng.
- [Quy trình xóa VergeOS vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/vsan-deletion-process.md): Giải thích cách VergeOS vSAN xử lý việc xóa VM, ổ đĩa và tenant thông qua đếm tham chiếu, dọn dẹp khối nhận biết khử trùng lặp và thu gom rác nền.
- [Hướng dẫn chẩn đoán vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/vsan-diagnostics.md): Tài liệu tham khảo toàn diện cho các lệnh chẩn đoán VergeOS vSAN, bao gồm giám sát hiệu năng lưu trữ, kiểm tra tính toàn vẹn, tình trạng thiết bị, phân tích cụm và quy trình khắc phục sự cố.
- [Hiểu các mức dự phòng của vSAN](https://docs.verge.io/run-the-platform/vi/luu-tru/vsan-redundancy-levels.md): Tìm hiểu về các mức dự phòng N+1 và N+2 của VergeOS vSAN, các yêu cầu, trường hợp sử dụng và lưu ý của chúng


---

# 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/run-the-platform/vi/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.
