I am refering to addtional storage, I have pve installed on a raid controller drive and have lvm there. I added additional hard drives to this machine and added two pools via cli:
on PVE01:
zpool create -f -o ashift=12 zfspoolpve01 mirror sda sdb
...and on PVE02:
zpool create -f -o ashift=12...