> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/learn-the-platform/module-5-storage/05-storage.md).

# Overview

## Learning Objectives

By the end of this module, you will be able to:

* **Configure vSAN storage tiers** for different workload profiles (performance, capacity, archive)
* **Provision and manage NAS shares** for file-level storage access across workloads
* **Apply storage best practices** for performance tuning and redundancy configuration
* **Monitor storage health** and respond to capacity or performance alerts

## Prerequisites

* Completion of [Module 1: Architecture Fundamentals](/learn-the-platform/module-1-architecture-fundamentals/01-architecture.md) -- understanding of VergeFS and vSAN concepts
* Completion of [Module 3: Installation](/learn-the-platform/module-3-installation/03-installation.md) -- a running VergeOS cluster with disks available

## Estimated Time

**3 hours** (1.5 hours reading + 1.5 hours lab)

## Topics

* [**vSAN Architecture**](/learn-the-platform/module-5-storage/01-vsan-architecture.md) — How VergeOS vSAN organizes physical disks into tiered storage pools, redundancy models, and the role of VergeFS.
* [**Storage Tiers**](/learn-the-platform/module-5-storage/02-storage-tiers.md) — Configuring Tier 1 (high-performance NVMe), Tier 2 (mixed-workload SSD), Tier 3 (read-optimized SSD), Tier 4 (capacity HDD), and Tier 5 (archive HDD) for different workload profiles.
* [**NAS Service & Shares**](/learn-the-platform/module-5-storage/03-nas-shares.md) — Provisioning CIFS/SMB and NFS shares, remote volumes, VM export volumes, and Active Directory integration.
* [**Snapshots & Data Protection**](/learn-the-platform/module-5-storage/04-snapshots-data-protection.md) — Snapshot architecture, quiesced snapshots, clones, snapshot profiles, site sync replication, and disaster recovery.
* [**Storage Monitoring & Troubleshooting**](/learn-the-platform/module-5-storage/05-storage-monitoring.md) — vSAN diagnostics, vcmd commands, health monitoring, NAS troubleshooting, and Fibre Channel integration.
* [**Lab: Storage Configuration**](/learn-the-platform/module-5-storage/lab.md) — Configure vSAN tiers, provision NAS shares, and validate storage performance and redundancy.


---

# 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:

```
GET https://docs.vergeos-demo.com/learn-the-platform/module-5-storage/05-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
