I recently set up proxmox on a Dell T420. Proxmox is installed to the dual redundant 16gb SD cards, and I have a ZFS pool consisting of 4 3 tb drives in raidz where everything else is going to live.
When I add the zfs filesystems to Proxmox, the upload button is live for a moment, then greys out. I can't upload disk images or create vms. What did I do wrong?
When I add the zfs filesystems to Proxmox, the upload button is live for a moment, then greys out. I can't upload disk images or create vms. What did I do wrong?
Code:
root@pve:~# zfs list -r mypool
NAME USED AVAIL REFER MOUNTPOINT
mypool 854K 7.65T 140K none
mypool/ISO 140K 7.65T 140K /mnt/ISO
mypool/VMs 140K 7.65T 140K /mnt/VMs
Code:
root@pve:~# pveversion -v
proxmox-ve: 5.1-25 (running kernel: 4.13.4-1-pve)
pve-manager: 5.1-36 (running version: 5.1-36/131401db)
pve-kernel-4.13.4-1-pve: 4.13.4-25
pve-kernel-4.10.17-2-pve: 4.10.17-20
libpve-http-server-perl: 2.0-6
lvm2: 2.02.168-pve6
corosync: 2.4.2-pve3
libqb0: 1.0.1-1
pve-cluster: 5.0-15
qemu-server: 5.0-17
pve-firmware: 2.0-3
libpve-common-perl: 5.0-20
libpve-guest-common-perl: 2.0-13
libpve-access-control: 5.0-7
libpve-storage-perl: 5.0-16
pve-libspice-server1: 0.12.8-3
vncterm: 1.5-2
pve-docs: 5.1-12
pve-qemu-kvm: 2.9.1-2
pve-container: 2.0-17
pve-firewall: 3.0-3
pve-ha-manager: 2.0-3
ksm-control-daemon: 1.2-2
glusterfs-client: 3.8.8-1
lxc-pve: 2.1.0-2
lxcfs: 2.0.7-pve4
criu: 2.11.1-1~bpo90
novnc-pve: 0.6-4
smartmontools: 6.5+svn4324-1
zfsutils-linux: 0.7.2-pve1~bpo90
Code:
root@pve:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
zfspool: VMs
pool mypool/VMs
content rootdir,images
nodes pve
sparse 0
zfspool: ISO
pool mypool/ISO
content rootdir,images
nodes pve
sparse 0
zfspool: mypool
pool mypool
content images,rootdir
sparse 0
Last edited: