[Bug 236006] 'bectl destroy' doesn't remove snapshots
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 24 18:06:40 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236006
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 at FreeBSD.org
Reporter: kpect at protonmail.com
Hello,
When I destroy BE, snopshot is still there, and they keep laying around until
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 at 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 at 2019-02-22-20:58:39 0 - 582M -
Best regards,
Sergey
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list