SRC: ab@
TGT: [none]
Replication: Fails without snap first because there's no parent. We should detect that.
SRC: @a@c
TGT: @a@b
Output: STATUS=BEHIND, SUMMARY=syncable
Replication: awk error since it's not actually syncable, we should report we need a rollback or find @b%@c.
These STATUS and DESCRIPTIONS need to be fixed and then correctly handled in zelta-replicate.awk.
Examples:
SRC: [none] TGT: ds [no snap] Output: STATUS=NOSNAP, SUMAMRY="no source snapshots"
SRC:
a
b@
TGT: [none] Replication: Fails without snap first because there's no parent. We should detect that.SRC:
@a
@c
TGT:@a
@b
Output: STATUS=BEHIND, SUMMARY=syncable Replication: awk error since it's not actually syncable, we should report we need a rollback or find@b%@c
.