Re: [zfs-discuss] Listing snapshots in a pool

2010-02-22 Thread Brandon High
On Mon, Feb 22, 2010 at 9:06 AM, Cindy Swearingen wrote: > The -d option integrated into b114. I'm running b132 and I still can't > get any combination of zfs list -d to work. > > Its Monday and my brain is slow to warm up. See below. You probably don't have any snapshots for that dataset. bases

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-22 Thread David Dyer-Bennet
On Mon, February 22, 2010 11:06, Cindy Swearingen wrote: > I can't find any other solution than what you have already determined, > which is this one: > > # zfs list -r -t snapshot tank > > The -d option integrated into b114. I'm running b132 and I still can't > get any combination of zfs list -d

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-22 Thread Cindy Swearingen
Hi David, I can't find any other solution than what you have already determined, which is this one: # zfs list -r -t snapshot tank The -d option integrated into b114. I'm running b132 and I still can't get any combination of zfs list -d to work. Its Monday and my brain is slow to warm up. See

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-22 Thread David Dyer-Bennet
On 2/22/2010 3:31 AM, Darren J Moffat wrote: On 22/02/2010 00:23, David Dyer-Bennet wrote: I thought this was simple. Turns out not to be. bash-3.2$ zfs list -t snapshot zp1 cannot open 'zp1': operation not applicable to datasets of this type Fails equally on all the variants of pool name tha

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-22 Thread Darren J Moffat
On 22/02/2010 00:23, David Dyer-Bennet wrote: I thought this was simple. Turns out not to be. bash-3.2$ zfs list -t snapshot zp1 cannot open 'zp1': operation not applicable to datasets of this type Fails equally on all the variants of pool name that I've tried, including "zp1/" and "zp1/@" and

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-21 Thread Daniel Carosone
Not quite where you were looking, but there is always: $ ls /my/data/set/.zfs/snapshot -- Dan. pgpWfxoFGjdqY.pgp Description: PGP signature ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-disc

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-21 Thread David Dyer-Bennet
On 2/21/2010 7:33 PM, Dave wrote: Try: zfs list -r -t snapshot zp1 I hate to sound ungrateful; but what you suggest I try is something that I listed in my message as having *already* tried. Still down there in the quotes, you can see it. I listed two ways to get a superset of what I wante

Re: [zfs-discuss] Listing snapshots in a pool

2010-02-21 Thread Dave
Try: zfs list -r -t snapshot zp1 -- Dave On 2/21/10 5:23 PM, David Dyer-Bennet wrote: I thought this was simple. Turns out not to be. bash-3.2$ zfs list -t snapshot zp1 cannot open 'zp1': operation not applicable to datasets of this type Fails equally on all the variants of pool name that I