Guide
    Backup Content Hub

    How can you configure a Proxmox VE cluster to use iSCSI SAN storage with Multipath for high availability and performance?

    How can you configure a Proxmox VE cluster to use iSCSI SAN storage with Multipath for high availability and performance?. Practical guidance on Proxmox, High Availability, and Resource Management.

    Sections
    1
    Action Points
    0
    Guidance Blocks
    17

    Overview

    To configure iSCSI SAN with Multipath in a Proxmox cluster, follow these structured steps:

    1. Install required packages

    On all Proxmox nodes, install multipath tools:

    apt update

    apt install multipath-tools 2. Configure Multipath

    Create or edit the configuration file under /etc/multipath/conf.d/ and define the appropriate settings. Add the storage device’s WWID to /etc/multipath/wwids to ensure correct identification . 3. Restart and verify

    Restart the service with:

    systemctl restart multipath-tools.service

    Verify configuration using:

    multipath -ll 4. Partition and create LVM

    Partition the multipath device (e.g., /dev/mapper/mpatha), then initialize it as a physical volume and create a volume group for shared storage . 5. Add shared storage in Proxmox

    In the Proxmox web interface, navigate to Datacenter → Storage → Add → LVM, select the created volume group, and finalize configuration . 6. Test the setup

    Create a test VM or disk to confirm successful storage integration .

    Multipath ensures storage remains accessible even if one network path fails, maintaining service continuity. However, while SAN improves availability and performance, external backup strategies remain essential for complete data protection.

    FAQs

    1. What storage types does Proxmox VE support?

    It supports local storage (LVM, ZFS), network storage (iSCSI, NFS, Ceph), and SAN.

    2. Why use Multipath with SAN?

    Multipath increases redundancy and balances I/O across multiple paths.

    3. Does SAN replace backup?

    No. SAN improves availability, but independent backups are still required for full data protection.

    Need help with backup and recovery?

    Use the form below to get in touch about backup strategy, recovery planning, and data protection projects.