November 2017
Intermediate to advanced
494 pages
14h 29m
English
This is the configuration file where storage to be used with Proxmox are specified. The configuration file is located under /etc/pve/storage.cfg. We will take a look at the different storage systems in Chapter 4, Storage Systems. The following is the possible content of the storage configuration file with various storage systems supported by Proxmox:
dir: local path /var/lib/vz content images,iso,vztmpl,rootdir maxfiles 0 nfs: nfs_share_name path /mnt/pve/nfs-server server 192.168.145.11 export /mnt/pmxnas01 options vers=3 content iso,vztmpl maxfiles 1 iscsi: nas-iscsi-01 target iqn.2015-12.org.example.istgt:pmxtgt01 portal 192.168.145.11 content none lvm: nas-lvm-01 vgname nas-lvm-01 base nas-iscsi-01:0.0.0.scsi-330000000391132dd ...