[zfs-discuss] zfs incremental send stream size

2009-08-06 Thread Robert Lawhead
I'm puzzled by the size reported for incremental zfs send|zfs receive. I'd expect the stream to be roughly the same size as the "used" blocks reported by zfs list. Can anyone explain why the stream size reported is so much larger that the used data in the source snapshots? Thanks. % zfs list

Re: [zfs-discuss] `zfs list -t filesystem` shouldn't return snapshots

2009-08-06 Thread Robert Lawhead
Thanks for you reply. Sorry I overlooked that bug; my bugster search skills seem lacking. -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

[zfs-discuss] `zfs list -t filesystem` shouldn't return snapshots

2009-08-05 Thread Robert Lawhead
I recently tried to post this as a bug, and received an auto-ack, but can't tell whether its been accepted. Does this seem like a bug to anyone else? Default for zfs list is now to show only filesystems. However, a `zfs list` or `zfs list -t filesystem` shows filesystems AND incomplete snapsho

Re: [zfs-discuss] bug id 6343667

2008-07-05 Thread Robert Lawhead
About a month ago (Jun 2008), I received information indicating that a putback fixing this problem was in the works and might appear as soon as b92. Apparently this estimate was overly optimistic; Does anyone know anything about progress on this issue or have a revised estimate for the putback?

Re: [zfs-discuss] zfs receive - list contents of incremental stream?

2008-06-11 Thread Robert Lawhead
Thanks, Matt. Are you interested in feedback on various questions regarding how to display results? On list or off? Thanks. This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.o

Re: [zfs-discuss] Parallel zfs destroy results in No more processes

2007-10-25 Thread Robert Lawhead
Do you have sata Native Command Queuing enabled? I've experienced delays of just under one minute when NCQ is enabled, that do not occur when NCQ is disabled. If all threads comprising the parallel zfs destroy hang for a minute, I bet its the hang that causes "no more processes". I have open

[zfs-discuss] zfs receive - list contents of incremental stream?

2007-10-25 Thread Robert Lawhead
Apologies up front for failing to find related posts... Am I overlooking a way to get 'zfs send -i [EMAIL PROTECTED] [EMAIL PROTECTED] | zfs receive -n -v ...' to show the contents of the stream? I'm looking for the equivalent of ufsdump 1f - fs ... | ufsrestore tv - . I'm hoping that this mig