I have been trying to figure out a problem I'm having off and on for the past few weeks and decided to come here to ask for help. I am working with 3 PVE nodes that I wish to connect to a ZFS RAID over a FC HBA installed in each of them. I currently have an Oracle M5000 that has Solaris on it. Solaris is able to see the volume without an issue, but when I run "zpool create data-share" on the PVE console, it says that the version of my ZFS pool is unsupported. When I run a "zpool get version data-share" it says that my ZFS version is 37. If I do a "zpool create -f data-share" it goes through with the creation and a "df -h" shows that it is mounted and shows the full space available to it, but I can't see the files that are already there from Solaris and if I create any new files, I can't see them from Solaris. If I do this on 2 PVE nodes, I can't see files that the other node created. Does anyone here have any idea how to update ZFS on Proxmox? I feel like that will probably solve my issues. Thanks in advance!