https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253227
Bug ID: 253227
Summary: zfs does not respect snapshot_limit (at least for
volumes)
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
This is very bad for periodic snapshot taking... I have checked
$ zpool get all | fgrep feature@filesystem_limits
t450s feature@filesystem_limits active local
but
# zfs snapshot -r t450s@`date -u +%F-%T-%Z`
$ zfs get -r snapshot_count,snapshot_limit t450s/SWAP
NAME PROPERTY VALUE SOURCE
t450s/SWAP snapshot_count 1 local
t450s/SWAP snapshot_limit 0 local
t450s/SWAP@2021-02-03-19:03:42-UTC snapshot_count - -
t450s/SWAP@2021-02-03-19:03:42-UTC snapshot_limit - -
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"