Re: [zfs-discuss] how to know available disk space

2013-02-08 Thread Pasi Kärkkäinen
On Wed, Feb 06, 2013 at 08:03:13PM -0700, Jan Owoc wrote: > On Wed, Feb 6, 2013 at 4:26 PM, Edward Ned Harvey > (opensolarisisdeadlongliveopensolaris) > wrote: > > > > When I used "zpool status" after the system crashed, I saw this: > > NAME SIZE ALLOC FREE EXPANDSZCAP DEDUP HEALTH

Re: [zfs-discuss] how to know available disk space

2013-02-08 Thread Edward Ned Harvey (opensolarisisdeadlongliveopensolaris)
> From: Pasi Kärkkäinen [mailto:pa...@iki.fi] > > What's the correct way of finding out what actually uses/reserves that 1023G > of FREE in the zpool? Maybe this isn't exactly what you need, but maybe: for fs in `zfs list -H -o name` ; do echo $fs ; zfs get reservation,refreservation,usedbyrefr

Re: [zfs-discuss] how to know available disk space

2013-02-08 Thread Pasi Kärkkäinen
On Fri, Feb 08, 2013 at 09:47:38PM +, Edward Ned Harvey (opensolarisisdeadlongliveopensolaris) wrote: > > From: Pasi Kärkkäinen [mailto:pa...@iki.fi] > > > > What's the correct way of finding out what actually uses/reserves that 1023G > > of FREE in the zpool? > > Maybe this isn't exactly wh

Re: [zfs-discuss] how to know available disk space

2013-02-08 Thread Jim Klimov
On 2013-02-08 22:47, Edward Ned Harvey (opensolarisisdeadlongliveopensolaris) wrote: Maybe this isn't exactly what you need, but maybe: for fs in `zfs list -H -o name` ; do echo $fs ; zfs get reservation,refreservation,usedbyrefreservation $fs ; done What is the sacramental purpose of such co

[zfs-discuss] Bizarre receive error

2013-02-08 Thread Ian Collins
I recently had to recover a lot of data from my backup pool which is on a Solaris 11 system. I'm now sending regular snapshots back to the pool and all was well until the pool became nearly full. I then started getting receive failures: receiving incremental stream of tank/vbox/windows@Wedne