> On April 6, 2015, 3:42 p.m., Bayard Bell wrote: > > Why isn't the change/difference in behaviour documented? > > Matthew Ahrens wrote: > probably because it wasn't documented to begin with. But I can add a > note if you'd like.
If it's not documented but variable in a way that may confuse, I'd prefer to see documentation. - Bayard ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.csiden.org/r/183/#review618 ----------------------------------------------------------- On April 6, 2015, 7:56 p.m., Matthew Ahrens wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.csiden.org/r/183/ > ----------------------------------------------------------- > > (Updated April 6, 2015, 7:56 p.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/man/man1m/zfs.1m 2aa37cfdbeaef883a5a7736a42f99fc45768b4ae > 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
