container size-increase does not get replicated

vgee

Member
Sep 9, 2020
8
1
8
35
Hello,
we have a containers (with zfs) with replication from one node to a second node

when container-size is increased on the main-node, sometimes size-increase is automatically reflected on the second node (with the replication-feature)

but sometimes this does not work, and a manual intervention is necessary (command “zfs set refquota=xxG <disk>”)

is this a known problem?
 
Last edited:
please post a log of a failing replication..
 
the replication (file-copying) itself is ok, but the zfs-volume size on the second node does not get increased
example: the volume (for container-id=100) on node1 is increased from 50G to 75G ... then replication is executed ... but afterwards the volume-size on node2 is still 50G (and not increased to 75G)
 
replication uses zfs send -Rpv, which sends all properties and should ensure they are identical on both ends after the receive.. are you sure there is nothing else involved that changes this (or does a rollback/snapshot removal?)