Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Feb 2021 19:08:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 253227] zfs does not respect snapshot_limit (at least for volumes)
Message-ID:  <bug-253227-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253227

            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: bugs@FreeBSD.org
          Reporter: walter.von.entferndt@posteo.net

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  -        -

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253227-227>