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: [email protected]
Reporter: [email protected]
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@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
--
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]"