You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a mistake destroyed all snapshots on replicated zvols,on both source and target . Then I manaully create snapshot on each side, say bkpool/source@1 and bkpool/target@1. After add data on source and create new snap bkpool/source@2, and incrementally send to target, I got error:
"cannot receive incremental stream: most recent snapshot of bkpool/target does not match incremental source"
I know zfs use snapshot guid to determine if they are same, bkpool/source@1 has different guid compare to bkpool/target@1, so the send/recv failed.
zfs set guid=xxxx bkpool/target@1 did not work, showed "this property can not be modified for snapshots".
Is there a way to tell zfs bkpool/target@1 is same as bkpool/source@1? So I can incremental send/recv without re-copy all dataset.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I made a mistake destroyed all snapshots on replicated zvols,on both source and target . Then I manaully create snapshot on each side, say bkpool/source@1 and bkpool/target@1. After add data on source and create new snap bkpool/source@2, and incrementally send to target, I got error:
"cannot receive incremental stream: most recent snapshot of bkpool/target does not match incremental source"
I know zfs use snapshot guid to determine if they are same, bkpool/source@1 has different guid compare to bkpool/target@1, so the send/recv failed.
zfs set guid=xxxx bkpool/target@1 did not work, showed "this property can not be modified for snapshots".
Is there a way to tell zfs bkpool/target@1 is same as bkpool/source@1? So I can incremental send/recv without re-copy all dataset.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions