Hey,
Trying to share a zpool between 2 installations to play around with HA. I'm not new to proxmox but am new to clustering and shared storage between nodes so any help is appreciated and any comments as to how I could do this cleaner/smarter would be appreciated. The goal is to have the storage pools between my nodes (pve and pve-alt) shared between each other and for certain VM's to be set to HA between the two.
Right now if I try to access storage-pool (on pve) from pve-alt I get the following error message:
In the UI I have each node's storage pools available to each other:

Below are the configurations for PVE and PVE-ALT:
pve /etc/pve/storage.cfg
pve-alt /etc/pve/storage.cfg
Thanks in advance for any advice!
				
			Trying to share a zpool between 2 installations to play around with HA. I'm not new to proxmox but am new to clustering and shared storage between nodes so any help is appreciated and any comments as to how I could do this cleaner/smarter would be appreciated. The goal is to have the storage pools between my nodes (pve and pve-alt) shared between each other and for certain VM's to be set to HA between the two.
Right now if I try to access storage-pool (on pve) from pve-alt I get the following error message:
could not activate storage 'storage-pool', zfs error: cannot open 'storage-pool': no such pool (500)
In the UI I have each node's storage pools available to each other:

Below are the configurations for PVE and PVE-ALT:
pve /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content backup,vztmpl,iso
lvmthin: local-lvm
        thinpool data
        vgname pve
        content rootdir,images
lvmthin: local-ssd
        thinpool local-ssd
        vgname local-ssd
        content images,rootdir
nfs: unraid-backup
        export /mnt/user/ProxmoxBackup
        path /mnt/pve/unraid-backup
        server 192.168.11.200
        content snippets,vztmpl,backup,rootdir,images,iso
        maxfiles 3
zfspool: storage-pool
        pool storage-pool
        content rootdir,images
        mountpoint /storage-pool
        nodes pve-alt,pve
        sparse 0
zfspool: storage-pool-alt
        pool storage-pool-alt
        content rootdir,images
        mountpoint /storage-pool-alt
        nodes pve,pve-alt
        sparse 0
pve-alt /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content backup,vztmpl,iso
lvmthin: local-lvm
        thinpool data
        vgname pve
        content rootdir,images
lvmthin: local-ssd
        thinpool local-ssd
        vgname local-ssd
        content images,rootdir
nfs: unraid-backup
        export /mnt/user/ProxmoxBackup
        path /mnt/pve/unraid-backup
        server 192.168.11.200
        content snippets,vztmpl,backup,rootdir,images,iso
        maxfiles 3
zfspool: storage-pool
        pool storage-pool
        content rootdir,images
        mountpoint /storage-pool
        nodes pve-alt,pve
        sparse 0
zfspool: storage-pool-alt
        pool storage-pool-alt
        content rootdir,images
        mountpoint /storage-pool-alt
        nodes pve,pve-alt
        sparse 0
Thanks in advance for any advice!