Date: Thu, 19 Feb 2015 13:53:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 197821] zfs list -t bookmark doesn't work on zvol Message-ID: <bug-197821-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197821 Bug ID: 197821 Summary: zfs list -t bookmark doesn't work on zvol Product: Base System Version: 9.3-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: cryx-freebsd@h3q.com When trying to do a "zfs list -t bookmark" on a zvol I get the error message "operation not applicable to datasets of this type". # zfs list -o name,type data/zvol NAME TYPE data/zvol volume # zfs list -t bookmark -r data/zvol cannot open 'data/zvol': operation not applicable to datasets of this type Doing the same with snapshot does work: # zfs list -t snapshot -r data/zvol NAME USED AVAIL REFER MOUNTPOINT data/zvol@snapshot 12.8K - 1.15M - Doing it with snapshot and bookmark does work also: # zfs list -t bookmark,snapshot -r data/zvol NAME USED AVAIL REFER MOUNTPOINT data/zvol@snapshot 12.8K - 1.15M - data/zvol#bookmark - - - - -- 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-197821-8>