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
If a protect file is empty ( not containing a \r ) the following error is given:
failed to parse /zfs/cleaner_plans/cleaner_data_plan.conf: protected snapshot name include path
The text was updated successfully, but these errors were encountered:
abrander@abk-desktop:~/src/github.com/cego/zfs-cleaner$ cat > test.conf
plan test {
path a
protect <p
}
abrander@abk-desktop:~/src/github.com/cego/zfs-cleaner$ touch p
abrander@abk-desktop:~/src/github.com/cego/zfs-cleaner$ ./zfs-cleaner test.conf
abrander@abk-desktop:~/src/github.com/cego/zfs-cleaner$
How can this we reproduced?
moberghammer
changed the title
Empty protect file fails config parse
Error message misleading when protect file contains @
Oct 30, 2020
If a protect file is empty ( not containing a \r ) the following error is given:
failed to parse /zfs/cleaner_plans/cleaner_data_plan.conf: protected snapshot name include path
The text was updated successfully, but these errors were encountered: