storage

Configure ZFS, Ceph, LVM, NFS, iSCSI, and CIFS storage backends in Proxmox VE.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/renne/skills --skill storage-renne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: storage
Source: https://github.com/renne/skills/tree/main/proxmox/storage
Command: npx skills add https://github.com/renne/skills --skill storage-renne

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of configuring and managing diverse storage backends within Proxmox VE, ensuring optimal performance and reliability for your virtualized environments.

Core Features & Use Cases

  • Comprehensive Backend Support: Covers ZFS, Ceph RBD/CephFS, LVM, LVM-Thin, NFS, iSCSI, CIFS/SMB, and directory storage.
  • Guidance on Selection: Provides insights into when to use each storage type based on your specific needs.
  • Configuration Assistance: Offers examples for adding storage via the web UI and pvesm CLI.
  • Use Case: When setting up a new Proxmox VE cluster, use this Skill to understand the trade-offs between local ZFS for data integrity and NFS for shared ISO storage, and then follow the provided commands to configure them.

Quick Start

Use the storage skill to add a new NFS storage backend named 'mynfs' pointing to server 192.168.1.10 and export /srv/nfs/proxmox, supporting ISO and backup content types.

Frequently Asked Questions about storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure NFS storage in Proxmox VE for ISO files and backups?

Configure NFS storage in Proxmox VE by adding the server IP and export path via the web UI or `pvesm` CLI, specifying ISO and backup content types. This enables shared storage accessible across nodes.

What is the best storage backend for data integrity in Proxmox VE?

ZFS is the best storage backend for data integrity in Proxmox VE. It provides robust checksumming and fault tolerance, making it ideal for local storage requiring high reliability for virtual machines.

How do I add Ceph RBD storage to a Proxmox VE cluster?

Add Ceph RBD storage to Proxmox VE using the `pvesm` CLI or web UI to connect to your Ceph cluster. This integrates distributed block storage for scalable VM disk images.

When should I use LVM-Thin versus LVM for Proxmox VM storage?

Use LVM-Thin for Proxmox VM storage when you need snapshot support and thin provisioning. Standard LVM is better for fixed allocations without snapshot overhead.

Does Proxmox VE support iSCSI and CIFS storage backends?

Yes, Proxmox VE supports iSCSI and CIFS storage backends. You can configure both using the `pvesm` CLI or web UI to integrate block and file storage for virtualized environments.

What are the limitations of using local ZFS storage in a Proxmox VE cluster?

Local ZFS storage in a Proxmox VE cluster limits live migration because disks are physically attached to individual nodes. For seamless VM migration across nodes, shared storage like Ceph or NFS is required.