Add Compute3 PVE storage config
This commit is contained in:
37
compute3/storage.cfg
Normal file
37
compute3/storage.cfg
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
dir: local
|
||||||
|
path /var/lib/vz
|
||||||
|
content iso,backup,import,vztmpl
|
||||||
|
|
||||||
|
lvmthin: local-lvm
|
||||||
|
thinpool data
|
||||||
|
vgname pve
|
||||||
|
content rootdir,images
|
||||||
|
|
||||||
|
pbs: pbs-synology
|
||||||
|
datastore Synology-Remote
|
||||||
|
server 192.168.99.153
|
||||||
|
content backup
|
||||||
|
fingerprint 90:6b:3e:85:c4:e7:77:f0:24:25:1d:b0:2c:f9:6d:08:aa:ce:08:ce:7b:04:4c:c7:c9:e0:cf:dd:99:44:db:21
|
||||||
|
prune-backups keep-all=1
|
||||||
|
username root@pam
|
||||||
|
|
||||||
|
nfs: truenas-proxmox
|
||||||
|
export /mnt/Tank/proxmox
|
||||||
|
path /mnt/pve/truenas-proxmox
|
||||||
|
server 192.168.99.29
|
||||||
|
content vztmpl,images,iso,backup
|
||||||
|
nodes beast,compute3,compute2
|
||||||
|
prune-backups keep-all=1
|
||||||
|
|
||||||
|
lvmthin: nvmebak
|
||||||
|
thinpool nvmebak
|
||||||
|
vgname nvmebak
|
||||||
|
content images,rootdir
|
||||||
|
nodes beast
|
||||||
|
|
||||||
|
zfspool: compute3-zfs
|
||||||
|
pool compute3-zfs
|
||||||
|
content images,rootdir
|
||||||
|
mountpoint /compute3-zfs
|
||||||
|
nodes compute3
|
||||||
|
|
||||||
Reference in New Issue
Block a user