Hello.
I have a HA cluster with three nodes.
I have replication between two nodes. Each of those two nodes have a zfs pool that is used for replication. I have replication rules setup between those two for HA.
I have an older third node that does not have ZFS setup, so I don't use it as a replication target.
Today one of the nodes with ZFS died, and one of the containers ended on the third node, I don't know how.
Now I can not migrate this CT to the correct remaining node.
When I try to migrate the CT to the correct node I get this error:
Obviously the third node doesn't have the rpool volume, so I don't know why proxmox decided to migrate that CT there. How can I start that container on the remaining node? The appropriate disk exists on it's ZFS pool, I can't just migrate to it.
I have a HA cluster with three nodes.
I have replication between two nodes. Each of those two nodes have a zfs pool that is used for replication. I have replication rules setup between those two for HA.
I have an older third node that does not have ZFS setup, so I don't use it as a replication target.
Today one of the nodes with ZFS died, and one of the containers ended on the third node, I don't know how.
Now I can not migrate this CT to the correct remaining node.
When I try to migrate the CT to the correct node I get this error:
Code:
Replication Log
2022-03-21 17:53:01 105-0: start replication job
2022-03-21 17:53:01 105-0: guest => CT 105, running => 0
2022-03-21 17:53:01 105-0: volumes => rpool:subvol-105-disk-0
2022-03-21 17:53:01 105-0: create snapshot '__replicate_105-0_1647881581__' on rpool:subvol-105-disk-0
2022-03-21 17:53:01 105-0: end replication job with error: zfs error: For the delegated permission list, run: zfs allow|unallow
Obviously the third node doesn't have the rpool volume, so I don't know why proxmox decided to migrate that CT there. How can I start that container on the remaining node? The appropriate disk exists on it's ZFS pool, I can't just migrate to it.