I have a proxmox cluster v 8.3.1, each node has a boot drive (rpool) and 2 SSDs mirrored with ZFS (vm-storage0).
Under cluster>storage there are listed
Question:
Under cluster>storage there are listed
- local, Type directory
- local-zfs, Type ZFS
- vm-storage0, Type ZFS
Bash:
root@prox3:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 2.36G 428G 96K /rpool
rpool/ROOT 2.19G 428G 96K /rpool/ROOT
rpool/ROOT/pve-1 2.19G 428G 2.19G /
rpool/data 96K 428G 96K /rpool/data
rpool/var-lib-vz 121M 428G 121M /var/lib/vz
vm-storage0 38.4G 1.64T 38.0G /vm-storage0
vm-storage0/subvol-104-disk-0 448M 7.56G 448M /vm-storage0/subvol-104-disk-0
Bash:
root@prox3:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl
zfspool: local-zfs
pool rpool/data
content rootdir,images
sparse 1
zfspool: vm-storage0
pool vm-storage0
content rootdir,images
mountpoint /vm-storage0
nodes prox3,prox4
Question:
- When I create a new LXC container, I can only choose storage "local", why?
- Why can I not enable backup for vm-storage0 in the gui?