OpenSolaris

Printable Version Enter a New Search
Bug ID 6758338
Synopsis zfs list should list all explicitly requested snapshots
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:zfs
Keywords
Responsible Engineer Richard Morris
Reported Against snv_100
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_106
Fixed In snv_106
Release Fixed solaris_nevada(snv_106) , solaris_10u8(s10u8_01) (Bug ID:2176260)
Related Bugs
Submit Date 10-October-2008
Last Update Date 16-January-2009
Description
From Mark S:

$ zfs list export/home/marks@Monday
cannot open 'export/home/marks@Monday': operation not applicable to datasets of this type

why do I have to tell it I'm looking at a snapshot when I am explicitly requesting a snapshot?  The zfs list code could easy enough check for the @ sign and do the right thing.

$ zfs list -t snapshot export/home/marks@Monday
NAME                       USED  AVAIL  REFER  MOUNTPOINT
export/home/marks@Monday  1.18M      -  1.89G  -
Work Around
Use zfs list -t snapshot
Comments
N/A