2.4 Storage
            
          
        
State/Version: 20230829p1
2.4 Storage
2.4.1 Overview
- The compute storage is located as local-lvm on the compute node.
- Backups are located on a NFS-Volume providet by a RaspberryPi.
%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart LR
    subgraph Proxmox-Host
    subgraph Proxmox-Storageprovider
    localDisk["`_localDisk_:
    local: (type: Directory)
    local-lvm: (type: LVM)
    `"]
    RaspberryPi["`_RaspberryPi_:
    nfs-rpi: (type: NFS)
    `"]
    end
    localDisk -- Backup --> RaspberryPi
    Container -- OS --> localDisk
    end
