-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.csiden.org/r/183/#review618
-----------------------------------------------------------


Why isn't the change/difference in behaviour documented?

- Bayard Bell


On March 29, 2015, 1:13 a.m., Matthew Ahrens wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.csiden.org/r/183/
> -----------------------------------------------------------
> 
> (Updated March 29, 2015, 1:13 a.m.)
> 
> 
> Review request for OpenZFS Developer Mailing List and Christopher Siden.
> 
> 
> Bugs: 5764
>     https://www.illumos.org/projects/illumos-gate//issues/5764
> 
> 
> Repository: illumos-gate
> 
> 
> Description
> -------
> 
> 5764 "zfs send -nv" directs output to stderr
> Reviewed by: Matthew Ahrens <[email protected]\>
> Reviewed by: Paul Dagnelie <[email protected]\>
> Reviewed by: Basil Crow <[email protected]\>
> 
> Original author: Manoj Joseph
> 
> 
> Diffs
> -----
> 
>   usr/src/lib/libzfs/common/libzfs_sendrecv.c 
> c4944438aa2cdcb751ae04a73be52ce9d7b2cef4 
> 
> Diff: https://reviews.csiden.org/r/183/diff/
> 
> 
> Testing
> -------
> 
> ztest
> zfs test suite
> manual testing
> 
> http://jenkins/job/zfs-precommit/1951/
> 
> Verbose output sent to stderr
> 
> -bash-4.2$ sudo /sbin/zfs  send -v  pool1/fs1@snap2 | cat > /dev/null
> send from @ to pool1/fs1@snap2 estimated size is 12.5K
> total estimated size is 12.5K
> TIME        SENT   SNAPSHOT
> -bash-4.2$ 
> 
> In verbose+dryrun mode, output goes to stdout
> 
> -bash-4.2$ sudo /sbin/zfs  send -nv  pool1/fs1@snap2 | cat > /dev/null
> -bash-4.2$ sudo /sbin/zfs  send -nv  pool1/fs1@snap2 | cat 
> send from @ to pool1/fs1@snap2 estimated size is 12.5K
> total estimated size is 12.5K
> -bash-4.2$
> 
> 
> Thanks,
> 
> Matthew Ahrens
> 
>

_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to