Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 18:06:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236006] 'bectl destroy' doesn't remove snapshots
Message-ID:  <bug-236006-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 236006
           Summary: 'bectl destroy' doesn't remove snapshots
           Product: Base System
           Version: CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: kpect@protonmail.com

Hello,
When I destroy BE, snopshot is still there, and they keep laying around unt=
il
you delete them manually...

$ zfs list -t snap
NAME USED AVAIL REFER MOUNTPOINT
$ bectl list
BE Active Mountpoint Space Created
default NR / 582M 2018-12-20 19:10
$ doas bectl create backup
$ bectl list
BE Active Mountpoint Space Created
default NR / 582M 2018-12-20 19:10
backup - - 1K 2019-02-22 20:58
$ zfs list -t snap
NAME USED AVAIL REFER MOUNTPOINT
zroot/ROOT/default@2019-02-22-20:58:39 0 - 582M -
$ doas bectl destroy backup
$ bectl list
BE Active Mountpoint Space Created
default NR / 582M 2018-12-20 19:10
$ zfs list -t snap
NAME USED AVAIL REFER MOUNTPOINT
zroot/ROOT/default@2019-02-22-20:58:39 0 - 582M -

Best regards,
Sergey

--=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-236006-227>