These are policy-driven snapshot management and replication tools which use OpenZFS for underlying next-gen storage. (Btrfs support plans are shelved unless and until btrfs becomes reliable.)
Some of the regexes to detect lines containing the creation or guid property also select lines where the snapshot / bookmark name contains either creation or guid. Fixed by requiring a tab right before creation or guid.
Note that I've only specifically tested this issue for snapshots, though from the code it seems obvious that the same bug applies to bookmark as well, hence also changed those regexes as as well.
Some of the regexes to detect lines containing the
creation
orguid
property also select lines where the snapshot / bookmark name contains eithercreation
orguid
. Fixed by requiring a tab right beforecreation
orguid
.Note that I've only specifically tested this issue for snapshots, though from the code it seems obvious that the same bug applies to bookmark as well, hence also changed those regexes as as well.
Fixes #858