> 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/module-5-storage.md).

# Module 5: Storage

- [Overview](https://docs.verge.io/learn-the-platform/module-5-storage/05-storage.md): Configure vSAN storage tiers, provision NAS shares, and apply storage best practices for performance and redundancy in VergeOS.
- [vSAN Architecture & VergeFS](https://docs.verge.io/learn-the-platform/module-5-storage/01-vsan-architecture.md): Deep dive into VergeOS vSAN block-level architecture, hash-based data distribution, inline deduplication, encryption, self-healing redundancy, and space-efficient snapshots.
- [Lab: Storage Configuration](https://docs.verge.io/learn-the-platform/module-5-storage/lab.md): Configure vSAN storage tiers, provision NAS shares, and validate storage performance and redundancy in VergeOS.
- [Storage Tiers](https://docs.verge.io/learn-the-platform/module-5-storage/02-storage-tiers.md): The VergeOS storage tier model: 5 workload tiers plus the Tier 0 metadata tier, drive assignment rules, and capacity planning.
- [NAS Service & Shares](https://docs.verge.io/learn-the-platform/module-5-storage/03-nas-shares.md): Learn how VergeOS delivers file-level storage access via CIFS/SMB and NFS through its VM-based NAS service, including local volumes, remote volumes, VM exports, and Active Directory integration.
- [Snapshots & Data Protection](https://docs.verge.io/learn-the-platform/module-5-storage/04-snapshots-data-protection.md): Understand VergeOS snapshot architecture, quiesced snapshots, snapshot profiles, clones, site sync replication, and disaster recovery strategies.
- [Storage Monitoring & Troubleshooting](https://docs.verge.io/learn-the-platform/module-5-storage/05-storage-monitoring.md): Master vSAN diagnostics, Fibre Channel integration, NAS troubleshooting, and preventive maintenance strategies in 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/module-5-storage.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.
