First, ZFS is no shared storage. You either need to share folder manually yourself without the webUI using SMB/NFS.
If you mean ZFS replication between nodes, this too isn't a shared storage. It's local storage on all nodes that gets synced between them every minute (or longer). So every node got its own local copy.
And there is no easy way to convert a root filesystem from LVM to ZFS. You would have to back everything up, and start from scratch installing PVE again but using ZFS.
What do you mean? One disk per node?But can what is described in the video be achieved with one disk?
What do you mean? One disk per node?
I don' see why this shouldn't work. You could manually create a new dataset likeLike I pasted above
If I have one ssd (nvme) drive and need to use it for pve installation and replication.
zfs create rpool/replica
on all nodes and then create a new ZFS storage on your first node pointing to that dataset and selecting all nodes for it.Thank you for replyI don' see why this shouldn't work. You could manually create a new dataset likezfs create rpool/replica
on all nodes and then create a new ZFS storage on your first node pointing to that dataset and selecting all nodes for it.