Greetings
I have a cluster where the nodes are on ZFS. I noticed that the target of a replication job must have the same ZFS configuration as the source.
Also I noticed that I can "alias" a zfs volume in /etc/pve/storage.cfg, ie specify to which actual zfs volume a "proxmox zfs name" correspond.
However for historical reasons, my ZFS volumes don't have the same names on the source and target node. I tried to have two sections of storage.cfg like this:
but it doesn't work, only one is used.
Is there a way to replicate a CT when the source and target ZFS have different names?
Thanks in advance
Regards
I have a cluster where the nodes are on ZFS. I noticed that the target of a replication job must have the same ZFS configuration as the source.
Also I noticed that I can "alias" a zfs volume in /etc/pve/storage.cfg, ie specify to which actual zfs volume a "proxmox zfs name" correspond.
However for historical reasons, my ZFS volumes don't have the same names on the source and target node. I tried to have two sections of storage.cfg like this:
Code:
zfspool: my_zfs
pool my_source_pool/my_source_zfs
nodes sourcenode
zfspool: my_zfs
pool my_target_pool/my_target_zfs
nodes targetnode
but it doesn't work, only one is used.
Is there a way to replicate a CT when the source and target ZFS have different names?
Thanks in advance
Regards
Last edited: